Package | Description |
---|---|
net.i2p.sam |
The SAM 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 | Field and Description |
---|---|
protected SAMStreamReceiver |
SAMStreamSession.recv |
Constructor and Description |
---|
SAMStreamSession(I2PSocketManager mgr,
Properties props,
SAMStreamReceiver recv,
int listenport)
Create a new SAM STREAM session on an existing socket manager.
|
SAMStreamSession(InputStream destStream,
String dir,
Properties props,
SAMStreamReceiver recv)
Create a new SAM STREAM session.
|
SAMStreamSession(String dest,
String dir,
Properties props,
SAMStreamReceiver recv)
Create a new SAM STREAM session.
|
SAMv2StreamSession(InputStream destStream,
String dir,
Properties props,
SAMStreamReceiver recv)
Create a new SAM STREAM session.
|
SAMv2StreamSession(String dest,
String dir,
Properties props,
SAMStreamReceiver recv)
Create a new SAM STREAM session.
|