| Package | Description |
|---|---|
| net.i2p.sam |
The SAM (Simple Anonymous Messaging) client API.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
SAMv1Handler
Class able to handle a SAM version 1 client connections.
|
(package private) class |
SAMv2Handler
Class able to handle a SAM version 2 client connection.
|
(package private) class |
SAMv3Handler
Class able to handle a SAM version 3 client connection.
|
| Modifier and Type | Method and Description |
|---|---|
static SAMHandler |
SAMHandlerFactory.createSAMHandler(SocketChannel s,
Properties i2cpProps,
SAMBridge parent)
Return the right SAM handler depending on the protocol version
required by the client.
|