NetworkCoreFactory.Builder |
NetworkCoreFactory.Builder.allowRemoteServerConnection() |
Allow remote connections.
|
NetworkCoreFactory.Builder |
NetworkCoreFactory.Builder.allowRemoteServerConnection(String cidr) |
Allow remote connections.
|
static NetworkCoreFactory.Builder |
NetworkCoreFactory.builder() |
Create a NetworkCoreFactory builder.
|
NetworkCoreFactory.Builder |
NetworkCoreFactory.Builder.childLauncher(ChildLauncher launcher) |
Provide an implementation of ChildLauncher for proxies that
require to auto-launch a local child process of the current one.
|
NetworkCoreFactory.Builder |
NetworkCoreFactory.Builder.enableServer() |
Enable a server so that other hubs can connect to and control this
one.
|
NetworkCoreFactory.Builder |
NetworkCoreFactory.Builder.exposeServices(List<Class<? extends Service>> services) |
List of services that will be exposed to connected hubs.
|
NetworkCoreFactory.Builder |
NetworkCoreFactory.Builder.hubConfiguration(HubConfiguration configuration) |
|
NetworkCoreFactory.Builder |
NetworkCoreFactory.Builder.serverPort(int port) |
Specify a port for the server.
|