|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SAMBridge | |
---|---|
net.i2p.sam | The SAM client API. |
Uses of SAMBridge in net.i2p.sam |
---|
Fields in net.i2p.sam declared as SAMBridge | |
---|---|
protected SAMBridge |
SAMHandler.bridge
|
Methods in net.i2p.sam that return SAMBridge | |
---|---|
(package private) SAMBridge |
SAMv3Handler.getBridge()
For SAMv3StreamSession |
Methods in net.i2p.sam with parameters of type SAMBridge | |
---|---|
static SAMHandler |
SAMHandlerFactory.createSAMHandler(SocketChannel s,
Properties i2cpProps,
SAMBridge parent)
Return the right SAM handler depending on the protocol version required by the client. |
Constructors in net.i2p.sam with parameters of type SAMBridge | |
---|---|
SAMHandler(SocketChannel s,
int verMajor,
int verMinor,
Properties i2cpProps,
SAMBridge parent)
SAMHandler constructor (to be called by subclasses) |
|
SAMv1Handler(SocketChannel s,
int verMajor,
int verMinor,
Properties i2cpProps,
SAMBridge parent)
Create a new SAM version 1 handler. |
|
SAMv1Handler(SocketChannel s,
int verMajor,
int verMinor,
SAMBridge parent)
Create a new SAM version 1 handler. |
|
SAMv2Handler(SocketChannel s,
int verMajor,
int verMinor,
Properties i2cpProps,
SAMBridge parent)
Create a new SAM version 2 handler. |
|
SAMv2Handler(SocketChannel s,
int verMajor,
int verMinor,
SAMBridge parent)
Create a new SAM version 2 handler. |
|
SAMv3Handler(SocketChannel s,
int verMajor,
int verMinor,
Properties i2cpProps,
SAMBridge parent)
Create a new SAM version 3 handler. |
|
SAMv3Handler(SocketChannel s,
int verMajor,
int verMinor,
SAMBridge parent)
Create a new SAM version 3 handler. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |