Uses of Class
org.restlet.Server

Packages that use Server
org.restlet.util Utility classes and interfaces used in the rest of the API. 
 

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, 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 that return types with arguments of type Server
abstract  Helper<Server> Engine.createHelper(Server server, java.lang.String helperClass)
          Creates a new helper for a given server connector.
 

Methods in org.restlet.util with parameters of type Server
 boolean ServerList.add(Server server)
          Adds a server at the end of the list.
abstract  Helper<Server> Engine.createHelper(Server server, java.lang.String helperClass)
          Creates a new helper for a given server connector.
 



Copyright © 2005-2008 Noelios Technologies.