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 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 with parameters of type Server Modifier and Type Method Description boolean
ServerList. add(Server server)
Adds a server at the end of the list.
-