|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NetworkProxy
Generic interface used by the GrizzlyService to start the tcp/udp/tcl stack. By default, we are starting Grizzly, but we might allow other framework to hook in and drive hk2/v3. TODO: Allow addition of other types of Container, not only Adapter but also any extension.
| Method Summary | |
|---|---|
void |
destroy()
Destroy the proxy. |
InetAddress |
getAddress()
|
int |
getPort()
|
Future<Result<Thread>> |
start()
Start the proxy. |
void |
stop()
Stop the proxy. |
| Methods inherited from interface com.sun.enterprise.v3.services.impl.EndpointMapper |
|---|
registerEndpoint, registerEndpoint, unregisterEndpoint, unregisterEndpoint |
| Method Detail |
|---|
void stop()
throws IOException
IOException
Future<Result<Thread>> start()
throws IOException
IOExceptionint getPort()
NetworkProxy is
listening onInetAddress getAddress()
InetAddress of this NetworkProxyvoid destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||