Package io.netty.handler.codec.http2
Class Http2MultiplexCodec.Http2MultiplexCodecStreamChannel
java.lang.Object
io.netty.util.DefaultAttributeMap
io.netty.handler.codec.http2.AbstractHttp2StreamChannel
io.netty.handler.codec.http2.Http2MultiplexCodec.Http2MultiplexCodecStreamChannel
- All Implemented Interfaces:
Channel,ChannelOutboundInvoker,Http2StreamChannel,AttributeMap,Comparable<Channel>
- Enclosing class:
Http2MultiplexCodec
private final class Http2MultiplexCodec.Http2MultiplexCodecStreamChannel
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
CHANNEL_INPUT_SHUTDOWN_READ_COMPLETE_VISITOR, CHANNEL_OUTPUT_SHUTDOWN_EVENT_VISITOR, SSL_CLOSE_COMPLETION_EVENT_VISITOR, WRITABLE_VISITOR -
Constructor Summary
ConstructorsConstructorDescriptionHttp2MultiplexCodecStreamChannel(Http2FrameCodec.DefaultHttp2FrameStream stream, ChannelHandler inboundHandler) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidprotected booleanprotected ChannelHandlerContextprotected ChannelFuturewrite0(ChannelHandlerContext ctx, Object msg) Methods inherited from class io.netty.handler.codec.http2.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, hashCode, id, isActive, isOpen, isRegistered, isWritable, localAddress, metadata, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, parent, pipeline, read, remoteAddress, stream, streamClosed, toString, trySetWritable, unsafe, voidPromise, write, write, writeAndFlush, writeAndFlushMethods inherited from class io.netty.util.DefaultAttributeMap
attr, hasAttrMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.netty.util.AttributeMap
attr, hasAttr
-
Constructor Details
-
Http2MultiplexCodecStreamChannel
Http2MultiplexCodecStreamChannel(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
-
write0
- Overrides:
write0in classAbstractHttp2StreamChannel
-
flush0
- Overrides:
flush0in classAbstractHttp2StreamChannel
-