Uses of Class
net.i2p.client.streaming.I2PSocketImpl

Packages that use I2PSocketImpl
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. 
 

Uses of I2PSocketImpl in net.i2p.client.streaming
 

Methods in net.i2p.client.streaming with parameters of type I2PSocketImpl
 void I2PSocketManagerImpl.removeSocket(I2PSocketImpl sock)