Package org.sblim.wbem.http
Class HttpClientMethod
- java.lang.Object
-
- org.sblim.wbem.http.HttpMethod
-
- org.sblim.wbem.http.HttpClientMethod
-
public class HttpClientMethod extends HttpMethod
-
-
Constructor Summary
Constructors Constructor Description HttpClientMethod(java.io.InputStream reader)
HttpClientMethod(java.lang.String method, java.lang.String request, int major, int minor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMajorVersion()
java.lang.String
getMethodName()
int
getMinorVersion()
java.lang.String
getResponseMessage()
int
getStatus()
java.lang.String
toString()
void
write(ASCIIPrintStream dos)
-
Methods inherited from class org.sblim.wbem.http.HttpMethod
readLine
-
-
-
-
Method Detail
-
getMajorVersion
public int getMajorVersion()
-
getMinorVersion
public int getMinorVersion()
-
getMethodName
public java.lang.String getMethodName()
-
getStatus
public int getStatus()
-
write
public void write(ASCIIPrintStream dos) throws java.io.IOException
- Throws:
java.io.IOException
-
getResponseMessage
public java.lang.String getResponseMessage()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-