public interface NetworkProxy extends EndpointMapper<org.glassfish.grizzly.http.server.HttpHandler>
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroy the proxy.
|
InetAddress |
getAddress() |
int |
getPort() |
Future<Result<Thread>> |
start()
Start the proxy.
|
void |
stop()
Stop the proxy.
|
registerEndpoint, registerEndpoint, unregisterEndpoint, unregisterEndpointvoid stop() throws IOException
IOExceptionFuture<Result<Thread>> start() throws IOException
IOExceptionint getPort()
NetworkProxy is
listening onInetAddress getAddress()
InetAddress of this NetworkProxyvoid destroy()
Copyright © 2017. All rights reserved.