Uses of Interface
net.i2p.client.streaming.I2PServerSocket
-
Packages that use I2PServerSocket Package Description net.i2p.BOB BOB, the Basic Open Bridge, allows TCP applications to talk over I2P - DEPRECATED - Please port applications to SAMv3.net.i2p.client.streaming API, interfaces, and factory for a TCP-like (reliable, authenticated, in order) set of sockets for communicating over the IP-like (unreliable, unauthenticated, unordered) I2P messages.net.i2p.client.streaming.impl Implementation of a TCP-like (reliable, authenticated, in order) set of sockets for communicating over the IP-like (unreliable, unauthenticated, unordered) I2P messages.net.i2p.i2ptunnel Implementation of preconfigured tunnels, both for clients and servers, and a UI for adding more and editing the configuration.net.i2p.sam The SAM client API.org.klomp.snark I2P version of the snark bittorrent client, imported in 2005 and heavily enhanced to add a web UI, DHT support, and other features. -
-
Uses of I2PServerSocket in net.i2p.BOB
Constructors in net.i2p.BOB with parameters of type I2PServerSocket Constructor Description I2Plistener(I2PServerSocket SS, I2PSocketManager S, NamedDB info, NamedDB database, Logger _log, AtomicBoolean lives)
Constructor -
Uses of I2PServerSocket in net.i2p.client.streaming
Methods in net.i2p.client.streaming that return I2PServerSocket Modifier and Type Method Description I2PServerSocket
I2PSocketManager. getServerSocket()
Returns non-null socket. -
Uses of I2PServerSocket in net.i2p.client.streaming.impl
Classes in net.i2p.client.streaming.impl that implement I2PServerSocket Modifier and Type Class Description (package private) class
I2PServerSocketFull
Bridge to allow accepting new connectionsMethods in net.i2p.client.streaming.impl that return I2PServerSocket Modifier and Type Method Description I2PServerSocket
I2PSocketManagerFull. getServerSocket()
Returns non-null socket. -
Uses of I2PServerSocket in net.i2p.i2ptunnel
Fields in net.i2p.i2ptunnel declared as I2PServerSocket Modifier and Type Field Description protected I2PServerSocket
I2PTunnelServer. i2pss
-
Uses of I2PServerSocket in net.i2p.sam
Methods in net.i2p.sam that return I2PServerSocket Modifier and Type Method Description protected I2PServerSocket
SAMv3StreamSession. getSocketServer()
-
Uses of I2PServerSocket in org.klomp.snark
Methods in org.klomp.snark that return I2PServerSocket Modifier and Type Method Description I2PServerSocket
I2PSnarkUtil. getServerSocket()
-