Uses of Interface
net.i2p.client.streaming.I2PServerSocket

Packages that use I2PServerSocket
net.i2p.client.streaming Implements a TCP-like (reliable, authenticated, in order) set of sockets for communicating over the IP-like (unreliable, unauthenticated, unordered) I2P messages. 
net.i2p.i2ptunnel   
 

Uses of I2PServerSocket in net.i2p.client.streaming
 

Classes in net.i2p.client.streaming that implement I2PServerSocket
 class I2PServerSocketFull
          Bridge to allow accepting new connections
(package private)  class I2PServerSocketImpl
          Server socket implementation, allowing multiple threads to accept I2PSockets and pull from a queue populated by various threads (each of whom have their own timeout)
 

Methods in net.i2p.client.streaming that return I2PServerSocket
 I2PServerSocket I2PSocketManagerFull.getServerSocket()
           
 I2PServerSocket I2PSocketManagerImpl.getServerSocket()
           
 I2PServerSocket I2PSocketManager.getServerSocket()
           
 

Methods in net.i2p.client.streaming with parameters of type I2PServerSocket
 void StreamSinkServer.startup(I2PServerSocket sock)
           
 

Uses of I2PServerSocket in net.i2p.i2ptunnel
 

Fields in net.i2p.i2ptunnel declared as I2PServerSocket
protected  I2PServerSocket I2PTunnelServer.i2pss