Class HttpServerMethod
java.lang.Object
org.sblim.wbem.http.HttpMethod
org.sblim.wbem.http.HttpServerMethod
-
Constructor Summary
ConstructorsConstructorDescriptionHttpServerMethod
(int major, int minor, int status, String reason) HttpServerMethod
(InputStream reader) -
Method Summary
Methods inherited from class HttpMethod
readLine
-
Constructor Details
-
HttpServerMethod
-
HttpServerMethod
- Throws:
IOException
HttpException
-
-
Method Details
-
getMajorVersion
public int getMajorVersion() -
getMinorVersion
public int getMinorVersion() -
getMethodName
-
getFile
-
write
- Throws:
IOException
-