| Package | Description |
|---|---|
| net.i2p.sam | The SAM (Simple Anonymous Messaging) client API. |
| Modifier and Type | Class and Description |
|---|---|
(package private) class | MasterSessionA session that does nothing, but implements interfaces for raw, datagram, and streaming
for convenience. |
(package private) class | SAMv1HandlerClass able to handle a SAM version 1 client connections. |
(package private) class | SAMv2HandlerSAM version 2 handler. |
(package private) class | SAMv3HandlerClass able to handle a SAM version 3 client connection. |
(package private) class | SAMv3RawSessionSAM v3 raw session implementation. |
| Modifier and Type | Field and Description |
|---|---|
protected SAMRawReceiver | SAMRawSession.recvrecv. |
| Constructor and Description |
|---|
SAMRawSession(I2PSession sess,
Properties props,
int listenProtocol,
int listenPort,
SAMRawReceiver recv)Create a new SAM RAW session on an existing I2P session. |
SAMRawSession(InputStream destStream,
Properties props,
SAMRawReceiver recv)Create a new SAM RAW session. |
SAMRawSession(String dest,
Properties props,
SAMRawReceiver recv)Create a new SAM RAW session. |