Uses of Interface
net.i2p.client.streaming.MessageOutputStream.WriteStatus

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

Classes in net.i2p.client.streaming that implement MessageOutputStream.WriteStatus
(package private)  class PacketLocal
          This is the class used for outbound packets.
 

Methods in net.i2p.client.streaming that return MessageOutputStream.WriteStatus
 MessageOutputStream.WriteStatus ConnectionDataReceiver.writeData(byte[] buf, int off, int size)
          Send some data through the connection, or if there is no new data, this may generate a packet with a plain ACK/NACK or CLOSE, or nothing whatsoever if there's nothing new to send.
 MessageOutputStream.WriteStatus MessageOutputStream.DataReceiver.writeData(byte[] buf, int off, int size)
          Nonblocking write