|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sblim.cimclient.internal.http.HttpMethod
org.sblim.cimclient.internal.http.HttpServerMethod
public class HttpServerMethod
Class HttpServerMethod is responsible for
| Constructor Summary | |
|---|---|
HttpServerMethod(java.io.InputStream pReader)
Ctor. |
|
HttpServerMethod(int pMajor,
int pMinor,
int pStatus,
java.lang.String pReason)
Ctor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getFile()
Returns the file |
int |
getMajorVersion()
Returns the major version |
java.lang.String |
getMethodName()
Returns the method name |
int |
getMinorVersion()
Returns the minor version |
void |
write(ASCIIPrintStream pStream)
Write to a given output stream |
| Methods inherited from class org.sblim.cimclient.internal.http.HttpMethod |
|---|
readLine |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpServerMethod(int pMajor,
int pMinor,
int pStatus,
java.lang.String pReason)
pMajor - Major versionpMinor - Minor versionpStatus - StatuspReason - Reason
public HttpServerMethod(java.io.InputStream pReader)
throws java.io.IOException,
HttpException
pReader - Inputstream
java.io.IOException
HttpException| Method Detail |
|---|
public int getMajorVersion()
public int getMinorVersion()
public java.lang.String getMethodName()
public java.lang.String getFile()
public void write(ASCIIPrintStream pStream)
pStream - the output stream
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||