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 void
send
(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:MessageStreamOut
Sends data within the outgoing Message- Specified by:
send
in interfaceMessageStreamOut
- Parameters:
sender
- The receiving Senderdata
- Data Stream- Throws:
Throwable
-