|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpRecoverableException | |
org.apache.commons.httpclient | Classes and interfaces supporting the client side of the HTTP protocol. |
Uses of HttpRecoverableException in org.apache.commons.httpclient |
Methods in org.apache.commons.httpclient that throw HttpRecoverableException | |
protected void |
HttpMethodBase.readStatusLine(HttpState state,
HttpConnection conn)
Read the status line from the given HttpConnection , setting my
status code and status
text . |
void |
HttpConnection.write(byte[] data)
Write the specified bytes to my output stream. |
void |
HttpConnection.write(byte[] data,
int offset,
int length)
Write length bytes in data starting at offset to my output stream. |
void |
HttpConnection.writeLine(byte[] data)
Write the specified bytes, followed by "\r\n".getBytes() to my output stream. |
void |
HttpConnection.writeLine()
Write "\r\n".getBytes() to my output stream. |
void |
HttpConnection.print(java.lang.String data)
Write the specified String (as bytes) to my output stream. |
void |
HttpConnection.printLine(java.lang.String data)
Write the specified String (as bytes), followed by "\r\n".getBytes() to my output stream. |
void |
HttpConnection.printLine()
Write "\r\n".getBytes() to my output stream. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |