Class InboundWebsocketChannelContext

java.lang.Object
org.wso2.carbon.inbound.endpoint.protocol.websocket.InboundWebsocketChannelContext

public class InboundWebsocketChannelContext extends Object
  • Constructor Details

    • InboundWebsocketChannelContext

      public InboundWebsocketChannelContext(io.netty.channel.ChannelHandlerContext ctx)
  • Method Details

    • writeToChannel

      public void writeToChannel(io.netty.handler.codec.http.websocketx.WebSocketFrame frame)
    • getChannelHandlerContext

      public io.netty.channel.ChannelHandlerContext getChannelHandlerContext()
    • getChannelIdentifier

      public String getChannelIdentifier()
    • getChannelIdLongText

      public String getChannelIdLongText()
    • addCloseListener

      public void addCloseListener(io.netty.channel.ChannelHandlerContext targetCtx)