org.sblim.wbem.http
public class HttpServerMethod extends HttpMethod
| Constructor and Description |
|---|
HttpServerMethod(java.io.InputStream reader) |
HttpServerMethod(int major,
int minor,
int status,
java.lang.String reason) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFile() |
int |
getMajorVersion() |
java.lang.String |
getMethodName() |
int |
getMinorVersion() |
void |
write(ASCIIPrintStream dos) |
readLinepublic HttpServerMethod(int major,
int minor,
int status,
java.lang.String reason)
public HttpServerMethod(java.io.InputStream reader)
throws java.io.IOException,
HttpException
java.io.IOExceptionHttpExceptionpublic int getMajorVersion()
public int getMinorVersion()
public java.lang.String getMethodName()
public java.lang.String getFile()
public void write(ASCIIPrintStream dos) throws java.io.IOException
java.io.IOExceptionCopyright © 2005, 2009 IBM Corporation. All Rights Reserved.