Package | Description |
---|---|
net.i2p.sam |
Modifier and Type | Class and Description |
---|---|
class |
SAMv1Handler
Class able to handle a SAM version 1 client connections.
|
class |
SAMv2Handler
Class able to handle a SAM version 2 client connection.
|
class |
SAMv3Handler
Class able to handle a SAM version 3 client connection.
|
class |
SAMv3RawSession |
Modifier and Type | Field and Description |
---|---|
protected SAMRawReceiver |
SAMRawSession.recv |
Constructor and Description |
---|
SAMRawSession(InputStream destStream,
Properties props,
SAMRawReceiver recv)
Create a new SAM RAW session.
|
SAMRawSession(String dest,
Properties props,
SAMRawReceiver recv)
Create a new SAM RAW session.
|