Uses of Class
org.apache.http.ProtocolException

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

Uses of ProtocolException in org.apache.http
 

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

Uses of ProtocolException in org.apache.http.message
 

Methods in org.apache.http.message that throw ProtocolException
static StatusLine BasicStatusLine.parse(CharArrayBuffer buffer, int indexFrom, int indexTo)
          Parses the status line returned from the HTTP server.
static StatusLine BasicStatusLine.parse(java.lang.String s)
           
static HttpVersion BasicHttpVersionFormat.parse(CharArrayBuffer buffer, int indexFrom, int indexTo)
          Parses the textual representation of the given HTTP protocol version.
static HttpVersion BasicHttpVersionFormat.parse(java.lang.String s)
           
static RequestLine BasicRequestLine.parse(CharArrayBuffer buffer, int indexFrom, int indexTo)
           
static RequestLine BasicRequestLine.parse(java.lang.String s)
           
 



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