PacketQueuepublic interface SendMessageStatusListener
| Modifier and Type | Field | Description |
|---|---|---|
static int |
STATUS_CANCELLED |
I2CP status codes are 0 - 255.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
messageStatus(I2PSession session,
long msgId,
int status) |
Tell the client of an update in the send status for a message
previously sent with I2PSession.sendMessage().
|
static final int STATUS_CANCELLED
void messageStatus(I2PSession session, long msgId, int status)
session - session notifyingmsgId - message number returned from a previous sendMessage() callstatus - of the message, as defined in MessageStatusMessage and this class.