Uses of Class
org.restlet.Server

Packages that use Server
org.restlet.util Various utility classes. 
 

Uses of Server in org.restlet.util
 

Methods in org.restlet.util that return Server
 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, 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
 boolean ServerList.add(Server server)
          Adds a server at the end of the list.
 



Copyright © 2005-2013 Restlet.