Package io.fabric8.maven.docker.config
Class WaitConfiguration.TcpConfiguration
- java.lang.Object
-
- io.fabric8.maven.docker.config.WaitConfiguration.TcpConfiguration
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- WaitConfiguration
public static class WaitConfiguration.TcpConfiguration extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TcpConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHost()WaitConfiguration.TcpConfigModegetMode()List<Integer>getPorts()
-
-
-
Method Detail
-
getHost
public String getHost()
-
getMode
public WaitConfiguration.TcpConfigMode getMode()
-
-