Package io.netty.handler.codec.http2
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,java.lang.Comparable<Channel>
- Enclosing class:
- Http2MultiplexHandler
private final class Http2MultiplexHandler.Http2MultiplexHandlerStreamChannel extends AbstractHttp2StreamChannel
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.netty.channel.Channel
Channel.Unsafe
-
-
Field Summary
-
Fields inherited from class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
WRITABLE_VISITOR
-
-
Constructor Summary
Constructors Constructor Description Http2MultiplexHandlerStreamChannel(Http2FrameCodec.DefaultHttp2FrameStream stream, ChannelHandler inboundHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddChannelToReadCompletePendingQueue()protected booleanisParentReadInProgress()protected ChannelHandlerContextparentContext()-
Methods inherited from class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
alloc, bind, bind, bytesBeforeUnwritable, bytesBeforeWritable, close, close, closeFuture, closeOutbound, 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, writeAndFlush
-
Methods inherited from class io.netty.util.DefaultAttributeMap
attr, hasAttr
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.netty.util.AttributeMap
attr, hasAttr
-
-
-
-
Constructor Detail
-
Http2MultiplexHandlerStreamChannel
Http2MultiplexHandlerStreamChannel(Http2FrameCodec.DefaultHttp2FrameStream stream, ChannelHandler inboundHandler)
-
-
Method Detail
-
isParentReadInProgress
protected boolean isParentReadInProgress()
- Specified by:
isParentReadInProgressin classAbstractHttp2StreamChannel
-
addChannelToReadCompletePendingQueue
protected void addChannelToReadCompletePendingQueue()
- Specified by:
addChannelToReadCompletePendingQueuein classAbstractHttp2StreamChannel
-
parentContext
protected ChannelHandlerContext parentContext()
- Specified by:
parentContextin classAbstractHttp2StreamChannel
-
-