JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For Package io.netty.handler.codec.http2
Package Hierarchies:
All Packages
Class Hierarchy
java.lang.
Object
io.netty.handler.codec.http2.
AbstractHttp2ConnectionHandlerBuilder
<T,B>
io.netty.handler.codec.http2.
Http2ConnectionHandlerBuilder
io.netty.handler.codec.http2.
HttpToHttp2ConnectionHandlerBuilder
io.netty.handler.codec.http2.
AbstractHttp2StreamFrame
(implements io.netty.handler.codec.http2.
Http2StreamFrame
)
io.netty.handler.codec.http2.
DefaultHttp2DataFrame
(implements io.netty.handler.codec.http2.
Http2DataFrame
)
io.netty.handler.codec.http2.
DefaultHttp2HeadersFrame
(implements io.netty.handler.codec.http2.
Http2HeadersFrame
)
io.netty.handler.codec.http2.
DefaultHttp2ResetFrame
(implements io.netty.handler.codec.http2.
Http2ResetFrame
)
io.netty.handler.codec.http2.
DefaultHttp2WindowUpdateFrame
(implements io.netty.handler.codec.http2.
Http2WindowUpdateFrame
)
io.netty.handler.codec.http2.
AbstractHttp2StreamStateEvent
(implements io.netty.handler.codec.http2.
Http2StreamStateEvent
)
io.netty.handler.codec.http2.
Http2StreamActiveEvent
io.netty.handler.codec.http2.
Http2StreamClosedEvent
io.netty.handler.codec.http2.
AbstractInboundHttp2ToHttpAdapterBuilder
<T,B>
io.netty.handler.codec.http2.
InboundHttp2ToHttpAdapterBuilder
io.netty.channel.
ChannelHandlerAdapter
(implements io.netty.channel.
ChannelHandler
)
io.netty.channel.
ChannelInboundHandlerAdapter
(implements io.netty.channel.
ChannelInboundHandler
)
io.netty.handler.codec.
ByteToMessageDecoder
io.netty.handler.codec.http2.
Http2ConnectionHandler
(implements io.netty.channel.
ChannelOutboundHandler
, io.netty.handler.codec.http2.
Http2LifecycleManager
)
io.netty.handler.codec.http2.
HttpToHttp2ConnectionHandler
io.netty.channel.
ChannelDuplexHandler
(implements io.netty.channel.
ChannelOutboundHandler
)
io.netty.handler.codec.http2.
Http2Codec
io.netty.handler.codec.http2.
Http2FrameCodec
io.netty.handler.codec.http2.
Http2MultiplexCodec
io.netty.handler.codec.
MessageToMessageCodec
<INBOUND_IN,OUTBOUND_IN>
io.netty.handler.codec.http2.
Http2ServerDowngrader
io.netty.handler.codec.http2.
InboundHttpToHttp2Adapter
io.netty.handler.codec.http2.
CleartextHttp2ServerUpgradeHandler
io.netty.handler.codec.http2.
Http2FrameLogger
io.netty.util.collection.
CharObjectHashMap
<V> (implements io.netty.util.collection.
CharObjectMap
<V>)
io.netty.handler.codec.http2.
Http2Settings
io.netty.handler.codec.http2.
CleartextHttp2ServerUpgradeHandler.PriorKnowledgeUpgradeEvent
io.netty.handler.codec.http2.
DecoratingHttp2ConnectionDecoder
(implements io.netty.handler.codec.http2.
Http2ConnectionDecoder
)
io.netty.handler.codec.http2.
DecoratingHttp2FrameWriter
(implements io.netty.handler.codec.http2.
Http2FrameWriter
)
io.netty.handler.codec.http2.
DecoratingHttp2ConnectionEncoder
(implements io.netty.handler.codec.http2.
Http2ConnectionEncoder
)
io.netty.handler.codec.http2.
CompressorHttp2ConnectionEncoder
io.netty.handler.codec.http2.
StreamBufferingEncoder
io.netty.buffer.
DefaultByteBufHolder
(implements io.netty.buffer.
ByteBufHolder
)
io.netty.handler.codec.http2.
DefaultHttp2GoAwayFrame
(implements io.netty.handler.codec.http2.
Http2GoAwayFrame
)
io.netty.handler.codec.
DefaultHeaders
<K,V,T> (implements io.netty.handler.codec.
Headers
<K,V,T>)
io.netty.handler.codec.http2.
CharSequenceMap
<V>
io.netty.handler.codec.http2.
DefaultHttp2Headers
(implements io.netty.handler.codec.http2.
Http2Headers
)
io.netty.handler.codec.http2.
DefaultHttp2Connection
(implements io.netty.handler.codec.http2.
Http2Connection
)
io.netty.handler.codec.http2.
DefaultHttp2ConnectionDecoder
(implements io.netty.handler.codec.http2.
Http2ConnectionDecoder
)
io.netty.handler.codec.http2.
DefaultHttp2ConnectionEncoder
(implements io.netty.handler.codec.http2.
Http2ConnectionEncoder
)
io.netty.handler.codec.http2.
DefaultHttp2ConnectionEncoder.FlowControlledBase
(implements io.netty.channel.
ChannelFutureListener
, io.netty.handler.codec.http2.
Http2RemoteFlowController.FlowControlled
)
io.netty.handler.codec.http2.
DefaultHttp2FrameReader
(implements io.netty.handler.codec.http2.
Http2FrameReader
, io.netty.handler.codec.http2.
Http2FrameReader.Configuration
, io.netty.handler.codec.http2.
Http2FrameSizePolicy
)
io.netty.handler.codec.http2.
DefaultHttp2FrameReader.HeadersBlockBuilder
io.netty.handler.codec.http2.
DefaultHttp2FrameWriter
(implements io.netty.handler.codec.http2.
Http2FrameSizePolicy
, io.netty.handler.codec.http2.
Http2FrameWriter
, io.netty.handler.codec.http2.
Http2FrameWriter.Configuration
)
io.netty.handler.codec.http2.
DefaultHttp2HeadersDecoder
(implements io.netty.handler.codec.http2.
Http2HeadersDecoder
, io.netty.handler.codec.http2.
Http2HeadersDecoder.Configuration
)
io.netty.handler.codec.http2.
DefaultHttp2HeadersEncoder
(implements io.netty.handler.codec.http2.
Http2HeadersEncoder
, io.netty.handler.codec.http2.
Http2HeadersEncoder.Configuration
)
io.netty.handler.codec.http2.
DefaultHttp2LocalFlowController
(implements io.netty.handler.codec.http2.
Http2LocalFlowController
)
io.netty.handler.codec.http2.
DefaultHttp2RemoteFlowController
(implements io.netty.handler.codec.http2.
Http2RemoteFlowController
)
io.netty.handler.codec.
EmptyHeaders
<K,V,T> (implements io.netty.handler.codec.
Headers
<K,V,T>)
io.netty.handler.codec.http2.
EmptyHttp2Headers
(implements io.netty.handler.codec.http2.
Http2Headers
)
io.netty.handler.codec.http2.
Http2ClientUpgradeCodec
(implements io.netty.handler.codec.http.
HttpClientUpgradeHandler.UpgradeCodec
)
io.netty.handler.codec.http2.
Http2CodecBuilder
io.netty.handler.codec.http2.
Http2CodecUtil
io.netty.handler.codec.http2.
Http2ConnectionAdapter
(implements io.netty.handler.codec.http2.
Http2Connection.Listener
)
io.netty.handler.codec.http2.
Http2ConnectionPrefaceWrittenEvent
io.netty.handler.codec.http2.
Http2EventAdapter
(implements io.netty.handler.codec.http2.
Http2Connection.Listener
, io.netty.handler.codec.http2.
Http2FrameListener
)
io.netty.handler.codec.http2.
InboundHttp2ToHttpAdapter
io.netty.handler.codec.http2.
Http2Flags
io.netty.handler.codec.http2.
Http2FrameAdapter
(implements io.netty.handler.codec.http2.
Http2FrameListener
)
io.netty.handler.codec.http2.
Http2FrameListenerDecorator
(implements io.netty.handler.codec.http2.
Http2FrameListener
)
io.netty.handler.codec.http2.
DelegatingDecompressorFrameListener
io.netty.handler.codec.http2.
Http2FrameTypes
io.netty.handler.codec.http2.
Http2InboundFrameLogger
(implements io.netty.handler.codec.http2.
Http2FrameReader
)
io.netty.handler.codec.http2.
Http2OutboundFrameLogger
(implements io.netty.handler.codec.http2.
Http2FrameWriter
)
io.netty.handler.codec.http2.
Http2SecurityUtil
io.netty.handler.codec.http2.
Http2ServerUpgradeCodec
(implements io.netty.handler.codec.http.
HttpServerUpgradeHandler.UpgradeCodec
)
io.netty.handler.codec.http2.
Http2StreamChannelBootstrap
io.netty.handler.codec.http2.
HttpConversionUtil
io.netty.handler.codec.http2.
ReadOnlyHttp2Headers
(implements io.netty.handler.codec.http2.
Http2Headers
)
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
io.netty.handler.codec.http2.
Http2Exception
io.netty.handler.codec.http2.
Http2Exception.ClosedStreamCreationException
io.netty.handler.codec.http2.
Http2Exception.CompositeStreamException
(implements java.lang.
Iterable
<T>)
io.netty.handler.codec.http2.
Http2Exception.StreamException
io.netty.handler.codec.http2.
Http2Exception.HeaderListSizeException
io.netty.handler.codec.http2.
Http2NoMoreStreamIdsException
io.netty.handler.codec.http2.
StreamBufferingEncoder.Http2ChannelClosedException
io.netty.handler.codec.http2.
StreamBufferingEncoder.Http2GoAwayException
io.netty.handler.codec.http2.
UniformStreamByteDistributor
(implements io.netty.handler.codec.http2.
StreamByteDistributor
)
io.netty.handler.codec.http2.
WeightedFairQueueByteDistributor
(implements io.netty.handler.codec.http2.
StreamByteDistributor
)
Interface Hierarchy
java.lang.
AutoCloseable
java.io.
Closeable
io.netty.handler.codec.http2.
Http2ConnectionDecoder
io.netty.handler.codec.http2.
Http2FrameReader
io.netty.handler.codec.http2.
Http2FrameWriter
(also extends io.netty.handler.codec.http2.
Http2DataWriter
)
io.netty.handler.codec.http2.
Http2ConnectionEncoder
io.netty.handler.codec.http2.
Http2Connection
io.netty.handler.codec.http2.
Http2Connection.Endpoint
<F>
io.netty.handler.codec.http2.
Http2Connection.Listener
io.netty.handler.codec.http2.
Http2Connection.PropertyKey
io.netty.handler.codec.http2.
Http2DataWriter
io.netty.handler.codec.http2.
Http2FrameWriter
(also extends java.io.
Closeable
)
io.netty.handler.codec.http2.
Http2ConnectionEncoder
io.netty.handler.codec.http2.
Http2FlowController
io.netty.handler.codec.http2.
Http2LocalFlowController
io.netty.handler.codec.http2.
Http2RemoteFlowController
io.netty.handler.codec.http2.
Http2Frame
io.netty.handler.codec.http2.
Http2GoAwayFrame
(also extends io.netty.buffer.
ByteBufHolder
)
io.netty.handler.codec.http2.
Http2StreamFrame
io.netty.handler.codec.http2.
Http2DataFrame
(also extends io.netty.buffer.
ByteBufHolder
)
io.netty.handler.codec.http2.
Http2HeadersFrame
io.netty.handler.codec.http2.
Http2ResetFrame
io.netty.handler.codec.http2.
Http2WindowUpdateFrame
io.netty.handler.codec.http2.
Http2FrameListener
io.netty.handler.codec.http2.
Http2FrameReader.Configuration
io.netty.handler.codec.http2.
Http2FrameSizePolicy
io.netty.handler.codec.http2.
Http2FrameWriter.Configuration
io.netty.handler.codec.http2.
Http2HeadersDecoder
io.netty.handler.codec.http2.
Http2HeadersDecoder.Configuration
io.netty.handler.codec.http2.
Http2HeadersEncoder
io.netty.handler.codec.http2.
Http2HeadersEncoder.Configuration
io.netty.handler.codec.http2.
Http2HeadersEncoder.SensitivityDetector
io.netty.handler.codec.http2.
Http2LifecycleManager
io.netty.handler.codec.http2.
Http2PromisedRequestVerifier
io.netty.handler.codec.http2.
Http2RemoteFlowController.FlowControlled
io.netty.handler.codec.http2.
Http2RemoteFlowController.Listener
io.netty.handler.codec.http2.
Http2Stream
io.netty.handler.codec.http2.
Http2StreamStateEvent
io.netty.handler.codec.http2.
Http2StreamVisitor
java.lang.
Iterable
<T>
io.netty.handler.codec.
Headers
<K,V,T>
io.netty.handler.codec.http2.
Http2Headers
io.netty.util.
ReferenceCounted
io.netty.buffer.
ByteBufHolder
io.netty.handler.codec.http2.
Http2DataFrame
(also extends io.netty.handler.codec.http2.
Http2StreamFrame
)
io.netty.handler.codec.http2.
Http2GoAwayFrame
(also extends io.netty.handler.codec.http2.
Http2Frame
)
io.netty.handler.codec.http2.
StreamByteDistributor
io.netty.handler.codec.http2.
StreamByteDistributor.StreamState
io.netty.handler.codec.http2.
StreamByteDistributor.Writer
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
io.netty.handler.codec.http2.
HttpConversionUtil.ExtensionHeaderNames
io.netty.handler.codec.http2.
Http2Stream.State
io.netty.handler.codec.http2.
Http2Headers.PseudoHeaderName
io.netty.handler.codec.http2.
Http2FrameLogger.Direction
io.netty.handler.codec.http2.
Http2Exception.ShutdownHint
io.netty.handler.codec.http2.
Http2Error
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2008–2017
The Netty Project
. All rights reserved.