Uses of Class
net.i2p.sam.SAMHandler
Package | Description |
---|---|
net.i2p.sam |
The SAM client API.
|
-
Uses of SAMHandler in net.i2p.sam
Subclasses of SAMHandler in net.i2p.sam Modifier and Type Class Description (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.Methods in net.i2p.sam that return SAMHandler Modifier and Type Method Description static SAMHandler
SAMHandlerFactory. createSAMHandler(SocketChannel s, Properties i2cpProps, SAMBridge parent)
Return the right SAM handler depending on the protocol version required by the client.