Uses of Enum Class
com.soklet.ParameterizedHeaderValue.ParameterType
Packages that use ParameterizedHeaderValue.ParameterType
-
Uses of ParameterizedHeaderValue.ParameterType in com.soklet
Subclasses with type arguments of type ParameterizedHeaderValue.ParameterType in com.sokletModifier and TypeClassDescriptionstatic enumWhat type of header-value parameter this is:ParameterizedHeaderValue.ParameterType.TOKEN,ParameterizedHeaderValue.ParameterType.QUOTED, orParameterizedHeaderValue.ParameterType.RFC_8187.Methods in com.soklet that return ParameterizedHeaderValue.ParameterTypeModifier and TypeMethodDescriptionParameterizedHeaderValue.Parameter.getParameterType()Gets the type of this parameter.Returns the enum constant of this class with the specified name.ParameterizedHeaderValue.ParameterType.values()Returns an array containing the constants of this enum class, in the order they are declared.