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 o) |
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)
Copyright © 2015. All rights reserved.