示例#1
0
 public static void queueResponse(Response r, StreamCallback c) {
   dispatcher.queueResponse(r, c);
 }
示例#2
0
 /**
  * This method stops the Protocol Manager. It must be called it <code>init()</code> was
  * successful.
  */
 public void stop() {
   conf.stop();
   dispatcher.stop();
 }