Package | Description |
---|---|
org.apache.commons.httpclient |
Classes and interfaces supporting the client side of the HTTP protocol.
|
Modifier and Type | Field and Description |
---|---|
protected StatusLine |
HttpMethodBase.statusLine
The Status-Line from the response.
|
Modifier and Type | Method and Description |
---|---|
StatusLine |
HttpMethod.getStatusLine()
Returns the Status-Line from the most recent response for this method,
or
null if the method has not been executed. |
StatusLine |
HttpMethodBase.getStatusLine()
Provides access to the response status line.
|
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.