Uses of Class
net.i2p.sam.SAMHandler

Packages that use SAMHandler
net.i2p.sam The SAM client API. 
 

Uses of SAMHandler in net.i2p.sam
 

Subclasses of SAMHandler in net.i2p.sam
(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
static SAMHandler SAMHandlerFactory.createSAMHandler(SocketChannel s, Properties i2cpProps, SAMBridge parent)
          Return the right SAM handler depending on the protocol version required by the client.