| Package | Description |
|---|---|
| org.restlet |
Core classes of the Restlet API.
|
| org.restlet.engine.adapter |
Adapters between low-level HTTP calls and high-level Restlet Request and
Response objects.
|
| 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 |
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–2025. All rights reserved.