public class Http2StreamBridgeHandler extends ChannelDuplexHandler
Http2StreamFrameToHttpObjectCodec
it converts the outgoing messages into objects expected by
Http2StreamFrameToHttpObjectCodec.ChannelHandler.Sharable| Constructor and Description |
|---|
Http2StreamBridgeHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handlerAdded(ChannelHandlerContext ctx) |
void |
write(ChannelHandlerContext ctx,
Object msg,
ChannelPromise promise) |
bind, close, connect, deregister, disconnect, flush, readchannelActive, channelInactive, channelRead, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerRemoved, isSharableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexceptionCaught, handlerRemovedpublic void handlerAdded(ChannelHandlerContext ctx)
handlerAdded in interface ChannelHandlerhandlerAdded in class ChannelHandlerAdapterpublic void write(ChannelHandlerContext ctx, Object msg, ChannelPromise promise)
write in interface ChannelOutboundHandlerwrite in class ChannelDuplexHandler