Interface MessageObjectOut<K>
- Type Parameters:
K- Key Type
- All Superinterfaces:
MessageOut,MessageStreamOut
Message Object Out Layout Class
-
Method Summary
Modifier and TypeMethodDescriptionsend(DataSender sender) Sends data within the outgoing Messagedefault voidsend(DataSender sender, OutputStream data) Sends data within the outgoing MessageMethods inherited from interface net.ME1312.SubData.Client.Protocol.MessageOut
sending
-
Method Details
-
send
Sends data within the outgoing Message- Parameters:
sender- The receiving Sender- Returns:
- Data
- Throws:
Throwable
-
send
Description copied from interface:MessageStreamOutSends data within the outgoing Message- Specified by:
sendin interfaceMessageStreamOut- Parameters:
sender- The receiving Senderdata- Data Stream- Throws:
Throwable
-