Class ComHandlerReceiveMessageStatus
java.lang.Object
org.eclipse.serializer.communication.binarydynamic.ComHandlerReceiveMessageStatus
- All Implemented Interfaces:
ComHandlerReceive<ComMessageStatus>,ComHandlerSend<ComMessageStatus>
public class ComHandlerReceiveMessageStatus
extends Object
implements ComHandlerReceive<ComMessageStatus>, ComHandlerSend<ComMessageStatus>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocessMessage(Object received) processMessage(ComMessageStatus message) sendMessage(Object messageObject) sendMessage(ComMessageStatus message) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.serializer.communication.binarydynamic.ComHandlerReceive
continueReceiving
-
Constructor Details
-
ComHandlerReceiveMessageStatus
-
-
Method Details
-
processMessage
- Specified by:
processMessagein interfaceComHandlerReceive<ComMessageStatus>
-
processMessage
- Specified by:
processMessagein interfaceComHandlerReceive<ComMessageStatus>
-
sendMessage
- Specified by:
sendMessagein interfaceComHandlerSend<ComMessageStatus>
-
sendMessage
- Specified by:
sendMessagein interfaceComHandlerSend<ComMessageStatus>
-