public class MailConnector extends AbstractDaemon implements Transport
Constructor and Description |
---|
MailConnector(String section) |
Modifier and Type | Method and Description |
---|---|
void |
sendMessage(String address,
InputStream os)
sends a message on the transport layer.
|
shutdownDaemon, startDaemon, stopDaemon
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shutdownDaemon, startDaemon, stopDaemon
public MailConnector(String section)
public void sendMessage(String address, InputStream os)
TransportSender
sends a message on the transport layer.
This method is called by the blender layer to send a message.
sendMessage
in interface TransportSender
address
- the string representation of the target address on the transport layeros
- the outputstream providing the messageCopyright © 2023. All rights reserved.