Package org.arquillian.cube.spi.metadata
Interface HasPortBindings.PortAddress
- All Known Implementing Classes:
HasPortBindings.PortAddressImpl
- Enclosing interface:
- HasPortBindings
public static interface HasPortBindings.PortAddress
Port mapping for a bound port. The socket address that should be used to
configure network connections to the specified contianer port.
-
Method Summary
-
Method Details
-
getIP
String getIP()- Returns:
- the host IP
-
getPort
int getPort()- Returns:
- the host port
-