Uses of Class
org.glassfish.grizzly.http.Method.PayloadExpectation
-
Packages that use Method.PayloadExpectation Package Description org.glassfish.grizzly.http -
-
Uses of Method.PayloadExpectation in org.glassfish.grizzly.http
Methods in org.glassfish.grizzly.http that return Method.PayloadExpectation Modifier and Type Method Description Method.PayloadExpectationMethod. getPayloadExpectation()static Method.PayloadExpectationMethod.PayloadExpectation. valueOf(String name)Returns the enum constant of this type with the specified name.static Method.PayloadExpectation[]Method.PayloadExpectation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.grizzly.http with parameters of type Method.PayloadExpectation Modifier and Type Method Description static MethodMethod. CUSTOM(String methodName, Method.PayloadExpectation payloadExpectation)
-