|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Define a means for the router to asynchronously notify the client that a new message is available or the router is under attack.
Method Summary | |
void |
disconnected(I2PSession session)
Notify the client that the session has been terminated |
void |
errorOccurred(I2PSession session,
java.lang.String message,
java.lang.Throwable error)
Notify the client that some error occurred |
void |
messageAvailable(I2PSession session,
int msgId,
long size)
Instruct the client that the given session has received a message with size # of bytes. |
void |
reportAbuse(I2PSession session,
int severity)
Instruct the client that the session specified seems to be under attack and that the client may wish to move its destination to another router. |
Method Detail |
public void messageAvailable(I2PSession session, int msgId, long size)
session
- session to notifymsgId
- message number availablesize
- size of the messagepublic void reportAbuse(I2PSession session, int severity)
session
- session to report abuse toseverity
- how bad the abuse ispublic void disconnected(I2PSession session)
public void errorOccurred(I2PSession session, java.lang.String message, java.lang.Throwable error)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |