Class Http2MultiplexHandler.Http2MultiplexHandlerStreamChannel
java.lang.Object
io.netty.util.DefaultAttributeMap
io.netty.handler.codec.http2.AbstractHttp2StreamChannel
io.netty.handler.codec.http2.Http2MultiplexHandler.Http2MultiplexHandlerStreamChannel
- All Implemented Interfaces:
Channel, ChannelOutboundInvoker, Http2StreamChannel, AttributeMap, Comparable<Channel>
- Enclosing class:
Http2MultiplexHandler
private final class Http2MultiplexHandler.Http2MultiplexHandlerStreamChannel
extends AbstractHttp2StreamChannel
-
Nested Class Summary
Nested classes/interfaces inherited from interface Channel
Channel.Unsafe -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionHttp2MultiplexHandlerStreamChannel(Http2FrameCodec.DefaultHttp2FrameStream stream, ChannelHandler inboundHandler) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected booleanprotected ChannelHandlerContextMethods inherited from class AbstractHttp2StreamChannel
alloc, bind, bind, bytesBeforeUnwritable, bytesBeforeWritable, close, close, closeFuture, closeOutbound, closeWithError, compareTo, config, connect, connect, connect, connect, deregister, deregister, disconnect, disconnect, equals, eventLoop, fireChildRead, fireChildReadComplete, flush, flush0, hashCode, id, isActive, isOpen, isRegistered, isWritable, localAddress, metadata, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, parent, pipeline, read, remoteAddress, stream, streamClosed, toString, trySetWritable, unsafe, voidPromise, write, write, write0, writeAndFlush, writeAndFlushMethods inherited from class DefaultAttributeMap
attr, hasAttrMethods inherited from interface AttributeMap
attr, hasAttr
-
Constructor Details
-
Http2MultiplexHandlerStreamChannel
Http2MultiplexHandlerStreamChannel(Http2FrameCodec.DefaultHttp2FrameStream stream, ChannelHandler inboundHandler)
-
-
Method Details
-
isParentReadInProgress
protected boolean isParentReadInProgress()- Specified by:
isParentReadInProgressin classAbstractHttp2StreamChannel
-
addChannelToReadCompletePendingQueue
protected void addChannelToReadCompletePendingQueue()- Specified by:
addChannelToReadCompletePendingQueuein classAbstractHttp2StreamChannel
-
parentContext
- Specified by:
parentContextin classAbstractHttp2StreamChannel
-