| Package | Description |
|---|---|
| org.eclipse.jetty.http2.parser |
| Modifier and Type | Method and Description |
|---|---|
protected BodyParser.Result |
BodyParser.notifyConnectionFailure(int error,
String reason) |
BodyParser.Result |
HeadersBodyParser.parse(ByteBuffer buffer) |
BodyParser.Result |
GoAwayBodyParser.parse(ByteBuffer buffer) |
abstract BodyParser.Result |
BodyParser.parse(ByteBuffer buffer) |
BodyParser.Result |
ResetBodyParser.parse(ByteBuffer buffer) |
BodyParser.Result |
ContinuationBodyParser.parse(ByteBuffer buffer) |
BodyParser.Result |
PingBodyParser.parse(ByteBuffer buffer) |
BodyParser.Result |
SettingsBodyParser.parse(ByteBuffer buffer) |
BodyParser.Result |
PriorityBodyParser.parse(ByteBuffer buffer) |
BodyParser.Result |
PushPromiseBodyParser.parse(ByteBuffer buffer) |
BodyParser.Result |
DataBodyParser.parse(ByteBuffer buffer) |
BodyParser.Result |
WindowUpdateBodyParser.parse(ByteBuffer buffer) |
static BodyParser.Result |
BodyParser.Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BodyParser.Result[] |
BodyParser.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 1995-2014 Webtide. All Rights Reserved.