Interface ProxyMessageProcessor
public interface ProxyMessageProcessor
Decodes a message that arrived from another server and hands it to the module it belongs to.
-
Method Summary
-
Method Details
-
process
void process(byte[] bytes) Decodes and dispatches one message.- Parameters:
bytes- the raw payload
-