Package | Description |
---|---|
org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
Modifier and Type | Method and Description |
---|---|
HttpGenerator.Result |
HttpGenerator.generateRequest(HttpGenerator.RequestInfo info,
ByteBuffer header,
ByteBuffer chunk,
ByteBuffer content,
boolean last) |
HttpGenerator.Result |
HttpGenerator.generateResponse(HttpGenerator.ResponseInfo info,
ByteBuffer header,
ByteBuffer chunk,
ByteBuffer content,
boolean last) |
static HttpGenerator.Result |
HttpGenerator.Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpGenerator.Result[] |
HttpGenerator.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.