Package org.sblim.wbem.http
Class HttpServerMethod
- java.lang.Object
-
- org.sblim.wbem.http.HttpMethod
-
- org.sblim.wbem.http.HttpServerMethod
-
public class HttpServerMethod extends HttpMethod
-
-
Constructor Summary
Constructors Constructor Description HttpServerMethod(int major, int minor, int status, java.lang.String reason)
HttpServerMethod(java.io.InputStream reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
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
- 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
-
-