| 接口 | 说明 |
|---|---|
| HttpParser.ComplianceHandler | |
| HttpParser.HttpHandler | |
| HttpParser.RequestHandler | |
| HttpParser.ResponseHandler | |
| Parser.Listener | |
| ServerParser.Listener |
| 类 | 说明 |
|---|---|
| BodyParser |
The base parser for the frame body of HTTP/2 frames.
|
| ContinuationBodyParser | |
| DataBodyParser | |
| GoAwayBodyParser | |
| HeaderBlockFragments | |
| HeaderBlockParser | |
| HeaderParser |
The parser for the frame header of HTTP/2 frames.
|
| HeadersBodyParser | |
| HttpParser |
A Parser for 1.0 and 1.1 as defined by RFC7230
This parser parses HTTP client and server messages from buffers passed in the
HttpParser.parseNext(ByteBuffer) method. |
| Parser |
The HTTP/2 protocol parser.
|
| Parser.Listener.Adapter | |
| PingBodyParser | |
| PrefaceParser | |
| PriorityBodyParser | |
| PushPromiseBodyParser | |
| ResetBodyParser | |
| ServerParser | |
| ServerParser.Listener.Adapter | |
| SettingsBodyParser | |
| WindowUpdateBodyParser |
| 枚举 | 说明 |
|---|---|
| HttpParser.State |
Copyright © 2016. All rights reserved.