Uses of Class
org.restlet.Server
- 
Packages that use Server Package Description org.restlet.util Various utility classes. - 
- 
Uses of Server in org.restlet.util
Methods in org.restlet.util that return Server Modifier and Type Method Description ServerServerList. add(Protocol protocol)Adds a new server connector in the map supporting the given protocol.ServerServerList. add(Protocol protocol, int port)Adds a new server connector in the map supporting the given protocol on the specified port.ServerServerList. 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.Methods in org.restlet.util with parameters of type Server Modifier and Type Method Description booleanServerList. add(Server server)Adds a server at the end of the list. 
 -