int opcode) throws IOException, ClassNotFoundException;
protected void processMessage(int protocolId, int opcode) throws IOException,
ClassNotFoundException
{
AbstractContextualHandler handler = getContextualHandler(protocolId, opcode);
new Thread(handler, handler.getClass().toString()).start();
}