5051525354555657
{ this.bayeux = bayeux; // At this point BayeuxClient is fully initialized so it is safe to // allow other classes to see and use us. Channel channel = bayeux.getChannel("/dwr", true); channel.subscribe(client); }
108109110111112113114115116117118119
} } String output = conduit.toString(); log.debug("<< "+output); Channel channel = bayeux.getChannel("/dwr" + fromClient.getId(), true); channel.publish(client, output, calls.getBatchId()); } catch (Exception ex) { log.warn("Protocol Error", ex); }