Uses of Class
org.glassfish.grizzly.http.util.Parameters
Packages that use Parameters
-
Uses of Parameters in org.glassfish.grizzly.http.server
Fields in org.glassfish.grizzly.http.server declared as ParametersMethods in org.glassfish.grizzly.http.server that return ParametersModifier and TypeMethodDescriptionRequest.getParameters()Returns the low-level parameters holder for finer control over parameters.Methods in org.glassfish.grizzly.http.server with parameters of type ParametersModifier and TypeMethodDescriptionvoidRequest.setRequestParameters(Parameters parameters) This method may be used if some other entity processed request parameters and wishes to expose them via the request. -
Uses of Parameters in org.glassfish.grizzly.http.util
Methods in org.glassfish.grizzly.http.util that return Parameters