示例#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);
 }