public class HttpHealthCheck extends HealthCheck
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpHealthCheck.Builder |
EXEC, HTTP, TCP| Constructor and Description |
|---|
HttpHealthCheck(String path,
String port) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPath() |
String |
getPort() |
int |
hashCode() |
static HttpHealthCheck |
of(String port,
String path) |
String |
toString() |
getType, newExecHealthCheck, newHttpHealthCheck, newTcpHealthCheckparse, parse, toJsonBytes, toJsonStringpublic String getPath()
public String getPort()
public static HttpHealthCheck of(String port, String path)
Copyright © 2015. All rights reserved.