Uses of Class
org.glassfish.grizzly.http.Method
Packages that use Method
Package
Description
-
Uses of Method in org.glassfish.grizzly.http
Fields in org.glassfish.grizzly.http declared as MethodModifier and TypeFieldDescriptionstatic final MethodMethod.CONNECTstatic final MethodMethod.DELETEstatic final MethodMethod.GETstatic final MethodMethod.HEADprotected MethodHttpRequestPacket.Builder.methodstatic final MethodMethod.OPTIONSprotected MethodHttpRequestPacket.parsedMethodstatic final MethodMethod.PATCHstatic final MethodMethod.POSTstatic final MethodMethod.PRIstatic final MethodMethod.PUTstatic final MethodMethod.TRACEMethods in org.glassfish.grizzly.http that return MethodModifier and TypeMethodDescriptionstatic Methodstatic MethodMethod.CUSTOM(String methodName, Method.PayloadExpectation payloadExpectation) HttpRequestPacket.getMethod()Get the HTTP request method.static Methodstatic MethodMethods in org.glassfish.grizzly.http with parameters of type MethodModifier and TypeMethodDescriptionSet the HTTP request method.voidSet the HTTP request method. -
Uses of Method in org.glassfish.grizzly.http.server
Methods in org.glassfish.grizzly.http.server that return Method -
Uses of Method in org.glassfish.grizzly.http2.frames
Methods in org.glassfish.grizzly.http2.frames with parameters of type MethodModifier and TypeMethodDescriptionSet the the HTTP method for this request.