예제 #1
0
 public CommandHistoryResource(YProcessor channel, WebSocketFrameHandler wsHandler) {
   super(channel, wsHandler);
   wsHandler.addResource("cmdhistory", this);
 }
예제 #2
0
 public StreamResource(YProcessor yproc, WebSocketFrameHandler wsHandler) {
   super(yproc, wsHandler);
   wsHandler.addResource("stream", this);
 }