public interface SupportsPortForwarding
Modifier and Type | Interface and Description |
---|---|
static interface |
SupportsPortForwarding.RequiresPortForwarding
marker on a location to indicate that port forwarding should be done automatically
for attempts to access from Brooklyn
|
Modifier and Type | Method and Description |
---|---|
com.google.common.net.HostAndPort |
getSocketEndpointFor(Cidr accessor,
int privatePort)
returns an endpoint suitable for contacting the indicated private port on this object,
from the given Cidr, creating it if necessary and possible;
may return null if forwarding not available
|
com.google.common.net.HostAndPort getSocketEndpointFor(Cidr accessor, int privatePort)