Uses of Class
one.nio.http.HttpServerConfig
-
Packages that use HttpServerConfig Package Description one.nio.http one.nio.mgt -
-
Uses of HttpServerConfig in one.nio.http
Constructors in one.nio.http with parameters of type HttpServerConfig Constructor Description HttpServer(HttpServerConfig config, java.lang.Object... routers) -
Uses of HttpServerConfig in one.nio.mgt
Methods in one.nio.mgt that return HttpServerConfig Modifier and Type Method Description private static HttpServerConfigManagementServer. createConfigFromAddress(java.lang.String address)Constructors in one.nio.mgt with parameters of type HttpServerConfig Constructor Description ManagementServer(HttpServerConfig config, java.lang.Object... routers)
-