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
Fields in org.restlet declared as ClientList Modifier and Type Field Description private ClientListComponent. clientsThe modifiable list of client connectors.Methods in org.restlet that return ClientList Modifier and Type Method Description ClientListComponent. getClients()Returns a modifiable list of client connectors.Methods in org.restlet with parameters of type ClientList Modifier and Type Method Description voidComponent. setClients(ClientList clients)Sets the modifiable list of client connectors.
-