org.sblim.cimclient.internal.http
public class HttpServerMethod extends HttpMethod
Constructor Summary | |
---|---|
HttpServerMethod(int pMajor, int pMinor, int pStatus, String pReason)
Ctor.
| |
HttpServerMethod(InputStream pReader)
Ctor.
|
Method Summary | |
---|---|
String | getFile()
Returns the file
|
int | getMajorVersion()
Returns the major version
|
String | getMethodName()
Returns the method name
|
int | getMinorVersion()
Returns the minor version
|
void | write(ASCIIPrintStream pStream)
Write to a given output stream
|
Parameters: pMajor Major version pMinor Minor version pStatus Status pReason Reason
Parameters: pReader Inputstream
Throws: IOException HttpException
Returns: The file
Returns: The major version
Returns: The method name
Returns: The minor version
Parameters: pStream the output stream