Uses of Class
org.restlet.util.ServerList
-
Packages that use ServerList Package Description org.restlet Core classes of the API. -
-
Uses of ServerList in org.restlet
Methods in org.restlet that return ServerList Modifier and Type Method Description ServerList
Component. getServers()
Returns the modifiable list of server connectors.Methods in org.restlet with parameters of type ServerList Modifier and Type Method Description void
Component. setServers(ServerList servers)
Sets the modifiable list of server connectors.
-