Interface MessageStreamOut
- All Superinterfaces:
MessageOut
- All Known Subinterfaces:
MessageObjectOut<K>
Message OutputStream Layout Class
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 sendingdata
- Data Stream- Throws:
Throwable
-