org.sblim.cimclient.internal.http
public class HttpServerMethod extends HttpMethod
Constructor and Description |
---|
HttpServerMethod(InputStream pReader)
Ctor.
|
HttpServerMethod(int pMajor,
int pMinor,
int pStatus,
String pReason)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
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
|
readLine
public HttpServerMethod(int pMajor, int pMinor, int pStatus, String pReason)
pMajor
- Major versionpMinor
- Minor versionpStatus
- StatuspReason
- Reasonpublic HttpServerMethod(InputStream pReader) throws IOException, HttpException
pReader
- InputstreamIOException
HttpException
public int getMajorVersion()
public int getMinorVersion()
public String getMethodName()
public String getFile()
public void write(ASCIIPrintStream pStream)
pStream
- the output streamCopyright © 2005, 2009 IBM Corporation. All Rights Reserved.