|
JAC project AOPSYS CEDRIC & LIP6 labs |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents an HttpRequest.
Method Summary | |
String |
getHeader(String name)
Gets the value of a header. |
Object |
getParameter(String name)
Returns a parameter. |
Object[] |
getParameters(String name)
Returns a parameter. |
String |
getUserAgent()
Returns the user agent of this request |
boolean |
isIEUserAgent()
Tells if the user agent of the request is Internet Explorer |
void |
setResponse()
Unblock a thread that was blocked by a waitForResult call. |
boolean |
waitForResponse()
Makes the current requesting thread block and wait until the response is available. |
Method Detail |
public Object getParameter(String name)
name
- the name of the parameter
public Object[] getParameters(String name)
name
- the name of the parameter
public boolean isIEUserAgent()
public String getUserAgent()
public String getHeader(String name)
name
- name of the header
public boolean waitForResponse()
The thread that call this method waits until a call to
setResponse
occurs or a timeout occurs.
setResponse()
public void setResponse()
waitForResult
call.
waitForResponse()
|
Contact JAC development team: Renaud Pawlak Lionel Seinturier Laurent Martelli |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |