org.sblim.wbem.http
Class HttpServerMethod
java.lang.Object
org.sblim.wbem.http.HttpMethod
org.sblim.wbem.http.HttpServerMethod
- public class HttpServerMethod
- extends HttpMethod
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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, 2010 IBM Corporation. All Rights Reserved.