Uses of Class
org.restlet.data.ServerInfo

Packages that use ServerInfo
org.restlet.engine.adapter Adapters between low-level HTTP calls and high-level Restlet Request and Response objects. 
org.restlet.resource Client and server resource classes. 
org.restlet.util Various utility classes. 
 

Uses of ServerInfo in org.restlet.engine.adapter
 

Methods in org.restlet.engine.adapter that return ServerInfo
 ServerInfo HttpResponse.getServerInfo()
          Returns the server-specific information.
 

Uses of ServerInfo in org.restlet.resource
 

Methods in org.restlet.resource that return ServerInfo
 ServerInfo Resource.getServerInfo()
          Returns the server-specific information.
 

Methods in org.restlet.resource with parameters of type ServerInfo
 void ServerResource.setServerInfo(ServerInfo serverInfo)
          Sets the server-specific information.
 

Uses of ServerInfo in org.restlet.util
 

Methods in org.restlet.util that return ServerInfo
 ServerInfo WrapperResponse.getServerInfo()
          Returns the server-specific information.
 

Methods in org.restlet.util with parameters of type ServerInfo
 void WrapperResponse.setServerInfo(ServerInfo serverInfo)
           
 



Copyright © 2005-2014 Restlet.