this.exportServer = InetAddress.getLocalHost().getHostAddress();
} catch (final UnknownHostException e) {
//
}
this.remoteAPIDiscoveryUtil = new RemoteAPIDiscoveryUtil(this.discovery, this);
this.port = new PluginConfigurationUtil(this.configuration).getInt(getClass(), "export.port", getFreePort());
this.callHandler = new CallHandler();
this.lipeServer = new Server();