Uses of Class
org.restlet.data.ServerInfo
- 
Packages that use ServerInfo Package Description 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 Modifier and Type Method Description ServerInfoResponse. getServerInfo()Returns the server-specific information.Methods in org.restlet with parameters of type ServerInfo Modifier and Type Method Description voidResponse. setServerInfo(ServerInfo serverInfo)Sets the server-specific information. - 
Uses of ServerInfo in org.restlet.resource
Methods in org.restlet.resource that return ServerInfo Modifier and Type Method Description ServerInfoResource. getServerInfo()Returns the server-specific information.Methods in org.restlet.resource with parameters of type ServerInfo Modifier and Type Method Description voidServerResource. setServerInfo(ServerInfo serverInfo)Sets the server-specific information. - 
Uses of ServerInfo in org.restlet.util
Methods in org.restlet.util that return ServerInfo Modifier and Type Method Description ServerInfoWrapperResponse. getServerInfo()Returns the server-specific information.Methods in org.restlet.util with parameters of type ServerInfo Modifier and Type Method Description voidWrapperResponse. setServerInfo(ServerInfo serverInfo) 
 -