org.sblim.wbem.http
Class HttpClientMethod

java.lang.Object
  extended byorg.sblim.wbem.http.HttpMethod
      extended byorg.sblim.wbem.http.HttpClientMethod

public class HttpClientMethod
extends HttpMethod


Constructor Summary
HttpClientMethod(java.io.InputStream reader)
           
HttpClientMethod(java.lang.String method, java.lang.String request, int major, int minor)
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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
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()


Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.