Package | Description |
---|---|
org.restlet |
Core classes of the API.
|
org.restlet.engine.http |
Supports HTTP connectors.
|
org.restlet.resource |
Client and server resource classes.
|
org.restlet.util |
Various utility classes.
|
Modifier and Type | Method and Description |
---|---|
ServerInfo |
Response.getServerInfo()
Returns the server-specific information.
|
Modifier and Type | Method and Description |
---|---|
void |
Response.setServerInfo(ServerInfo serverInfo)
Sets the server-specific information.
|
Modifier and Type | Method and Description |
---|---|
ServerInfo |
HttpResponse.getServerInfo()
Returns the server-specific information.
|
Modifier and Type | Method and Description |
---|---|
ServerInfo |
UniformResource.getServerInfo()
Returns the server-specific information.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerResource.setServerInfo(ServerInfo serverInfo)
Sets the server-specific information.
|
Modifier and Type | Method and Description |
---|---|
ServerInfo |
WrapperResponse.getServerInfo()
Returns the server-specific information.
|
Modifier and Type | Method and Description |
---|---|
void |
WrapperResponse.setServerInfo(ServerInfo serverInfo) |
Copyright © 2005–2016. All rights reserved.