| Package | Description |
|---|---|
| org.restlet |
Core classes of the Restlet API.
|
| org.restlet.engine.application |
Supports Restlet applications.
|
| Modifier and Type | Method and Description |
|---|---|
EncoderService |
Application.getEncoderService()
Returns the encoder service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Application.setEncoderService(EncoderService encoderService)
Sets the encoder service.
|
| Modifier and Type | Method and Description |
|---|---|
EncoderService |
Encoder.getEncoderService()
Returns the parent encoder service.
|
| Constructor and Description |
|---|
Encoder(Context context,
boolean encodingRequest,
boolean encodingResponse,
EncoderService encoderService)
Constructor.
|
Copyright © 2005–2025. All rights reserved.