| Package | Description | 
|---|---|
| org.restlet.util | 
 Various utility classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Server | 
ServerList.add(Protocol protocol)
Adds a new server connector in the map supporting the given protocol. 
 | 
Server | 
ServerList.add(Protocol protocol,
   int port)
Adds a new server connector in the map supporting the given protocol on
 the specified port. 
 | 
Server | 
ServerList.add(Protocol protocol,
   java.lang.String address,
   int port)
Adds a new server connector in the map supporting the given protocol on
 the specified IP address and port. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
ServerList.add(Server server)
Adds a server at the end of the list. 
 | 
Copyright © 2005-2024 Restlet.