|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vrspace.server.Session.Status
Session status info
| Field Summary | |
boolean |
active
whether this session is active, i.e. |
boolean |
cacheRequests
a session may cache requests and forward them to the client later |
Client |
client
Client in this session |
long |
lastTime
time of last request processed, milliseconds |
long |
receivedChars
total characters received from the client |
long |
receivedRequests
total requests received from the client |
long |
sentChars
total characters sent to the client |
long |
sentRequests
total requests sent to the client |
long |
startTime
session start time, milliseconds |
long |
stopTime
session stop time, milliseconds (0 till active) |
| Constructor Summary | |
Session.Status()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public boolean active
public Client client
public long sentChars
public long sentRequests
public long receivedChars
public long receivedRequests
public long startTime
public long stopTime
public long lastTime
public boolean cacheRequests
| Constructor Detail |
public Session.Status()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||