Package | Description |
---|---|
org.restlet | |
org.restlet.resource | |
org.restlet.service |
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–2019. All rights reserved.