Package net.i2p.i2ptunnel.udp
Class I2PSink
java.lang.Object
net.i2p.i2ptunnel.udp.I2PSink
- All Implemented Interfaces:
Sink
public class I2PSink extends Object implements Sink
Producer
This sends to a fixed destination specified in the constructor
- Author:
- welterde
-
Field Summary
Fields Modifier and Type Field Description protected Destination
dest
protected I2PDatagramMaker
maker
protected boolean
raw
protected I2PSession
sess
-
Constructor Summary
Constructors Constructor Description I2PSink(I2PSession sess, Destination dest)
I2PSink(I2PSession sess, Destination dest, boolean raw)
-
Method Summary
Modifier and Type Method Description void
send(Destination src, byte[] data)