Uses of Class
net.i2p.sam.SAMv3Handler

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

Uses of SAMv3Handler in net.i2p.sam
 

Methods in net.i2p.sam that return SAMv3Handler
 SAMv3Handler SAMv3Handler.SessionRecord.getHandler()
           
 

Methods in net.i2p.sam with parameters of type SAMv3Handler
 void SAMv3StreamSession.accept(SAMv3Handler handler, boolean verbose)
          Accept a single incoming STREAM on the socket stolen from the handler.
 void SAMv3StreamSession.connect(SAMv3Handler handler, String dest, Properties props)
          Connect the SAM STREAM session to the specified Destination for a single connection, using the socket stolen from the handler.
 

Constructors in net.i2p.sam with parameters of type SAMv3Handler
SAMv3Handler.SessionRecord(String dest, Properties props, SAMv3Handler handler)