Package | Description |
---|---|
org.eclipse.jetty.fcgi.parser |
Modifier and Type | Method and Description |
---|---|
ContentParser.Result |
StreamContentParser.parse(ByteBuffer buffer) |
ContentParser.Result |
ParamsContentParser.parse(ByteBuffer buffer) |
ContentParser.Result |
EndRequestContentParser.parse(ByteBuffer buffer) |
abstract ContentParser.Result |
ContentParser.parse(ByteBuffer buffer) |
ContentParser.Result |
BeginRequestContentParser.parse(ByteBuffer buffer) |
static ContentParser.Result |
ContentParser.Result.valueOf(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-2015 Webtide. All Rights Reserved.