| 接口 | 说明 |
|---|---|
| FlowControlStrategy | |
| HTTPConnection | |
| HTTPHandler | |
| HTTPTunnelConnection | |
| Session |
A
Session represents the client-side endpoint of a HTTP/2 connection to a single origin server. |
| Session.Listener |
A
Session.Listener is the passive counterpart of a Session and
receives events happening on a HTTP/2 connection. |
| SessionSPI |
The SPI interface for implementing a HTTP/2 session.
|
| Stream | |
| Stream.Listener |
A
Stream.Listener is the passive counterpart of a Stream
and receives events happening on a HTTP/2 stream. |
| StreamSPI |
The SPI interface for implementing a HTTP/2 stream.
|
| 类 | 说明 |
|---|---|
| AbstractFlowControlStrategy | |
| AbstractHTTP1Connection | |
| AbstractHTTP1OutputStream | |
| AbstractHTTP2Connection | |
| AbstractHTTP2OutputStream | |
| AbstractHTTPConnection | |
| AbstractHTTPHandler | |
| BufferedHTTPOutputStream | |
| BufferingFlowControlStrategy |
A flow control strategy that accumulates updates and emits window control
frames when the accumulated value reaches a threshold.
|
| HTTP2Configuration | |
| HTTP2Flusher | |
| HTTP2Flusher.Entry | |
| HTTP2Session | |
| HTTP2Stream | |
| HTTPHandler.Adapter | |
| HTTPOutputStream | |
| Session.Listener.Adapter |
Empty implementation of
Stream.Listener. |
| ShutdownHelper | |
| SimpleFlowControlStrategy | |
| Stream.Listener.Adapter |
Empty implementation of
Stream.Listener
|
| 枚举 | 说明 |
|---|---|
| CloseState | |
| ConnectionType |
Copyright © 2017. All rights reserved.