Uses of Interface
net.i2p.sam.SAMDatagramReceiver
Packages that use SAMDatagramReceiver
-
Uses of SAMDatagramReceiver in net.i2p.sam
Classes in net.i2p.sam that implement SAMDatagramReceiverModifier and TypeClassDescription(package private) class
A session that does nothing, but implements interfaces for raw, datagram, and streaming for convenience.(package private) class
Class able to handle a SAM version 1 client connections.(package private) class
Class able to handle a SAM version 2 client connection.(package private) class
(package private) class
Class able to handle a SAM version 3 client connection.Fields in net.i2p.sam declared as SAMDatagramReceiverConstructors in net.i2p.sam with parameters of type SAMDatagramReceiverModifierConstructorDescriptionSAMDatagramSession
(InputStream destStream, Properties props, SAMDatagramReceiver recv) Create a new SAM DATAGRAM session.protected
SAMDatagramSession
(String dest, Properties props, SAMDatagramReceiver recv) Create a new SAM DATAGRAM session.protected
SAMDatagramSession
(I2PSession sess, Properties props, int listenPort, SAMDatagramReceiver recv) Create a new SAM DATAGRAM session on an existing I2P session.