Uses of Class
org.glassfish.grizzly.http.util.MessageBytes
Packages that use MessageBytes
-
Uses of MessageBytes in org.glassfish.grizzly.http.util
Methods in org.glassfish.grizzly.http.util that return MessageBytesModifier and TypeMethodDescriptionMessageBytes.getClone()TimeStamp.getName()Return the "name" of the timestamp.MessageBytes.MessageBytesFactory.newInstance()static MessageBytesMessageBytes.newInstance()Construct a new MessageBytes instanceMethods in org.glassfish.grizzly.http.util with parameters of type MessageBytesModifier and TypeMethodDescriptionvoidC2BConverter.convert(MessageBytes mb) Convert a message bytes chars to bytesvoidUDecoder.convert(MessageBytes mb) URLDecode, will modify the source Includes converting '+' to ' '.voidUDecoder.convert(MessageBytes mb, boolean query) URLDecode, will modify the sourcestatic voidUDecoder.convert(MessageBytes mb, boolean query, boolean allowEncodingSlash) URLDecode, will modify the sourcestatic voidB2CConverter.convertASCII(MessageBytes mb) Character conversion of a US-ASCII MessageBytes.static voidB2CConverterBlocking.convertASCII(MessageBytes mb) Character conversion of a US-ASCII MessageBytes.protected voidHttpRequestURIDecoder.convertMB(MessageBytes mb) Character conversion of the a US-ASCII MessageBytes.static voidHttpRequestURIDecoder.decode(MessageBytes decodedURI, UDecoder urlDecoder) Decode the http request represented by the bytes insideMessageBytesusing anUDecoder.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.voidMessageBytes.duplicate(MessageBytes src) Copy the src into this MessageBytes, allocating more space if neededstatic booleanHttpRequestURIDecoder.normalize(MessageBytes uriMB) Normalize URI.