Class InboundWebsocketChannelContext
java.lang.Object
org.wso2.carbon.inbound.endpoint.protocol.websocket.InboundWebsocketChannelContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCloseListener(io.netty.channel.ChannelHandlerContext targetCtx) io.netty.channel.ChannelHandlerContextvoidwriteToChannel(io.netty.handler.codec.http.websocketx.WebSocketFrame frame)
-
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
-
getChannelIdLongText
-
addCloseListener
public void addCloseListener(io.netty.channel.ChannelHandlerContext targetCtx)
-