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
 class PacketLocal
          coordinate local attributes about a packet - send time, ack time, number of retries, etc.
 

Methods in net.i2p.client.streaming that return MessageOutputStream.WriteStatus
 MessageOutputStream.WriteStatus MessageOutputStream.DataReceiver.writeData(byte[] buf, int off, int size)
          Nonblocking write
 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.