4950515253545556
* @param config * @throws IOException */ public RequestDispatcher(ReplicationConfig config) throws IOException { rpcServer = new RPCNIOSocketServer(config.getPort(), config.getAddress(), this, config.getSSLOptions()); }