Uses of Interface
net.i2p.client.streaming.impl.MessageOutputStream.WriteStatus
-
Packages that use MessageOutputStream.WriteStatus Package Description net.i2p.client.streaming.impl Implementation of 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.impl
Classes in net.i2p.client.streaming.impl that implement MessageOutputStream.WriteStatus Modifier and Type Class Description (package private) class
PacketLocal
This is the class used for outbound packets.Methods in net.i2p.client.streaming.impl that return MessageOutputStream.WriteStatus Modifier and Type Method Description 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
-