public class DataProcessingWorkerDefault extends java.lang.Object implements DataProcessingWorker
Constructor and Description |
---|
DataProcessingWorkerDefault() |
Modifier and Type | Method and Description |
---|---|
void |
demultiplexMessage(java.lang.Object message) |
void |
processData(java.nio.channels.SocketChannel socket,
java.nio.ByteBuffer incoming) |
public void processData(java.nio.channels.SocketChannel socket, java.nio.ByteBuffer incoming)
processData
in interface DataProcessingWorker
socket
- The socket channel on which the bytes were received.incoming
- The bytes received.public void demultiplexMessage(java.lang.Object message)
demultiplexMessage
in interface DataProcessingWorker