See: Description
| Interface | Description | 
|---|---|
| H2StreamListener | HTTP/2 stream event listener. | 
| Class | Description | 
|---|---|
| ClientH2IOEventHandler | IOEventHandlerthat implements
 client side HTTP/2 messaging protocol with full support for
 multiplexed message transmission. | 
| ClientH2StreamMultiplexer | I/O event handler for events fired by  ProtocolIOSessionthat implements
 client side HTTP/2 messaging protocol with full support for
 multiplexed message transmission. | 
| ClientH2StreamMultiplexerFactory | ClientH2StreamMultiplexerfactory. | 
| ClientHttpProtocolNegotiationStarter | Client I/O event starter that prepares I/O sessions for an initial protocol handshake. | 
| ClientHttpProtocolNegotiator | I/O event handler for events fired by  ProtocolIOSessionthat implements
 client side of the HTTP/2 protocol negotiation handshake
 based onHttpVersionPolicyconfiguration. | 
| ClientHttpProtocolNegotiatorFactory | Deprecated | 
| FrameInputBuffer | Frame input buffer for HTTP/2 non-blocking connections. | 
| FrameOutputBuffer | Frame output buffer for HTTP/2 non-blocking connections. | 
| H2OnlyClientProtocolNegotiator | I/O event handler for events fired by  ProtocolIOSessionthat implements
 client side of the HTTP/2 protocol negotiation handshake always forcing the choice
 of HTTP/2. | 
| H2OnlyServerHttpProtocolNegotiator | I/O event handler for events fired by  ProtocolIOSessionthat implements
 server side of the HTTP/2 protocol negotiation handshake. | 
| ServerH2IOEventHandler | IOEventHandlerthat implements
 server side HTTP/2 messaging protocol with full support for
 multiplexed message transmission. | 
| ServerH2StreamMultiplexer | I/O event handler for events fired by  ProtocolIOSessionthat implements
 server side HTTP/2 messaging protocol with full support for
 multiplexed message transmission. | 
| ServerH2StreamMultiplexerFactory | ServerH2StreamMultiplexerfactory. | 
| ServerHttpProtocolNegotiationStarter | Server I/O event starter that prepares I/O sessions for an initial protocol handshake. | 
| ServerHttpProtocolNegotiator | I/O event handler for events fired by  ProtocolIOSessionthat implements
 server side of the HTTP/2 protocol negotiation handshake
 based onHttpVersionPolicyconfiguration. | 
| ServerHttpProtocolNegotiatorFactory | Deprecated | 
| Exception | Description | 
|---|---|
| ProtocolNegotiationException | Signals a protocol error in HTTP protocol negotiation. | 
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.