Interface MessageObjectOut<K>
- Type Parameters:
K
- Key Type
- All Superinterfaces:
MessageOut
,MessageStreamOut
Message Object Out Layout Class
-
Method Summary
Modifier and TypeMethodDescriptionsend
(DataClient client) Sends data within the outgoing Messagedefault void
send
(DataClient client, OutputStream data) Sends data within the outgoing MessageMethods inherited from interface net.ME1312.SubData.Server.Protocol.MessageOut
sending
-
Method Details
-
send
Sends data within the outgoing Message- Parameters:
client
- Client sending- Returns:
- Data
- Throws:
Throwable
-
send
Description copied from interface:MessageStreamOut
Sends data within the outgoing Message- Specified by:
send
in interfaceMessageStreamOut
- Parameters:
client
- Client sendingdata
- Data Stream- Throws:
Throwable
-