Uses of Class
org.glassfish.grizzly.http.util.BufferChunk

Packages that use BufferChunk
org.glassfish.grizzly.http   
org.glassfish.grizzly.http.util   
 

Uses of BufferChunk in org.glassfish.grizzly.http
 

Fields in org.glassfish.grizzly.http declared as BufferChunk
 BufferChunk HttpCodecFilter.HeaderParsingState.headerValueStorage
           
protected  BufferChunk HttpHeader.protocolBC
           
protected  BufferChunk HttpResponsePacket.statusBC
           
protected  BufferChunk HttpHeader.upgrade
           
 

Methods in org.glassfish.grizzly.http that return BufferChunk
 BufferChunk LazyCookieState.getComment()
           
 BufferChunk LazyCookieState.getDomain()
           
 BufferChunk HttpRequestPacket.getMethodBC()
          Get the HTTP request method as BufferChunk (avoiding creation of a String object).
 BufferChunk LazyCookieState.getName()
           
 BufferChunk LazyCookieState.getPath()
           
 BufferChunk HttpHeader.getProtocolBC()
          Get the HTTP message protocol version as BufferChunk (avoiding creation of a String object).
 BufferChunk HttpRequestPacket.getQueryStringBC()
          Returns the query string that is contained in the request URL after the path.
 BufferChunk HttpResponsePacket.getReasonPhraseBC(boolean useDefault)
          Gets the status reason phrase for this response as BufferChunk (avoid creation of a String object}.
 BufferChunk HttpResponsePacket.getStatusBC()
          Gets the status code for this response as BufferChunk (avoid the status code parsing}.
 BufferChunk HttpHeader.getUpgradeBC()
           
 BufferChunk LazyCookieState.getValue()
           
 BufferChunk HttpRequestPacket.localAddr()
           
 BufferChunk HttpRequestPacket.localName()
           
 BufferChunk HttpRequestPacket.remoteAddr()
           
 BufferChunk HttpRequestPacket.remoteHost()
           
 BufferChunk HttpRequestPacket.serverName()
          Return the buffer holding the server name, if any.
 

Methods in org.glassfish.grizzly.http with parameters of type BufferChunk
protected static Buffer HttpCodecFilter.encodeMimeHeader(MemoryManager memoryManager, Buffer buffer, BufferChunk name, BufferChunk value, boolean encodeLastCRLF)
           
protected  void HttpHeader.extractContentEncoding(BufferChunk value)
          Obtain content-encoding value and mark it as serialized.
protected  void HttpHeader.extractContentType(BufferChunk bc)
          Obtain content-type value and mark it as serialized.
protected static Buffer HttpCodecFilter.put(MemoryManager memoryManager, Buffer dstBuffer, BufferChunk chunk)
           
 

Uses of BufferChunk in org.glassfish.grizzly.http.util
 

Subclasses of BufferChunk in org.glassfish.grizzly.http.util
 class CacheableBufferChunk
          BufferChunk implementation, which could be cached in the thread cache.
 

Methods in org.glassfish.grizzly.http.util that return BufferChunk
 BufferChunk MimeHeaders.addValue(Buffer buffer, int startN, int len)
          Create a new named header using un-translated byte[].
 BufferChunk MimeHeaders.addValue(String name)
          Create a new named header , return the MessageBytes container for the new value
 BufferChunk RequestURIRef.getDecodedRequestURIBC()
           
 BufferChunk RequestURIRef.getDecodedRequestURIBC(boolean isSlashAllowed)
           
static BufferChunk Utils.getHttpStatusMessage(int httpStatus)
           
 BufferChunk MimeHeaders.getName(int n)
          Returns the Nth header name, or null if there is no such header.
 BufferChunk HttpStatus.getReasonPhraseBC()
           
 BufferChunk RequestURIRef.getRequestURIBC()
           
 BufferChunk MimeHeaders.getValue(int n)
          Returns the Nth header value, or null if there is no such header.
 BufferChunk MimeHeaders.getValue(String name)
          Finds and returns a header field with the given name.
static BufferChunk BufferChunk.newInstance()
           
 BufferChunk MimeHeaders.setValue(String name)
          Allow "set" operations - return a BufferChunk container for the header value ( existing header or new if this .
 

Methods in org.glassfish.grizzly.http.util with parameters of type BufferChunk
static void URLDecoder.decode(BufferChunk bufferChunk)
           
static void URLDecoder.decode(BufferChunk bufferChunk, boolean allowEncodedSlash)
          URLDecode the BufferChunk
static long Ascii.parseLong(BufferChunk bufferChunk)
           
static long Ascii.parseLong(BufferChunk bufferChunk, int offset, int length)
           
 void BufferChunk.set(BufferChunk value)
           
 void Parameters.setQuery(BufferChunk queryBC)
           
static void CookieParserUtils.unescapeDoubleQuotes(BufferChunk bc)
          Unescapes any double quotes in the given cookie value.
 



Copyright © 2010 Oracle Corpration. All Rights Reserved.