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