public static interface SAMReader.SAMClientEventListener
Modifier and Type | Field and Description |
---|---|
static String |
NAMING_REPLY_INVALID_KEY |
static String |
NAMING_REPLY_KEY_NOT_FOUND |
static String |
NAMING_REPLY_OK |
static String |
SESSION_STATUS_DUPLICATE_DEST |
static String |
SESSION_STATUS_I2P_ERROR |
static String |
SESSION_STATUS_INVALID_KEY |
static String |
SESSION_STATUS_OK |
static String |
STREAM_CLOSED_CANT_REACH_PEER |
static String |
STREAM_CLOSED_I2P_ERROR |
static String |
STREAM_CLOSED_OK |
static String |
STREAM_CLOSED_PEER_NOT_FOUND |
static String |
STREAM_CLOSED_TIMEOUT |
static String |
STREAM_STATUS_CANT_REACH_PEER |
static String |
STREAM_STATUS_I2P_ERROR |
static String |
STREAM_STATUS_INVALID_KEY |
static String |
STREAM_STATUS_OK |
static String |
STREAM_STATUS_TIMEOUT |
Modifier and Type | Method and Description |
---|---|
void |
destReplyReceived(String publicKey,
String privateKey) |
void |
helloReplyReceived(boolean ok) |
void |
namingReplyReceived(String name,
String result,
String value,
String message) |
void |
sessionStatusReceived(String result,
String destination,
String message) |
void |
streamClosedReceived(String result,
int id,
String message) |
void |
streamConnectedReceived(String remoteDestination,
int id) |
void |
streamDataReceived(int id,
byte[] data,
int offset,
int length) |
void |
streamStatusReceived(String result,
int id,
String message) |
void |
unknownMessageReceived(String major,
String minor,
Properties params) |
static final String SESSION_STATUS_OK
static final String SESSION_STATUS_DUPLICATE_DEST
static final String SESSION_STATUS_I2P_ERROR
static final String SESSION_STATUS_INVALID_KEY
static final String STREAM_STATUS_OK
static final String STREAM_STATUS_CANT_REACH_PEER
static final String STREAM_STATUS_I2P_ERROR
static final String STREAM_STATUS_INVALID_KEY
static final String STREAM_STATUS_TIMEOUT
static final String STREAM_CLOSED_OK
static final String STREAM_CLOSED_CANT_REACH_PEER
static final String STREAM_CLOSED_I2P_ERROR
static final String STREAM_CLOSED_PEER_NOT_FOUND
static final String STREAM_CLOSED_TIMEOUT
static final String NAMING_REPLY_OK
static final String NAMING_REPLY_INVALID_KEY
static final String NAMING_REPLY_KEY_NOT_FOUND
void helloReplyReceived(boolean ok)
void streamConnectedReceived(String remoteDestination, int id)
void streamDataReceived(int id, byte[] data, int offset, int length)
void namingReplyReceived(String name, String result, String value, String message)
void unknownMessageReceived(String major, String minor, Properties params)