public class HandshakeInjector
extends io.netty.channel.ChannelOutboundHandlerAdapter
Modifier and Type | Field and Description |
---|---|
private NetworkDispatcher |
dispatcher |
Constructor and Description |
---|
HandshakeInjector(NetworkDispatcher networkDispatcher) |
Modifier and Type | Method and Description |
---|---|
void |
write(io.netty.channel.ChannelHandlerContext ctx,
java.lang.Object msg,
io.netty.channel.ChannelPromise promise) |
bind, close, connect, deregister, disconnect, flush, read
ensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharable
private NetworkDispatcher dispatcher
public HandshakeInjector(NetworkDispatcher networkDispatcher)
public void write(io.netty.channel.ChannelHandlerContext ctx, java.lang.Object msg, io.netty.channel.ChannelPromise promise) throws java.lang.Exception
write
in interface io.netty.channel.ChannelOutboundHandler
write
in class io.netty.channel.ChannelOutboundHandlerAdapter
java.lang.Exception