public interface Sink
Modifier and Type | Method and Description |
---|---|
void |
send(Destination src,
int fromPort,
int toPort,
byte[] data) |
void send(Destination src, int fromPort, int toPort, byte[] data)
fromPort
- I2CP source port, 0-65535toPort
- I2CP destination port, 0-65535src
- some implementations may ignore, may be null in some implementationsRuntimeException
- in some implementations