|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRequest
Defines an object to provide client request.
| Field Summary | |
|---|---|
static String |
PROP_AUTHENTICATION_TYPE
the property name for the authentication type. |
static String |
PROP_COOKIE
the property name for cookies. |
static String |
PROP_REMOTE_ADDRESS
the property name for the remote host address. |
static String |
PROP_REMOTE_HOST
the property name for the remote hostname. |
static String |
PROP_REMOTE_USER
the property name for the remote user. |
static String |
PROP_URI
the property name for request uri. |
| Method Summary | |
|---|---|
void |
close()
Notifies that processing is finished. |
InputStream |
getInputStream()
Retrieves the binary data of the request as InputStream. |
Hashtable<String,Object> |
getProperties()
Returns properties from the request. |
Object |
getProperty(String pKey)
Gets the value of a request property. |
| Field Detail |
|---|
static final String PROP_AUTHENTICATION_TYPE
static final String PROP_REMOTE_ADDRESS
static final String PROP_REMOTE_HOST
static final String PROP_REMOTE_USER
static final String PROP_COOKIE
static final String PROP_URI
| Method Detail |
|---|
InputStream getInputStream()
throws IOException
InputStream.
InputStream containing the request
IOException - if an input or output exception occurredObject getProperty(String pKey)
pKey - the property name
null if the property is not availableHashtable<String,Object> getProperties()
void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||