java.lang.Object
org.wso2.carbon.inbound.endpoint.protocol.websocket.AbstractSubprotocolHandler
org.wso2.carbon.inbound.endpoint.protocol.websocket.subprotocols.EchoSubprotocolHandler

public class EchoSubprotocolHandler extends AbstractSubprotocolHandler
  • Constructor Details

    • EchoSubprotocolHandler

      public EchoSubprotocolHandler()
  • Method Details

    • handle

      public boolean handle(io.netty.channel.ChannelHandlerContext context, io.netty.handler.codec.http.websocketx.WebSocketFrame frame, String subscriberPath)
      Specified by:
      handle in class AbstractSubprotocolHandler