net.i2p.sam
public interface SAMDatagramReceiver
Modifier and Type | Method and Description |
---|---|
void |
receiveDatagramBytes(Destination sender,
byte[] data)
Send a byte array to a SAM client.
|
void |
stopDatagramReceiving()
Stop receiving data.
|
void receiveDatagramBytes(Destination sender, byte[] data) throws IOException
sender
- Destinationdata
- Byte array to be receivedIOException
void stopDatagramReceiving()