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