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.Closeableclose in interface AutoCloseablepublic java.net.URI serviceLocatorAddress()
public java.net.URI serviceGatewayAddress()