public interface CloudHost
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHostName()
Returns the name or IP address of the host to connect to.
|
int |
getPort(int port)
Translates a target port number to the port number to connect to.
|
void |
setup()
Ensures the host is available.
|
void |
teardown()
Releases the host resources.
|
void setup()
void teardown()
java.lang.String getHostName()
setup() has been
invoked.int getPort(int port)
setup() has
been invoked.port - the target port number