パッケージ | 説明 |
---|---|
net.i2p.sam |
The SAM client API.
|
修飾子とタイプ | クラス | 説明 |
---|---|---|
(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.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
static SAMHandler |
SAMHandlerFactory.createSAMHandler(java.nio.channels.SocketChannel s,
java.util.Properties i2cpProps,
SAMBridge parent) |
Return the right SAM handler depending on the protocol version
required by the client.
|