Uses of Interface
net.i2p.sam.SAMRawReceiver

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

Uses of SAMRawReceiver in net.i2p.sam
 

Classes in net.i2p.sam that implement SAMRawReceiver
(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
           
 

Fields in net.i2p.sam declared as SAMRawReceiver
protected  SAMRawReceiver SAMRawSession.recv
           
 

Constructors in net.i2p.sam with parameters of type SAMRawReceiver
SAMRawSession(InputStream destStream, Properties props, SAMRawReceiver recv)
          Create a new SAM RAW session.
SAMRawSession(String dest, Properties props, SAMRawReceiver recv)
          Create a new SAM RAW session.