Uses of Class
org.restlet.client.data.ServerInfo

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

Uses of ServerInfo in org.restlet.client
 

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

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

Uses of ServerInfo in org.restlet.client.resource
 

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

Uses of ServerInfo in org.restlet.client.util
 

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

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



Copyright © 2005-2012 Restlet S.A.S..