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 ServerInfo
Response. getServerInfo()
Returns the server-specific information.Methods in org.restlet with parameters of type ServerInfo Modifier and Type Method Description 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 Modifier and Type Method Description ServerInfo
Resource. getServerInfo()
Returns the server-specific information.Methods in org.restlet.resource with parameters of type ServerInfo Modifier and Type Method Description 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 Modifier and Type Method Description ServerInfo
WrapperResponse. getServerInfo()
Returns the server-specific information.Methods in org.restlet.util with parameters of type ServerInfo Modifier and Type Method Description void
WrapperResponse. setServerInfo(ServerInfo serverInfo)
-