public static class ArthasProperties.Server extends Object
| Constructor and Description |
|---|
Server() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientConnectHost() |
String |
getHost() |
String |
getPath() |
int |
getPort() |
boolean |
isSsl() |
void |
setClientConnectHost(String clientConnectHost) |
void |
setHost(String host) |
void |
setPath(String path) |
void |
setPort(int port) |
void |
setSsl(boolean ssl) |
public String getHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
public boolean isSsl()
public void setSsl(boolean ssl)
public String getClientConnectHost()
public void setClientConnectHost(String clientConnectHost)
public String getPath()
public void setPath(String path)
Copyright © 2020. All rights reserved.