Uses of Interface
net.i2p.client.streaming.impl.MessageOutputStream.DataReceiver
Packages that use MessageOutputStream.DataReceiver
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.DataReceiver in net.i2p.client.streaming.impl
Classes in net.i2p.client.streaming.impl that implement MessageOutputStream.DataReceiverModifier and TypeClassDescription(package private) classReceive data from the MessageOutputStream, build a packet, and send it through a connection.Methods in net.i2p.client.streaming.impl with parameters of type MessageOutputStream.DataReceiverModifier and TypeMethodDescription(package private) voidMessageOutputStream.flushAvailable(MessageOutputStream.DataReceiver target) called whenever the engine wants to push more data to the peer(package private) voidMessageOutputStream.flushAvailable(MessageOutputStream.DataReceiver target, boolean blocking) Constructors in net.i2p.client.streaming.impl with parameters of type MessageOutputStream.DataReceiverModifierConstructorDescriptionMessageOutputStream(I2PAppContext ctx, SimpleTimer2 timer, MessageOutputStream.DataReceiver receiver, int bufSize, int initBufSize) MessageOutputStream(I2PAppContext ctx, SimpleTimer2 timer, MessageOutputStream.DataReceiver receiver, int bufSize, int initBufSize, int passiveFlushDelay)