| |
|
| java.lang.Object org.restlet.service.DecoderService
DecoderService | public class DecoderService (Code) | | Service automatically decoding or decompressing request entities.
author: Jerome Louvel (contact@noelios.com) |
Constructor Summary | |
public | DecoderService(boolean enabled) Constructor. |
Method Summary | |
public boolean | isEnabled() Indicates if the service should be enabled. | public void | setEnabled(boolean enabled) Indicates if the service should be enabled. |
DecoderService | public DecoderService(boolean enabled)(Code) | | Constructor.
Parameters: enabled - True if the service has been enabled. |
isEnabled | public boolean isEnabled()(Code) | | Indicates if the service should be enabled.
True if the service should be enabled. |
setEnabled | public void setEnabled(boolean enabled)(Code) | | Indicates if the service should be enabled.
Parameters: enabled - True if the service should be enabled. |
|
|
|