|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 RequestLine |
BasicRequestLine.parse(CharArrayBuffer buffer,
int indexFrom,
int indexTo)
|
static HttpVersion |
BasicHttpVersionFormat.parse(CharArrayBuffer buffer,
int indexFrom,
int indexTo)
Parses the textual representation of the given HTTP protocol version. |
static StatusLine |
BasicStatusLine.parse(java.lang.String s)
|
static RequestLine |
BasicRequestLine.parse(java.lang.String s)
|
static HttpVersion |
BasicHttpVersionFormat.parse(java.lang.String s)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |