public interface SendBytesService
| Modifier and Type | Method and Description |
|---|---|
void |
sendBytes(byte[] bytes)
A byte-sender is expected to send the given byte array if possible.
|
void |
shutDown() |
void |
startUp() |
void sendBytes(byte[] bytes)
bytes - the bytes to send.void startUp()
void shutDown()