io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandlerpublic class IntercomClientHandler<T>
extends io.netty.channel.ChannelInboundHandlerAdapter
| Constructor | Description |
|---|---|
IntercomClientHandler(IntercomClient<T> client) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
channelActive(io.netty.channel.ChannelHandlerContext ctx) |
|
void |
channelInactive(io.netty.channel.ChannelHandlerContext ctx) |
|
void |
channelRead(io.netty.channel.ChannelHandlerContext ctx,
java.lang.Object msg) |
|
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
java.lang.Throwable cause) |
ensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic IntercomClientHandler(IntercomClient<T> client)
public void channelActive(io.netty.channel.ChannelHandlerContext ctx)
channelActive in interface io.netty.channel.ChannelInboundHandlerchannelActive in class io.netty.channel.ChannelInboundHandlerAdapterpublic void channelRead(io.netty.channel.ChannelHandlerContext ctx,
java.lang.Object msg)
channelRead in interface io.netty.channel.ChannelInboundHandlerchannelRead 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.ChannelInboundHandlerAdapterpublic void channelInactive(io.netty.channel.ChannelHandlerContext ctx)
channelInactive in interface io.netty.channel.ChannelInboundHandlerchannelInactive in class io.netty.channel.ChannelInboundHandlerAdapterCopyright © 2018. All rights reserved.