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