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

Packages that use I2PSocketFull
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 I2PSocketFull in net.i2p.client.streaming
 

Methods in net.i2p.client.streaming that return I2PSocketFull
 I2PSocketFull Connection.getSocket()
           
 

Methods in net.i2p.client.streaming with parameters of type I2PSocketFull
 void Connection.setSocket(I2PSocketFull socket)