Package | Description |
---|---|
org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
Modifier and Type | Method and Description |
---|---|
HttpGenerator.Result |
HttpGenerator.generateRequest(MetaData.Request info,
java.nio.ByteBuffer header,
java.nio.ByteBuffer chunk,
java.nio.ByteBuffer content,
boolean last) |
HttpGenerator.Result |
HttpGenerator.generateResponse(MetaData.Response info,
boolean head,
java.nio.ByteBuffer header,
java.nio.ByteBuffer chunk,
java.nio.ByteBuffer content,
boolean last) |
HttpGenerator.Result |
HttpGenerator.generateResponse(MetaData.Response info,
java.nio.ByteBuffer header,
java.nio.ByteBuffer chunk,
java.nio.ByteBuffer content,
boolean last)
Deprecated.
|
static HttpGenerator.Result |
HttpGenerator.Result.valueOf(java.lang.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–2023 Webtide. All rights reserved.