org.restlet.service
Class DecoderService

java.lang.Object
  extended by org.restlet.service.Service
      extended by org.restlet.service.DecoderService

public class DecoderService
extends Service

Service automatically decoding or decompressing request entities.

Author:
Jerome Louvel

Constructor Summary
DecoderService()
          Constructor.
DecoderService(boolean enabled)
          Constructor.
 
Method Summary
 
Methods inherited from class org.restlet.service.Service
isEnabled, isStarted, isStopped, setEnabled, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecoderService

public DecoderService()
Constructor.


DecoderService

public DecoderService(boolean enabled)
Constructor.

Parameters:
enabled - True if the service has been enabled.


Copyright © 2005-2008 Noelios Technologies.