de.huxhorn.lilith.sender
Interface SendBytesService

All Known Implementing Classes:
MultiplexSendBytesService, SimpleSendBytesService

public interface SendBytesService


Method Summary
 void sendBytes(byte[] bytes)
          A byte-sender is expected to send the given byte array if possible.
 void shutDown()
           
 void startUp()
           
 

Method Detail

sendBytes

void sendBytes(byte[] bytes)
A byte-sender is expected to send the given byte array if possible. There is no guarantee that the bytes are really sent out, e.g. in case of an error. There is no feedback of any kind concerning success or failure!

Parameters:
bytes - the bytes to send.

startUp

void startUp()

shutDown

void shutDown()