Class InboundWebsocketChannelContext
- java.lang.Object
-
- org.wso2.carbon.inbound.endpoint.protocol.websocket.InboundWebsocketChannelContext
-
public class InboundWebsocketChannelContext extends Object
-
-
Constructor Summary
Constructors Constructor Description InboundWebsocketChannelContext(io.netty.channel.ChannelHandlerContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addCloseListener(io.netty.channel.ChannelHandlerContext targetCtx)
io.netty.channel.ChannelHandlerContext
getChannelHandlerContext()
String
getChannelIdentifier()
void
writeToChannel(io.netty.handler.codec.http.websocketx.WebSocketFrame frame)
-
-
-
Method Detail
-
writeToChannel
public void writeToChannel(io.netty.handler.codec.http.websocketx.WebSocketFrame frame)
-
getChannelHandlerContext
public io.netty.channel.ChannelHandlerContext getChannelHandlerContext()
-
getChannelIdentifier
public String getChannelIdentifier()
-
addCloseListener
public void addCloseListener(io.netty.channel.ChannelHandlerContext targetCtx)
-
-