|
|||||||||
| Home >> All >> org >> apache >> [ http overview ] | PREV NEXT | ||||||||
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)
|
|
|||||||||
| Home >> All >> org >> apache >> [ http overview ] | PREV NEXT | ||||||||