public class HexDumpProxyInitializer extends ChannelInitializer<SocketChannel>
ChannelHandler.Sharable
构造器和说明 |
---|
HexDumpProxyInitializer(java.lang.String remoteHost,
int remotePort) |
限定符和类型 | 方法和说明 |
---|---|
void |
initChannel(SocketChannel ch)
This method will be called once the
Channel was registered. |
channelRegistered, exceptionCaught, handlerAdded
channelActive, channelInactive, channelRead, channelReadComplete, channelUnregistered, channelWritabilityChanged, userEventTriggered
ensureNotSharable, handlerRemoved, isSharable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handlerRemoved
public HexDumpProxyInitializer(java.lang.String remoteHost, int remotePort)
public void initChannel(SocketChannel ch)
ChannelInitializer
Channel
was registered. After the method returns this instance
will be removed from the ChannelPipeline
of the Channel
.initChannel
在类中 ChannelInitializer<SocketChannel>
ch
- the Channel
which was registered.