Uses of Class
net.i2p.sam.SAMException

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

Uses of SAMException in net.i2p.sam
 

Methods in net.i2p.sam that throw SAMException
 void SAMv3StreamSession.accept(SAMv3Handler handler, boolean verbose)
          Accept a single incoming STREAM on the socket stolen from the handler.
static SAMHandler SAMHandlerFactory.createSAMHandler(SocketChannel s, Properties i2cpProps, SAMBridge parent)
          Return the right SAM handler depending on the protocol version required by the client.
(package private)  SAMStreamSession SAMv2Handler.newSAMStreamSession(String destKeystream, String direction, Properties props)
           
static Properties SAMUtils.parseParams(StringTokenizer tok)
          Parse SAM parameters, and put them into a Propetries object
 void SAMv3StreamSession.startForwardingIncoming(Properties props)
           
 void SAMv3StreamSession.stopForwardingIncoming()
          stop Forwarding Incoming connection coming from I2P
 

Constructors in net.i2p.sam that throw SAMException
SAMStreamSession(InputStream destStream, String dir, Properties props, SAMStreamReceiver recv)
          Create a new SAM STREAM session.
SAMStreamSession(String dest, String dir, Properties props, SAMStreamReceiver recv)
          Create a new SAM STREAM session.
SAMv1Handler(SocketChannel s, int verMajor, int verMinor, Properties i2cpProps, SAMBridge parent)
          Create a new SAM version 1 handler.
SAMv1Handler(SocketChannel s, int verMajor, int verMinor, SAMBridge parent)
          Create a new SAM version 1 handler.
SAMv2Handler(SocketChannel s, int verMajor, int verMinor, Properties i2cpProps, SAMBridge parent)
          Create a new SAM version 2 handler.
SAMv2Handler(SocketChannel s, int verMajor, int verMinor, SAMBridge parent)
          Create a new SAM version 2 handler.
SAMv2StreamSession(InputStream destStream, String dir, Properties props, SAMStreamReceiver recv)
          Create a new SAM STREAM session.
SAMv2StreamSession(String dest, String dir, Properties props, SAMStreamReceiver recv)
          Create a new SAM STREAM session.
SAMv3DatagramSession(String nick)
          build a DatagramSession according to informations registered with the given nickname
SAMv3Handler(SocketChannel s, int verMajor, int verMinor, Properties i2cpProps, SAMBridge parent)
          Create a new SAM version 3 handler.
SAMv3Handler(SocketChannel s, int verMajor, int verMinor, SAMBridge parent)
          Create a new SAM version 3 handler.
SAMv3StreamSession(String login)
          Create a new SAM STREAM session, according to information registered with the given nickname