Uses of Class
org.apache.http.ProtocolException

Packages that use ProtocolException
org.apache.http The core interfaces and classes of the HTTP components. 
 

Uses of ProtocolException in org.apache.http
 

Subclasses of ProtocolException in org.apache.http
 class UnsupportedHttpVersionException
          Indicates an unsupported version of the HTTP protocol.
 

Methods in org.apache.http that throw ProtocolException
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 StatusLine StatusLine.parse(CharArrayBuffer buffer, int indexFrom, int indexTo)
          Parses the status line returned from the HTTP server.
static RequestLine RequestLine.parse(java.lang.String s)
           
static HttpVersion HttpVersion.parse(java.lang.String s)
           
static StatusLine StatusLine.parse(java.lang.String s)
           
 



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