public abstract static class InternalProtocolNegotiators.AbstractBufferingHandler extends ProtocolNegotiators.AbstractBufferingHandler
ProtocolNegotiators.AbstractBufferingHandler.writeBufferedAndRemove(ChannelHandlerContext)
or
ProtocolNegotiators.AbstractBufferingHandler.fail(ChannelHandlerContext, Throwable)
is called. This handler allows us to
write to a Channel
before we are allowed to write to it officially
i.e. before it's active or the TLS Handshake is complete.Modifier | Constructor and Description |
---|---|
protected |
AbstractBufferingHandler(io.netty.channel.ChannelHandler... handlers) |
channelInactive, channelRegistered, close, connect, exceptionCaught, fail, flush, write, writeBufferedAndRemove
bind, deregister, disconnect, read
channelActive, channelRead, channelReadComplete, channelUnregistered, channelWritabilityChanged, userEventTriggered
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
Copyright © 2019. All rights reserved.