Package | Description |
---|---|
org.glassfish.grizzly.http | |
org.glassfish.grizzly.http.server |
Modifier and Type | Field and Description |
---|---|
static Method |
Method.CONNECT |
static Method |
Method.DELETE |
static Method |
Method.GET |
static Method |
Method.HEAD |
protected Method |
HttpRequestPacket.Builder.method |
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(String methodName) |
static Method |
Method.CUSTOM(String methodName,
Method.PayloadExpectation payloadExpectation) |
Method |
HttpRequestPacket.getMethod()
Get the HTTP request method.
|
static Method |
Method.valueOf(DataChunk methodC) |
static Method |
Method.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
Method |
Request.getMethod()
Return the HTTP request method used in this Request.
|
Copyright © 2014 Oracle Corporation. All rights reserved.