Interface MessageStreamIn
- All Superinterfaces:
MessageIn
- All Known Subinterfaces:
MessageObjectIn<K>
Message InputStream Layout Class
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
receive
(DataClient client) Receives the incoming Messagevoid
receive
(DataClient client, InputStream data) Receives the incoming Message
-
Method Details