Uses of Class
one.nio.server.ServerConfig
-
Packages that use ServerConfig Package Description one.nio.http one.nio.rpc one.nio.server -
-
Uses of ServerConfig in one.nio.http
Subclasses of ServerConfig in one.nio.http Modifier and Type Class Description classHttpServerConfig -
Uses of ServerConfig in one.nio.rpc
Constructors in one.nio.rpc with parameters of type ServerConfig Constructor Description RpcServer(ServerConfig config)RpcServer(ServerConfig config, S service) -
Uses of ServerConfig in one.nio.server
Methods in one.nio.server that return ServerConfig Modifier and Type Method Description static ServerConfigServerConfig. from(String conn)static ServerConfigServerConfig. from(ConnectionString conn)Methods in one.nio.server with parameters of type ServerConfig Modifier and Type Method Description voidServer. reconfigure(ServerConfig config)Constructors in one.nio.server with parameters of type ServerConfig Constructor Description Server(ServerConfig config)
-