| Package | Description |
|---|---|
| net.i2p.sam |
The SAM (Simple Anonymous Messaging) client API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SAMSecureSession
This is the "default" implementation of the SAMSecureSession @interface
that behaves exactly like SAM without interactive authentication.
|
| Modifier and Type | Method and Description |
|---|---|
SAMSecureSessionInterface |
SAMBridge.secureSession() |
| Constructor and Description |
|---|
SAMBridge(String listenHost,
int listenPort,
boolean isSSL,
Properties i2cpProps,
String persistFile,
File configFile,
SAMSecureSessionInterface secureSession)
Build a new SAM bridge.
|