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

Packages that use CharArrayBuffer
org.apache.http The core interfaces and classes of the HTTP components. 
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.util Utility classes with static helper methods for various purposes. 
 

Uses of CharArrayBuffer in org.apache.http
 

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

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.io
 

Methods in org.apache.http.io 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)
           
 int HttpDataReceiver.readLine(CharArrayBuffer buffer)
           
 void HttpDataTransmitter.writeLine(CharArrayBuffer buffer)
           
 

Uses of CharArrayBuffer in org.apache.http.util
 

Constructors in org.apache.http.util with parameters of type CharArrayBuffer
HeaderUtils.BufferedHeader(java.lang.String name, CharArrayBuffer buffer, int posValue)
           
 



Copyright 2005-2005-2006 Apache Software Foundation. All Rights Reserved.