| Package | Description |
|---|---|
| org.glassfish.grizzly.http |
| Modifier and Type | Field and Description |
|---|---|
static Method |
Method.CONNECT |
static Method |
Method.DELETE |
static Method |
Method.GET |
static Method |
Method.HEAD |
static Method |
Method.OPTIONS |
protected Method |
HttpRequestPacket.parsedMethod |
static Method |
Method.PATCH |
static Method |
Method.POST |
static Method |
Method.PUT |
static Method |
Method.TRACE |
| Modifier and Type | Method and Description |
|---|---|
static Method |
Method.CUSTOM(java.lang.String methodName) |
static Method |
Method.CUSTOM(java.lang.String methodName,
Method.PayloadExpectation payloadExpectation) |
Method |
HttpRequestPacket.getMethod()
Get the HTTP request method.
|
static Method |
Method.parseDataChunk(DataChunk methodC)
Deprecated.
|
static Method |
Method.valueOf(DataChunk methodC) |
static Method |
Method.valueOf(java.lang.String method) |
| Modifier and Type | Method and Description |
|---|---|
HttpRequestPacket.Builder |
HttpRequestPacket.Builder.method(Method method)
Set the HTTP request method.
|
void |
HttpRequestPacket.setMethod(Method method)
Set the HTTP request method.
|
Copyright © 2014 Oracle Corporation. All Rights Reserved.