Uses of Class
org.glassfish.grizzly.http.Method
-
Packages that use Method Package Description org.glassfish.grizzly.http -
-
Uses of Method in org.glassfish.grizzly.http
Fields in org.glassfish.grizzly.http declared as Method Modifier and Type Field Description static MethodMethod. CONNECTstatic MethodMethod. DELETEstatic MethodMethod. GETstatic MethodMethod. HEADprotected MethodHttpRequestPacket.Builder. methodstatic MethodMethod. OPTIONSprotected MethodHttpRequestPacket. parsedMethodstatic MethodMethod. PATCHstatic MethodMethod. POSTstatic MethodMethod. PRIstatic MethodMethod. PUTstatic MethodMethod. TRACEMethods in org.glassfish.grizzly.http that return Method Modifier and Type Method Description static MethodMethod. CUSTOM(String methodName)static MethodMethod. CUSTOM(String methodName, Method.PayloadExpectation payloadExpectation)MethodHttpRequestPacket. getMethod()Get the HTTP request method.static MethodMethod. valueOf(String method)static MethodMethod. valueOf(DataChunk methodC)Methods in org.glassfish.grizzly.http with parameters of type Method Modifier and Type Method Description HttpRequestPacket.BuilderHttpRequestPacket.Builder. method(Method method)Set the HTTP request method.voidHttpRequestPacket. setMethod(Method method)Set the HTTP request method.
-