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 |
SAMv3DatagramSession |
class |
SAMv3Handler
Class able to handle a SAM version 3 client connection.
|
Modifier and Type | Field and Description |
---|---|
protected SAMDatagramReceiver |
SAMDatagramSession.recv |
Constructor and Description |
---|
SAMDatagramSession(InputStream destStream,
Properties props,
SAMDatagramReceiver recv)
Create a new SAM DATAGRAM session.
|
SAMDatagramSession(String dest,
Properties props,
SAMDatagramReceiver recv)
Create a new SAM DATAGRAM session.
|