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

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

Methods in net.i2p.client.streaming that return MessageInputStream
 MessageInputStream Connection.getInputStream()
          stream that the local peer receives data on