public class ServiceLocatorServer
extends Object
implements java.io.Closeable
Constructor and Description |
---|
ServiceLocatorServer() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.net.URI |
serviceGatewayAddress() |
java.net.URI |
serviceLocatorAddress() |
void |
start(int serviceLocatorPort,
int serviceGatewayPort,
java.util.Map<String,String> unmanagedServices) |
public void start(int serviceLocatorPort, int serviceGatewayPort, java.util.Map<String,String> unmanagedServices)
public void close()
close
in interface java.io.Closeable
close
in interface AutoCloseable
public java.net.URI serviceLocatorAddress()
public java.net.URI serviceGatewayAddress()