|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectSnacRequestTimeoutEvent
An event fired when a SNAC request "times out." This is not a bad thing; in
fact, it happens to almost every SNAC request. See SnacRequest for
details.
| Constructor Summary | |
protected |
SnacRequestTimeoutEvent(FlapProcessor flapProcessor,
ClientSnacProcessor snacProcessor,
SnacRequest request,
int ttl)
Creates a new timeout event with the given properties. |
| Method Summary | |
FlapProcessor |
getFlapProcessor()
Returns the FLAP connection on which the associated request timed out. |
SnacRequest |
getRequest()
Returns the request that timed out. |
ClientSnacProcessor |
getSnacProcessor()
Returns the SNAC connection on which the associated request timed out. |
int |
getTtl()
Returns the maximum "time to live," in seconds, that this request's lifetime exceeded, causing it to time out. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected SnacRequestTimeoutEvent(FlapProcessor flapProcessor,
ClientSnacProcessor snacProcessor,
SnacRequest request,
int ttl)
flapProcessor - the FLAP connection on which the given request timed
outsnacProcessor - the SNAC connection on which the given request timed
outrequest - the request that timed outttl - the time-to-live that the associated request's lifetime
exceeded| Method Detail |
public FlapProcessor getFlapProcessor()
public ClientSnacProcessor getSnacProcessor()
public SnacRequest getRequest()
public int getTtl()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||