org.sblim.wbem.http
Class HttpClientMethod
java.lang.Object
org.sblim.wbem.http.HttpMethod
org.sblim.wbem.http.HttpClientMethod
public class HttpClientMethod
- extends HttpMethod
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HttpClientMethod
public HttpClientMethod(java.lang.String method,
java.lang.String request,
int major,
int minor)
HttpClientMethod
public HttpClientMethod(java.io.InputStream reader)
throws java.io.IOException
- Throws:
java.io.IOException
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 class java.lang.Object
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.