public class WebsocketServerHandler
extends io.netty.channel.SimpleChannelInboundHandler<java.lang.Object>
| Constructor and Description |
|---|
WebsocketServerHandler(java.util.concurrent.atomic.AtomicReference<IBlaubotIncomingConnectionListener> incomingConnectionListenerReference) |
| Modifier and Type | Method and Description |
|---|---|
void |
channelRead0(io.netty.channel.ChannelHandlerContext ctx,
java.lang.Object msg) |
void |
channelReadComplete(io.netty.channel.ChannelHandlerContext ctx) |
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
java.lang.Throwable cause) |
acceptInboundMessage, channelReadchannelActive, channelInactive, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggeredhandlerAdded, handlerRemoved, isSharablepublic WebsocketServerHandler(java.util.concurrent.atomic.AtomicReference<IBlaubotIncomingConnectionListener> incomingConnectionListenerReference)
public void channelRead0(io.netty.channel.ChannelHandlerContext ctx,
java.lang.Object msg)
channelRead0 in class io.netty.channel.SimpleChannelInboundHandler<java.lang.Object>public void channelReadComplete(io.netty.channel.ChannelHandlerContext ctx)
channelReadComplete in interface io.netty.channel.ChannelInboundHandlerchannelReadComplete in class io.netty.channel.ChannelInboundHandlerAdapterpublic void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
java.lang.Throwable cause)
exceptionCaught in interface io.netty.channel.ChannelHandlerexceptionCaught in interface io.netty.channel.ChannelInboundHandlerexceptionCaught in class io.netty.channel.ChannelInboundHandlerAdapter