public static class WaitConfiguration.TcpConfiguration extends Object implements Serializable
| Constructor and Description |
|---|
TcpConfiguration() |
TcpConfiguration(WaitConfiguration.TcpConfigMode mode,
String host,
List<Integer> ports) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getHost() |
WaitConfiguration.TcpConfigMode |
getMode() |
List<Integer> |
getPorts() |
int |
hashCode() |
public TcpConfiguration(WaitConfiguration.TcpConfigMode mode, String host, List<Integer> ports)
public TcpConfiguration()
public WaitConfiguration.TcpConfigMode getMode()
public String getHost()
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.