パッケージ | 説明 |
---|---|
net.i2p.sam |
The SAM client API.
|
修飾子とタイプ | クラス | 説明 |
---|---|---|
(package private) class |
MasterSession |
A session that does nothing, but implements interfaces for raw, datagram, and streaming
for convenience.
|
(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.
|
(package private) class |
SAMv3RawSession |
修飾子とタイプ | フィールド | 説明 |
---|---|---|
protected SAMRawReceiver |
SAMRawSession.recv |
コンストラクタ | 説明 |
---|---|
SAMRawSession(java.io.InputStream destStream,
java.util.Properties props,
SAMRawReceiver recv) |
Create a new SAM RAW session.
|
SAMRawSession(java.lang.String dest,
java.util.Properties props,
SAMRawReceiver recv) |
Create a new SAM RAW session.
|
SAMRawSession(I2PSession sess,
java.util.Properties props,
int listenProtocol,
int listenPort,
SAMRawReceiver recv) |
Create a new SAM RAW session on an existing I2P session.
|