Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.apache.http.ProtocolException

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 StatusLine StatusLine.parse(org.apache.http.io.CharArrayBuffer buffer, int indexFrom, int indexTo)
          Parses the status line returned from the HTTP server.
static StatusLine StatusLine.parse(java.lang.String s)
           
static HttpVersion HttpVersion.parse(org.apache.http.io.CharArrayBuffer buffer, int indexFrom, int indexTo)
          Parses the textual representation of the given HTTP protocol version.
static HttpVersion HttpVersion.parse(java.lang.String s)
           
static RequestLine RequestLine.parse(org.apache.http.io.CharArrayBuffer buffer, int indexFrom, int indexTo)
           
static RequestLine RequestLine.parse(java.lang.String s)