Package | Description |
---|---|
org.glassfish.grizzly.http | |
org.glassfish.grizzly.http.server | |
org.glassfish.grizzly.spdy | |
org.glassfish.grizzly.spdy.frames |
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.PRI |
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.
|
Modifier and Type | Method and Description |
---|---|
SpdySession.BidirectionalBuilder |
SpdySession.BidirectionalBuilder.method(Method method)
Set the HTTP request method.
|
Modifier and Type | Method and Description |
---|---|
CompressedHeadersBuilder |
CompressedHeadersBuilder.method(Method method)
Set the the HTTP method for this request.
|
Copyright © 2015 Oracle Corporation. All rights reserved.