public class DecoderService extends Service
Constructor and Description |
---|
DecoderService()
Constructor.
|
DecoderService(boolean enabled)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Filter |
createInboundFilter(Context context)
Create the filter that should be invoked for incoming calls.
|
Filter |
createOutboundFilter(Context context)
Create the filter that should be invoked for outgoing calls.
|
getContext, isEnabled, isStarted, isStopped, setContext, setEnabled, start, stop
public DecoderService()
public DecoderService(boolean enabled)
enabled
- True if the service has been enabled.public Filter createInboundFilter(Context context)
Service
createInboundFilter
in class Service
context
- The current context.public Filter createOutboundFilter(Context context)
Service
createOutboundFilter
in class Service
context
- The current context.Context.getClientDispatcher()
Copyright © 2005-2024 Restlet.