Uses of Interface
net.i2p.sam.SAMDatagramReceiver

Packages that use SAMDatagramReceiver
net.i2p.sam   
 

Uses of SAMDatagramReceiver in net.i2p.sam
 

Classes in net.i2p.sam that implement SAMDatagramReceiver
 class SAMv1Handler
          Class able to handle a SAM version 1 client connections.
 class SAMv2Handler
          Class able to handle a SAM version 2 client connection.
 class SAMv3DatagramSession
           
 class SAMv3Handler
          Class able to handle a SAM version 3 client connection.
 

Fields in net.i2p.sam declared as SAMDatagramReceiver
protected  SAMDatagramReceiver SAMDatagramSession.recv
           
 

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