| Package | Description |
|---|---|
| org.eclipse.jetty.fcgi.parser |
| Modifier and Type | Method | Description |
|---|---|---|
ContentParser.Result |
BeginRequestContentParser.parse(java.nio.ByteBuffer buffer) |
|
abstract ContentParser.Result |
ContentParser.parse(java.nio.ByteBuffer buffer) |
|
ContentParser.Result |
EndRequestContentParser.parse(java.nio.ByteBuffer buffer) |
|
ContentParser.Result |
ParamsContentParser.parse(java.nio.ByteBuffer buffer) |
|
ContentParser.Result |
StreamContentParser.parse(java.nio.ByteBuffer buffer) |
|
static ContentParser.Result |
ContentParser.Result.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ContentParser.Result[] |
ContentParser.Result.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 1995–2018 Webtide. All rights reserved.