public interface TransportSender extends RunningDaemon
Modifier and Type | Method and Description |
---|---|
void |
sendMessage(String address,
InputStream os)
sends a message on the transport layer.
|
shutdownDaemon, startDaemon, stopDaemon
void sendMessage(String address, InputStream os) throws IOException
sends a message on the transport layer.
This method is called by the blender layer to send a message.
address
- the string representation of the target address on the transport layeros
- the outputstream providing the messageIOException
- if transport layer was unable to satisfy the requestCopyright © 2023. All rights reserved.