Uses of Class
org.restlet.data.ServerInfo
Packages that use ServerInfo
Package
Description
Core classes of the Restlet API.
Adapters between low-level HTTP calls and high-level Restlet Request and
Response objects.
Client and server resource classes.
Various utility classes.
-
Uses of ServerInfo in org.restlet
Methods in org.restlet that return ServerInfoModifier and TypeMethodDescriptionResponse.getServerInfo()Returns the server-specific information.Methods in org.restlet with parameters of type ServerInfoModifier and TypeMethodDescriptionvoidResponse.setServerInfo(ServerInfo serverInfo) Sets the server-specific information. -
Uses of ServerInfo in org.restlet.engine.adapter
Methods in org.restlet.engine.adapter that return ServerInfoModifier and TypeMethodDescriptionHttpResponse.getServerInfo()Returns the server-specific information. -
Uses of ServerInfo in org.restlet.resource
Methods in org.restlet.resource that return ServerInfoModifier and TypeMethodDescriptionResource.getServerInfo()Returns the server-specific information.Methods in org.restlet.resource with parameters of type ServerInfoModifier and TypeMethodDescriptionvoidServerResource.setServerInfo(ServerInfo serverInfo) Sets the server-specific information. -
Uses of ServerInfo in org.restlet.util
Methods in org.restlet.util that return ServerInfoModifier and TypeMethodDescriptionWrapperResponse.getServerInfo()Returns the server-specific information.Methods in org.restlet.util with parameters of type ServerInfo