public class TcpHealthCheck extends HealthCheck
| Modifier and Type | Class and Description |
|---|---|
static class |
TcpHealthCheck.Builder |
EXEC, HTTP, TCP| Constructor and Description |
|---|
TcpHealthCheck(String port) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getPort() |
int |
hashCode() |
static TcpHealthCheck |
of(String port) |
String |
toString() |
getType, newExecHealthCheck, newHttpHealthCheck, newTcpHealthCheckparse, parse, toJsonBytes, toJsonStringpublic TcpHealthCheck(String port)
public String getPort()
public static TcpHealthCheck of(String port)
public String toString()
toString in class HealthCheckCopyright © 2017. All rights reserved.