Class AbstractSubprotocolHandler

    • Constructor Detail

      • AbstractSubprotocolHandler

        public AbstractSubprotocolHandler()
    • Method Detail

      • handle

        public abstract boolean handle​(io.netty.channel.ChannelHandlerContext context,
                                       io.netty.handler.codec.http.websocketx.WebSocketFrame frame,
                                       String subscriberPath)
      • setSubprotocolIdentifier

        public void setSubprotocolIdentifier​(String subprotocolIdentifier)
      • getSubprotocolIdentifier

        public String getSubprotocolIdentifier()