Uses of Class
org.restlet.util.ClientList
-
Packages that use ClientList Package Description org.restlet Core classes of the API. -
-
Uses of ClientList in org.restlet
Methods in org.restlet that return ClientList Modifier and Type Method Description ClientList
Component. getClients()
Returns a modifiable list of client connectors.Methods in org.restlet with parameters of type ClientList Modifier and Type Method Description void
Component. setClients(ClientList clients)
Sets the modifiable list of client connectors.
-