Uses of Class
net.i2p.sam.SAMv3DatagramServer
Package | Description |
---|---|
net.i2p.sam |
The SAM client API.
|
-
Uses of SAMv3DatagramServer in net.i2p.sam
Methods in net.i2p.sam that return SAMv3DatagramServer Modifier and Type Method Description (package private) SAMv3DatagramServer
SAMBridge. getV3DatagramServer(Properties props)
Was a static singleton, now a singleton for this bridge.Constructors in net.i2p.sam with parameters of type SAMv3DatagramServer Constructor Description MasterSession(String nick, SAMv3DatagramServer dgServer, SAMv3Handler handler, Properties props)
Build a Session according to information registered with the given nickname.SAMv3DatagramSession(String nick, Properties props, SAMv3Handler handler, I2PSession isess, int listenPort, SAMv3DatagramServer dgServer)
Build a Datagram Session on an existing i2p session registered with the given nickname Caller MUST call start().SAMv3DatagramSession(String nick, SAMv3DatagramServer dgServer)
build a DatagramSession according to informations registered with the given nickname Caller MUST call start().SAMv3RawSession(String nick, Properties props, SAMv3Handler handler, I2PSession isess, int listenProtocol, int listenPort, SAMv3DatagramServer dgServer)
Build a Raw Session on an existing i2p session registered with the given nickname Caller MUST call start().SAMv3RawSession(String nick, SAMv3DatagramServer dgServer)
Build a Raw Datagram Session according to information registered with the given nickname Caller MUST call start().