Uses of Class
org.restlet.Server
Packages that use Server
Package
Description
Implementation of Restlet API.
Adapters between low-level HTTP calls and high-level Restlet Request and
Response objects.
Integration with Java URLConnection class.
Supports local connectors and resources.
Various utility classes.
-
Uses of Server in org.restlet.engine
Methods in org.restlet.engine that return types with arguments of type ServerModifier and TypeMethodDescriptionEngine.createHelper(Server server, String helperClass) Creates a new helper for a given server connector.Engine.getRegisteredServers()Returns the list of available server connectors.Methods in org.restlet.engine with parameters of type ServerModifier and TypeMethodDescriptionEngine.createHelper(Server server, String helperClass) Creates a new helper for a given server connector.Method parameters in org.restlet.engine with type arguments of type ServerModifier and TypeMethodDescriptionvoidEngine.setRegisteredServers(List<ConnectorHelper<Server>> registeredServers) Sets the list of available server helpers. -
Uses of Server in org.restlet.engine.adapter
Constructors in org.restlet.engine.adapter with parameters of type ServerModifierConstructorDescriptionHttpServerHelper(Server server) Constructor.ServerCall(Server server) Constructor. -
Uses of Server in org.restlet.engine.connector
Constructors in org.restlet.engine.connector with parameters of type ServerModifierConstructorDescriptionHttpExchangeCall(Server server, HttpExchange exchange) Deprecated.Constructor.HttpExchangeCall(Server server, HttpExchange exchange, boolean confidential) Deprecated.Constructor.HttpServerHelper(Server server) Deprecated.Constructor.HttpsServerHelper(Server server) Deprecated.Constructor.NetServerHelper(Server server) Deprecated.Constructor.ServerHelper(Server server) Constructor. -
Uses of Server in org.restlet.engine.local
Constructors in org.restlet.engine.local with parameters of type Server -
Uses of Server in org.restlet.util
Methods in org.restlet.util that return ServerModifier and TypeMethodDescriptionAdds a new server connector in the map supporting the given protocol.Adds a new server connector in the map supporting the given protocol on the specified 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