|
RoxenRequest
com.roxen.roxen
|
Field Summary | |
java.lang.String |
clientprot
The protocol actually requested by the client |
RoxenConfiguration |
conf
The virtual server which is handling this request |
java.lang.String |
method
The method of the request, such as "GET" or "POST" |
java.lang.String |
notQuery
The requested URL path, without any query part |
java.lang.String |
prot
The protocol used when talking to the client, such as "HTTP/1.1" or "FTP" |
java.lang.String |
query
The query part of the requested URL path, if any |
java.lang.String |
raw
The exact text of the client's request, if available |
java.lang.String |
rawURL
The requested URL path, exactly as sent by the client |
java.lang.String |
realfile
The filename of the file in the host filesystem used to satisfy this request, if any |
java.lang.String |
remoteaddr
The IP address of the client system |
long |
time
Time of the request, number of milliseconds since January 1, 1970, 00:00:00 GMT. |
java.lang.String |
virtfile
The pathname of the resource in the namespace of the virtual server used to satisfy this request, if any |
Method Summary | |
void |
cache(int sec)
Sets maximum cache time for this request |
RoxenConfiguration |
configuration()
Returns the configuration object of the virtual server by which this request is handled |
java.util.Map |
cookies()
Returns a Map with all the cookies of the request |
void |
noCache()
Disable caching for this request |
java.util.Set |
pragma()
Returns a Set with all pragmas sent by the client |
java.util.Set |
prestate()
Returns a Set with all prestates sent by the client |
java.util.Map |
requestHeaders()
Returns a Map with all the headers of the request |
java.util.Set |
supports()
Returns a Set with all known supported features of the client |
java.util.Map |
variables()
Returns a Map with all the query variables of the request |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
Method Detail |
sec
- the number of seconds to cache