类 ArthasProperties.Server
- java.lang.Object
-
- com.alibaba.arthas.tunnel.server.app.configuration.ArthasProperties.Server
-
- 封闭类:
- ArthasProperties
public static class ArthasProperties.Server extends Object
-
-
构造器概要
构造器 构造器 说明 Server()
-
-
-
方法详细资料
-
getHost
public String getHost()
-
setHost
public void setHost(String host)
-
getPort
public int getPort()
-
setPort
public void setPort(int port)
-
isSsl
public boolean isSsl()
-
setSsl
public void setSsl(boolean ssl)
-
getClientConnectHost
public String getClientConnectHost()
-
setClientConnectHost
public void setClientConnectHost(String clientConnectHost)
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
-