|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Method | |
|---|---|
| org.glassfish.grizzly.http | |
| Uses of Method in org.glassfish.grizzly.http |
|---|
| Fields in org.glassfish.grizzly.http declared as Method | |
|---|---|
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
|
| Methods in org.glassfish.grizzly.http that return Method | |
|---|---|
static Method |
Method.CUSTOM(String methodName)
|
Method |
HttpRequestPacket.getMethod()
Get the HTTP request method. |
static Method |
Method.parseDataChunk(DataChunk methodC)
Deprecated. pls. use valueOf(org.glassfish.grizzly.http.util.DataChunk). |
static Method |
Method.valueOf(DataChunk methodC)
|
static Method |
Method.valueOf(String method)
|
| Methods in org.glassfish.grizzly.http with parameters of type Method | |
|---|---|
HttpRequestPacket.Builder |
HttpRequestPacket.Builder.method(Method method)
Set the HTTP request method. |
void |
HttpRequestPacket.setMethod(Method method)
Set the HTTP request method. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||