Uses of Class
org.glassfish.grizzly.http.util.B2CConverter
-
Packages that use B2CConverter Package Description org.glassfish.grizzly.http.util -
-
Uses of B2CConverter in org.glassfish.grizzly.http.util
Methods in org.glassfish.grizzly.http.util with parameters of type B2CConverter Modifier and Type Method Description static voidHttpRequestURIDecoder. decode(MessageBytes decodedURI, UDecoder urlDecoder, String encoding, B2CConverter b2cConverter)Decode the HTTP request represented by the bytes insideMessageBytesusing anUDecoder, using the specified encoding, using the specified [@link B2CConverter} to decode the request.
-