org.sblim.wbem.http
Class HttpServerMethod

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

public class HttpServerMethod
extends HttpMethod


Constructor Summary
HttpServerMethod(java.io.InputStream reader)
           
HttpServerMethod(int major, int minor, int status, java.lang.String reason)
           
 
Method Summary
 java.lang.String getFile()
           
 int getMajorVersion()
           
 java.lang.String getMethodName()
           
 int getMinorVersion()
           
 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, toString, wait, wait, wait
 

Constructor Detail

HttpServerMethod

public HttpServerMethod(int major,
                        int minor,
                        int status,
                        java.lang.String reason)

HttpServerMethod

public HttpServerMethod(java.io.InputStream reader)
                 throws java.io.IOException,
                        HttpException
Method Detail

getMajorVersion

public int getMajorVersion()

getMinorVersion

public int getMinorVersion()

getMethodName

public java.lang.String getMethodName()

getFile

public java.lang.String getFile()

write

public void write(ASCIIPrintStream dos)
           throws java.io.IOException
Throws:
java.io.IOException


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