Uses of Package
net.i2p.sam

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

Classes in net.i2p.sam used by net.i2p.sam
Handler
          Something that can be stopped by the SAMBridge.
SAMBridge
          SAM bridge implementation.
SAMDatagramReceiver
          Interface for sending raw data to a SAM client
SAMDatagramSession
          SAM DATAGRAM session class.
SAMException
          Exception thrown by SAM methods
SAMHandler
          Base class for SAM protocol handlers.
SAMInvalidDirectionException
          Exception thrown by SAM methods when an application tries to create outgoing connections through a receive-only SAM session.
SAMMessageSession
          Base abstract class for SAM message-based sessions.
SAMRawReceiver
          Interface for sending raw data to a SAM client
SAMRawSession
          SAM RAW session class.
SAMStreamReceiver
          Interface for sending streaming data to a SAM client
SAMStreamSession
          SAM STREAM session class.
SAMStreamSession.SAMStreamSessionServer
          SAM STREAM session server, running in its own thread.
SAMStreamSession.SAMStreamSessionSocketReader
          SAM STREAM socket reader, running in its own thread.
SAMStreamSession.SAMv1StreamSessionSocketReader
           
SAMStreamSession.StreamSender
          Lets us push data through the stream without blocking, (even after exceeding the I2PSocket's buffer)
SAMv1Handler
          Class able to handle a SAM version 1 client connections.
SAMv3Handler
          Class able to handle a SAM version 3 client connection.
SAMv3Handler.DatagramServer
           
SAMv3Handler.Session
           
SAMv3Handler.SessionRecord
          The values in the SessionsDB
SAMv3Handler.SessionsDB
          basically a HashMap from String to SessionRecord
SAMv3Handler.SessionsDB.ExistingDestException
           
SAMv3Handler.SessionsDB.ExistingIdException