Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Io.netty.handler.codec.http2 Classes and Interfaces - 77 results found.
NameDescriptionTypePackageFramework
CompressorHttp2ConnectionEncoderA HTTP2 encoder that will compress data frames according to the content-encoding header for each stream.Classio.netty.handler.codec.http2Netty
CompressorHttp2ConnectionEncoder .BuilderClassio.netty.handler.codec.http2.CompressorHttp2ConnectionEncoderNetty
DefaultHttp2ConnectionSimple implementation of Http2Connection.Classio.netty.handler.codec.http2Netty
DefaultHttp2ConnectionDecoderProvides the default implementation for processing inbound frame events and delegates to aThis class will read HTTP/2 frames and delegate the events to a Http2FrameListenerClassio.netty.handler.codec.http2Netty
DefaultHttp2ConnectionDecoder .BuilderBuilder for instances of DefaultHttp2ConnectionDecoder.Classio.netty.handler.codec.http2.DefaultHttp2ConnectionDecoderNetty
DefaultHttp2ConnectionEncoderDefault implementation of Http2ConnectionEncoder.Classio.netty.handler.codec.http2Netty
DefaultHttp2ConnectionEncoder .BuilderBuilder for new instances of DefaultHttp2ConnectionEncoder.Classio.netty.handler.codec.http2.DefaultHttp2ConnectionEncoderNetty
DefaultHttp2FrameReaderA Http2FrameReader that supports all frame types defined by the HTTP/2 specification.Classio.netty.handler.codec.http2Netty
DefaultHttp2FrameWriterA Http2FrameWriter that supports all frame types defined by the HTTP/2 specification.Classio.netty.handler.codec.http2Netty
DefaultHttp2HeadersClassio.netty.handler.codec.http2Netty
DefaultHttp2HeadersDecoderClassio.netty.handler.codec.http2Netty
DefaultHttp2HeadersEncoderClassio.netty.handler.codec.http2Netty
DefaultHttp2LocalFlowControllerBasic implementation of Http2LocalFlowController.Classio.netty.handler.codec.http2Netty
DefaultHttp2RemoteFlowControllerBasic implementation of Http2RemoteFlowController.Classio.netty.handler.codec.http2Netty
DefaultHttp2StreamRemovalPolicyA Http2StreamRemovalPolicy that periodically runs garbage collection on streams that havebeen marked for removal.Classio.netty.handler.codec.http2Netty
DelegatingDecompressorFrameListenerA HTTP2 frame listener that will decompress data frames according to the content-encoding header for eachstream.Classio.netty.handler.codec.http2Netty
EmptyHttp2HeadersClassio.netty.handler.codec.http2Netty
Http2ClientUpgradeCodecClient-side cleartext upgrade codec from HTTP to HTTP/2.Classio.netty.handler.codec.http2Netty
Http2CodecUtilConstants and utility method used for encoding/decoding HTTP2 frames.Classio.netty.handler.codec.http2Netty
Http2ConnectionManager for the state of an HTTP/2 connection with the remote end-point.Interfaceio.netty.handler.codec.http2Netty
Http2Connection .EndpointA view of the connection from one endpoint (local or remote).Interfaceio.netty.handler.codec.http2.Http2ConnectionNetty
Http2Connection .ListenerListener for life-cycle events for streams in this connection.Interfaceio.netty.handler.codec.http2.Http2ConnectionNetty
Http2ConnectionAdapterProvides empty implementations of all Http2Connection.Classio.netty.handler.codec.http2Netty
Http2ConnectionDecoderHandler for inbound traffic on behalf of Http2ConnectionHandler.Interfaceio.netty.handler.codec.http2Netty
Http2ConnectionDecoder .BuilderBuilder for new instances of Http2ConnectionDecoder.Interfaceio.netty.handler.codec.http2.Http2ConnectionDecoderNetty
Http2ConnectionEncoderHandler for outbound HTTP/2 traffic.Interfaceio.netty.handler.codec.http2Netty
Http2ConnectionEncoder .BuilderBuilder for new instances of Http2ConnectionEncoder.Interfaceio.netty.handler.codec.http2.Http2ConnectionEncoderNetty
Http2ConnectionHandlerProvides the default implementation for processing inbound frame events and delegates to aThis class will read HTTP/2 frames and delegate the events to a Http2FrameListenerClassio.netty.handler.codec.http2Netty
Http2DataWriterInterface that defines an object capable of producing HTTP/2 data frames.Interfaceio.netty.handler.codec.http2Netty
Http2ErrorAll error codes identified by the HTTP/2 spec.Classio.netty.handler.codec.http2Netty
Http2EventAdapterThis class brings Http2Connection.Classio.netty.handler.codec.http2Netty
Http2ExceptionException thrown when an HTTP/2 error was encountered.Classio.netty.handler.codec.http2Netty
Http2Exception .CompositeStreamExceptionProvides the ability to handle multiple stream exceptions with one throw statement.Classio.netty.handler.codec.http2.Http2ExceptionNetty
Http2Exception .StreamExceptionRepresents an exception that can be isolated to a single stream (as opposed to the entire connection).Classio.netty.handler.codec.http2.Http2ExceptionNetty
Http2FlagsProvides utility methods for accessing specific flags as defined by the HTTP/2 spec.Classio.netty.handler.codec.http2Netty
Http2FlowControllerBase interface for all HTTP/2 flow controllers.Interfaceio.netty.handler.codec.http2Netty
Http2FrameAdapterConvenience class that provides no-op implementations for all methods of Http2FrameListener.Classio.netty.handler.codec.http2Netty
Http2FrameListenerAn listener of HTTP/2 frames.Interfaceio.netty.handler.codec.http2Netty
Http2FrameListenerDecoratorClassio.netty.handler.codec.http2Netty
Http2FrameLoggerLogs HTTP2 frames for debugging purposes.Classio.netty.handler.codec.http2Netty
Http2FrameLogger .DirectionClassio.netty.handler.codec.http2.Http2FrameLoggerNetty
Http2FrameReaderReads HTTP/2 frames from an input ByteBuf and notifies the specifiedHttp2FrameListener when frames are complete.Interfaceio.netty.handler.codec.http2Netty
Http2FrameReader .ConfigurationInterfaceio.netty.handler.codec.http2.Http2FrameReaderNetty
Http2FrameSizePolicyInterfaceio.netty.handler.codec.http2Netty
Http2FrameTypesRegistry of all standard frame types defined by the HTTP/2 specification.Classio.netty.handler.codec.http2Netty
Http2FrameWriterA writer responsible for marshaling HTTP/2 frames to the channel.Interfaceio.netty.handler.codec.http2Netty
Http2FrameWriter .ConfigurationInterfaceio.netty.handler.codec.http2.Http2FrameWriterNetty
Http2HeadersA collection of headers sent or received via HTTP/2.Interfaceio.netty.handler.codec.http2Netty
Http2Headers .PseudoHeaderNameHTTP/2 pseudo-headers names.Classio.netty.handler.codec.http2.Http2HeadersNetty
Http2HeadersDecoderDecodes HPACK-encoded headers blocks into Http2Headers.Interfaceio.netty.handler.codec.http2Netty
Http2HeadersDecoder .ConfigurationInterfaceio.netty.handler.codec.http2.Http2HeadersDecoderNetty
Http2HeadersEncoderEncodes Http2Headers into HPACK-encoded headers blocks.Interfaceio.netty.handler.codec.http2Netty
Http2HeadersEncoder .ConfigurationInterfaceio.netty.handler.codec.http2.Http2HeadersEncoderNetty
Http2HeaderTableInterfaceio.netty.handler.codec.http2Netty
Http2InboundFrameLoggerClassio.netty.handler.codec.http2Netty
Http2LifecycleManagerManager for the life cycle of the HTTP/2 connection.Interfaceio.netty.handler.codec.http2Netty
Http2LocalFlowControllerInterfaceio.netty.handler.codec.http2Netty
Http2NoMoreStreamIdsExceptionThis exception is thrown when there are no more stream IDs available for the current connectionSee Also:Serialized FormClassio.netty.handler.codec.http2Netty
Http2OrHttpChooserChannelHandler which is responsible to setup theChannelPipeline either for HTTP or HTTP2.Classio.netty.handler.codec.http2Netty
Http2OrHttpChooser .SelectedProtocolMust be updated to match the HTTP/2 draft number.Classio.netty.handler.codec.http2.Http2OrHttpChooserNetty
Http2OutboundFrameLoggerClassio.netty.handler.codec.http2Netty
Http2RemoteFlowControllerInterfaceio.netty.handler.codec.http2Netty
Http2RemoteFlowController .FlowControlledpayload to the stream.Interfaceio.netty.handler.codec.http2.Http2RemoteFlowControllerNetty
Http2SecurityUtilProvides utilities related to security requirements specific to HTTP/2.Classio.netty.handler.codec.http2Netty
Http2ServerUpgradeCodecServer-side codec for performing a cleartext upgrade from HTTP/1.Classio.netty.handler.codec.http2Netty
Http2SettingsSettings for one endpoint in an HTTP/2 connection.Classio.netty.handler.codec.http2Netty
Http2StreamA single stream within an HTTP2 connection.Interfaceio.netty.handler.codec.http2Netty
Http2Stream .StateThe allowed states of an HTTP2 stream.Classio.netty.handler.codec.http2.Http2StreamNetty
Http2StreamRemovalPolicyA policy for determining when it is appropriate to remove streams from an HTTP/2 stream registry.Interfaceio.netty.handler.codec.http2Netty
Http2StreamRemovalPolicy .ActionPerforms the action of removing the stream.Interfaceio.netty.handler.codec.http2.Http2StreamRemovalPolicyNetty
HttpToHttp2ConnectionHandlerTranslates HTTP/1.Classio.netty.handler.codec.http2Netty
HttpUtilClassio.netty.handler.codec.http2Netty
HttpUtil .ExtensionHeaderNamesProvides the HTTP header extensions used to carry HTTP/2 information in HTTP objectsHTTP extension header which will identify the authority pseudo header from the HTTP/2 event(s) responsibleClassio.netty.handler.codec.http2.HttpUtilNetty
InboundHttp2ToHttpAdapterThis adapter provides just header/data events from the HTTP message flow definedhere HTTP/2 Spec Message Flow.Classio.netty.handler.codec.http2Netty
InboundHttp2ToHttpAdapter .BuilderClassio.netty.handler.codec.http2.InboundHttp2ToHttpAdapterNetty
InboundHttp2ToHttpPriorityAdapterTranslate header/data/priority HTTP/2 frame events into HTTP events.Classio.netty.handler.codec.http2Netty
InboundHttp2ToHttpPriorityAdapter .BuilderClassio.netty.handler.codec.http2.InboundHttp2ToHttpPriorityAdapterNetty