|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.meterware.pseudoserver.ReceivedHttpMessage com.meterware.pseudoserver.HttpRequest
Represents a single HTTP request, extracted from the input stream.
Method Summary | |
java.lang.String |
getCommand()
Returns the command associated with this request. |
java.lang.String[] |
getParameter(java.lang.String name)
Returns the parameter with the specified name. |
java.lang.String |
getProtocol()
Returns the protocol string specified in the message header for this request. |
java.lang.String |
getURI()
Returns the URI specified in the message header for this request. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.lang.String getCommand()
public java.lang.String getURI()
public java.lang.String getProtocol()
public java.lang.String[] getParameter(java.lang.String name)
public java.lang.String toString()
|
Copyright © 2000-2008 Russell Gold. See license agreement for rights granted. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |