org.sblim.cimclient.internal.http
public class HttpClientMethod extends HttpMethod
| Constructor Summary | |
|---|---|
| HttpClientMethod(String pMethod, String pRequest, int pMajor, int pMinor)
Ctor. | |
| HttpClientMethod(InputStream pReader)
Ctor. | |
| Method Summary | |
|---|---|
| int | getMajorVersion()
Returns the major version
|
| String | getMethodName()
Returns the method name
|
| int | getMinorVersion()
Returns the minor version
|
| String | getResponseMessage()
Returns the response message
|
| int | getStatus()
Return the status
|
| String | toString() |
| void | write(ASCIIPrintStream pStream)
Writes the method to a given stream
|
Parameters: pMethod The method pRequest The request pMajor The major version pMinor The minor version
Parameters: pReader The input stream
Throws: IOException
Returns: The major version
Returns: The method name
Returns: The minor version
Returns: The response message
Returns: The status
Parameters: pStream The stream