public final class AdminServerConfig extends ServerConfig
| Constructor and Description |
|---|
AdminServerConfig() |
| Modifier and Type | Method and Description |
|---|---|
InetAddress |
getAddress() |
int |
getBacklog() |
Executor |
getExecutor() |
int |
getPort() |
String |
getServerId() |
AdminServerConfig |
setAddress(InetAddress address) |
AdminServerConfig |
setBacklog(int backlog) |
AdminServerConfig |
setExecutor(Executor executor) |
AdminServerConfig |
setPort(int port) |
AdminServerConfig |
setServerId(String serverId) |
public String getServerId()
public AdminServerConfig setServerId(String serverId)
public InetAddress getAddress()
public AdminServerConfig setAddress(InetAddress address)
public int getPort()
public AdminServerConfig setPort(int port)
public int getBacklog()
public AdminServerConfig setBacklog(int backlog)
public Executor getExecutor()
public AdminServerConfig setExecutor(Executor executor)
Copyright © 2021 vpc open source initiative. All rights reserved.