Uses of Class
org.restlet.data.ServerInfo

Packages that use ServerInfo
org.restlet Core classes of the API. 
org.restlet.resource Client and server resource classes. 
org.restlet.util Various utility classes. 
 

Uses of ServerInfo in org.restlet
 

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

Methods in org.restlet with parameters of type ServerInfo
 void Response.setServerInfo(ServerInfo serverInfo)
          Sets 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-2013 Restlet.