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, unregisterEndpoint
void stop() throws IOException
IOException
Future<Result<Thread>> start() throws IOException
IOException
int getPort()
NetworkProxy
is
listening onInetAddress getAddress()
InetAddress
of this NetworkProxy
void destroy()
Copyright © 2019. All rights reserved.