| Package | Description | 
|---|---|
| org.restlet | 
 Core classes of the API. 
 | 
| org.restlet.resource | 
 Client and server resource classes. 
 | 
| org.restlet.service | 
 Services used by applications and components. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConnegService | 
Application.getConnegService()
Returns the content negotiation service. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Application.setConnegService(ConnegService connegService)
Sets the content negotiation service. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConnegService | 
Resource.getConnegService()
Returns the application's content negotiation service or create a new
 one. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConnegService | 
StatusService.getConnegService()
Returns the service used to select the preferred variant. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
StatusService.setConnegService(ConnegService connegService)
Sets the service used to select the preferred variant. 
 | 
| Constructor and Description | 
|---|
StatusService(boolean enabled,
             ConverterService converterService,
             MetadataService metadataService,
             ConnegService connegService)
Constructor. 
 | 
Copyright © 2005-2024 Restlet.