Uses of Interface
net.i2p.client.streaming.impl.MessageOutputStream.WriteStatus
Package
Description
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
Modifier and TypeClassDescription(package private) class
This is the class used for outbound packets.Modifier and TypeMethodDescriptionConnectionDataReceiver.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.DataReceiver.writeData
(byte[] buf, int off, int size) Nonblocking write