public class Http extends AbstractHealthChecker
AbstractHealthChecker.None| 限定符和类型 | 字段和说明 |
|---|---|
static String |
TYPE |
type| 构造器和说明 |
|---|
Http() |
| 限定符和类型 | 方法和说明 |
|---|---|
Http |
clone()
Clone all fields of this instance to another one.
|
boolean |
equals(Object obj) |
Map<String,String> |
getCustomHeaders() |
int |
getExpectedResponseCode() |
String |
getHeaders() |
String |
getPath() |
int |
hashCode() |
void |
setExpectedResponseCode(int expectedResponseCode) |
void |
setHeaders(String headers) |
void |
setPath(String path) |
getTypepublic int getExpectedResponseCode()
public void setExpectedResponseCode(int expectedResponseCode)
public String getPath()
public void setPath(String path)
public String getHeaders()
public void setHeaders(String headers)
public Http clone() throws CloneNotSupportedException
AbstractHealthCheckerclone 在类中 AbstractHealthCheckerCloneNotSupportedException - clone not supported exceptionCopyright © 2018–2021 Alibaba Group. All rights reserved.