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
Fields in org.restlet declared as ServerList Modifier and Type Field Description private ServerListComponent. serversThe modifiable list of server connectors.Methods in org.restlet that return ServerList Modifier and Type Method Description ServerListComponent. getServers()Returns the modifiable list of server connectors.Methods in org.restlet with parameters of type ServerList Modifier and Type Method Description voidComponent. setServers(ServerList servers)Sets the modifiable list of server connectors.
-