|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectSnacRequestSentEvent
An event fired when an outgoing SNAC request is sent over a SNAC connection.
| Constructor Summary | |
protected |
SnacRequestSentEvent(FlapProcessor flapProcessor,
ClientSnacProcessor snacProcessor,
SnacRequest request,
long sentTime)
Creates a new event with the given properties. |
| Method Summary | |
FlapProcessor |
getFlapProcessor()
Returns the FLAP processor on which the associated request was sent. |
SnacRequest |
getRequest()
Returns the request that was sent. |
long |
getSentTime()
Returns the time at which the associated request was sent. |
ClientSnacProcessor |
getSnacProcessor()
Returns the SNAC processor on which the associated request was sent. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected SnacRequestSentEvent(FlapProcessor flapProcessor,
ClientSnacProcessor snacProcessor,
SnacRequest request,
long sentTime)
flapProcessor - the FLAP processor on which the request was sentsnacProcessor - the SNAC processor on which the request was sentrequest - the request that was sentsentTime - the time at which it was sent, in milliseconds since
unix epoch| Method Detail |
public FlapProcessor getFlapProcessor()
public ClientSnacProcessor getSnacProcessor()
public SnacRequest getRequest()
public long getSentTime()
System.currentTimeMillis,
in milliseconds since the unix epoch.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||