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 voidsend(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:MessageStreamOutSends data within the outgoing Message- Specified by:
sendin interfaceMessageStreamOut- Parameters:
client- Client sendingdata- Data Stream- Throws:
Throwable
-