Class DecoderService


  • public class DecoderService
    extends Service
    Application service automatically decoding or uncompressing received entities. This service works both for received requests entities on the server-side and received response entities on the client-side.
    Author:
    Jerome Louvel
    • Constructor Detail

      • DecoderService

        public DecoderService()
        Constructor.
      • DecoderService

        public DecoderService​(boolean enabled)
        Constructor.
        Parameters:
        enabled - True if the service has been enabled.
    • Method Detail

      • createInboundFilter

        public Filter createInboundFilter​(Context context)
        Description copied from class: Service
        Create the filter that should be invoked for incoming calls.
        Overrides:
        createInboundFilter in class Service
        Parameters:
        context - The current context.
        Returns:
        The new filter or null.