| Package | Description |
|---|---|
| net.i2p.sam | The SAM (Simple Anonymous Messaging) client API. |
| Modifier and Type | Class and Description |
|---|---|
(package private) class | SAMHandlerBase class for SAM protocol handlers. |
(package private) class | SAMv1HandlerClass able to handle a SAM version 1 client connections. |
(package private) class | SAMv2HandlerSAM version 2 handler. |
(package private) class | SAMv3DatagramServerThis is the thread listening on 127.0.0.1:7655 or as specified by
sam.udp.host and sam.udp.port properties. |
(package private) class | SAMv3HandlerClass able to handle a SAM version 3 client connection. |
| Modifier and Type | Method and Description |
|---|---|
void | SAMBridge.register(Handler handler)Handlers must call on startup |
void | SAMBridge.unregister(Handler handler)Handlers must call on stop |