Package org.flasby.net
Class UnicastMessageSender
java.lang.Object
org.flasby.net.UnicastMessageSender
sends a Unicast message somewhere. It sends the message and then closes
any resources immediately so should only be used for infrequent requests.
- Author:
- steve
-
Constructor Summary
ConstructorsConstructorDescriptionUnicastMessageSender
(SocketProperties socketProperties, byte[] message) UnicastMessageSender
(SocketProperties socketProperties, Messages messages) -
Method Summary
-
Constructor Details
-
UnicastMessageSender
- Throws:
IOException
-
UnicastMessageSender
public UnicastMessageSender(SocketProperties socketProperties, Messages messages) throws IOException - Throws:
IOException
-