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.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
 void AbstractHttpDataTransmitter.writeLine(CharArrayBuffer s)
           
 int AbstractHttpDataReceiver.readLine(CharArrayBuffer charbuffer)
           
 

Uses of CharArrayBuffer in org.apache.http.io
 

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

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, int off, int len)
           
 void CharArrayBuffer.append(CharArrayBuffer b)
           
 void ByteArrayBuffer.append(CharArrayBuffer b, int off, int len)
           
 



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