Uses of Class
org.apache.http.util.CharArrayBuffer

Packages that use CharArrayBuffer
org.apache.http.impl Default implementations for interfaces in org.apache.http
org.apache.http.impl.io Default implementations for interfaces in org.apache.http.io
org.apache.http.impl.nio   
org.apache.http.impl.nio.codecs   
org.apache.http.impl.nio.reactor NIO based implementations of HttpCore interfaces. 
org.apache.http.io The transport layer abstraction of the HTTP components. 
org.apache.http.message A selection of HTTP message implementations. 
org.apache.http.util Mostly utility classes with static helper methods for various purposes. 
 

Uses of CharArrayBuffer in org.apache.http.impl
 

Methods in org.apache.http.impl with parameters of type CharArrayBuffer
protected static boolean AbstractHttpClientConnection.startsWithHTTP(CharArrayBuffer buffer)
          Tests if the string starts with 'HTTP' signature.
 

Uses of CharArrayBuffer in org.apache.http.impl.io
 

Methods in org.apache.http.impl.io with parameters of type CharArrayBuffer
 int AbstractHttpDataReceiver.readLine(CharArrayBuffer charbuffer)
           
 void AbstractHttpDataTransmitter.writeLine(CharArrayBuffer s)
           
 

Uses of CharArrayBuffer in org.apache.http.impl.nio
 

Fields in org.apache.http.impl.nio declared as CharArrayBuffer
protected  CharArrayBuffer NHttpConnectionBase.lineBuffer
           
 

Uses of CharArrayBuffer in org.apache.http.impl.nio.codecs
 

Methods in org.apache.http.impl.nio.codecs with parameters of type CharArrayBuffer
protected  HttpMessage HttpResponseParser.createMessage(CharArrayBuffer buffer)
           
protected abstract  HttpMessage HttpMessageParser.createMessage(CharArrayBuffer buffer)
           
protected  HttpMessage HttpRequestParser.createMessage(CharArrayBuffer buffer)
           
 

Uses of CharArrayBuffer in org.apache.http.impl.nio.reactor
 

Methods in org.apache.http.impl.nio.reactor with parameters of type CharArrayBuffer
 boolean SessionInputBuffer.readLine(CharArrayBuffer linebuffer, boolean endOfStream)
           
 void SessionOutputBuffer.writeLine(CharArrayBuffer linebuffer)
           
 

Uses of CharArrayBuffer in org.apache.http.io
 

Methods in org.apache.http.io with parameters of type CharArrayBuffer
 int HttpDataReceiver.readLine(CharArrayBuffer buffer)
           
 void HttpDataTransmitter.writeLine(CharArrayBuffer buffer)
           
 

Uses of CharArrayBuffer in org.apache.http.message
 

Methods in org.apache.http.message that return CharArrayBuffer
 CharArrayBuffer BufferedHeader.getBuffer()
           
 

Methods in org.apache.http.message with parameters of type CharArrayBuffer
static void BasicHeader.format(CharArrayBuffer buffer, Header header)
          Formats a Header into a header line.
static void BasicHeaderElement.format(CharArrayBuffer buffer, HeaderElement element)
           
static void BasicHttpVersionFormat.format(CharArrayBuffer buffer, HttpVersion ver)
           
static void BasicNameValuePair.format(CharArrayBuffer buffer, NameValuePair param, boolean alwaysUseQuotes)
          Produces textual representaion of the attribute/value pair using formatting rules defined in RFC 2616
static void BasicRequestLine.format(CharArrayBuffer buffer, RequestLine requestline)
           
static void BasicStatusLine.format(CharArrayBuffer buffer, StatusLine statusline)
           
static void BasicHeaderElement.formatAll(CharArrayBuffer buffer, HeaderElement[] elements)
           
static void BasicNameValuePair.formatAll(CharArrayBuffer buffer, NameValuePair[] params, boolean alwaysUseQuotes)
          Produces textual representaion of the attribute/value pairs using formatting rules defined in RFC 2616
static NameValuePair BasicNameValuePair.parse(CharArrayBuffer buffer, int indexFrom, int indexTo)
           
static HeaderElement BasicHeaderElement.parse(CharArrayBuffer buffer, int indexFrom, int indexTo)
           
static StatusLine BasicStatusLine.parse(CharArrayBuffer buffer, int indexFrom, int indexTo)
          Parses the status line returned from the HTTP server.
static RequestLine BasicRequestLine.parse(CharArrayBuffer buffer, int indexFrom, int indexTo)
           
static HttpVersion BasicHttpVersionFormat.parse(CharArrayBuffer buffer, int indexFrom, int indexTo)
          Parses the textual representation of the given HTTP protocol version.
static NameValuePair[] BasicNameValuePair.parseAll(CharArrayBuffer buffer, int indexFrom, int indexTo)
           
static HeaderElement[] BasicHeaderElement.parseAll(CharArrayBuffer buffer, int indexFrom, int indexTo)
          This parses the value part of a header.
 

Constructors in org.apache.http.message with parameters of type CharArrayBuffer
BufferedHeader(CharArrayBuffer buffer)
          Creates a new header from a buffer.
 

Uses of CharArrayBuffer in org.apache.http.util
 

Methods in org.apache.http.util with parameters of type CharArrayBuffer
 void CharArrayBuffer.append(CharArrayBuffer b)
           
 void CharArrayBuffer.append(CharArrayBuffer b, int off, int len)
           
 void ByteArrayBuffer.append(CharArrayBuffer b, int off, int len)
           
 



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.