Package | Description |
---|---|
org.restlet |
Core classes of the API.
|
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 |
Resource.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-2024 Restlet.