| Package | Description |
|---|---|
| net.i2p.sam | The SAM (Simple Anonymous Messaging) client API. |
| Modifier and Type | Class and Description |
|---|---|
class | SAMSecureSessionThis 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()Returns the interactive Secure Session manager which requires SAM
applications to seek "approval" for their initial connections from the user
before they can start the session. |
| Constructor and Description |
|---|
SAMBridge(String listenHost,
int listenPort,
boolean isSSL,
Properties i2cpProps,
String persistFile,
File configFile,
SAMSecureSessionInterface secureSession)Build a new SAM bridge. |