| 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 | SAMv3DatagramSessionSAM v3 datagram session implementation. |
(package private) class | SAMv3HandlerClass able to handle a SAM version 3 client connection. |
| Modifier and Type | Field and Description |
|---|---|
protected SAMDatagramReceiver | SAMDatagramSession.recvrecv. |
| Constructor and Description |
|---|
SAMDatagramSession(I2PSession sess,
Properties props,
int listenPort,
SAMDatagramReceiver recv)Create a new SAM DATAGRAM session on an existing I2P session. |
SAMDatagramSession(InputStream destStream,
Properties props,
SAMDatagramReceiver recv)Create a new SAM DATAGRAM session. |
SAMDatagramSession(String dest,
Properties props,
SAMDatagramReceiver recv)Create a new SAM DATAGRAM session. |