Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Interface
net.java.sip.communicator.impl.protocol.sip.MethodProcessor

Packages that use MethodProcessor
net.java.sip.communicator.impl.protocol.sip   
net.java.sip.communicator.impl.protocol.sip.dtmf   
 

Uses of MethodProcessor in net.java.sip.communicator.impl.protocol.sip
 

Classes in net.java.sip.communicator.impl.protocol.sip that implement MethodProcessor
 class ClientCapabilities
          Handles OPTIONS requests by replying with an OK response containing methods that we support.
 class EventPackageNotifier
          Implements the notifier part of RFC 3265 "Session Initiation Protocol (SIP)-Specific Event Notification" and thus eases the creation of event package-specific implementations.
 class EventPackageSubscriber
          Implements the subscriber part of RFC 3265 "Session Initiation Protocol (SIP)-Specific Event Notification" and thus eases the creation of event package-specific implementations.
 class EventPackageSupport
          Provides the base for implementations of RFC 3265 "Session Initiation Protocol (SIP)-Specific Event Notification" and thus eases the creation of event package-specific implementations.
 class MethodProcessorAdapter
          Provides a default implementation of MethodProcessor which does no processing and exists only as a convenience to extenders so that they can override the methods of interest.
 class OperationSetBasicTelephonySipImpl
          Implements all call management logic and exports basic telephony support by implementing OperationSetBasicTelephony.
 class OperationSetPresenceSipImpl
          Sip presence implementation (SIMPLE).
 class SipRegistrarConnection
          Contains all functionality that has anything to do with registering and maintaining registrations with a SIP Registrar.
 class SipRegistrarlessConnection
          Allows SIP communicator to create SIP accounts without a registrar.
 

Methods in net.java.sip.communicator.impl.protocol.sip with parameters of type MethodProcessor
 void ProtocolProviderServiceSipImpl.registerMethodProcessor(String method, MethodProcessor methodProcessor)
          Registers methodProcessor in the methorProcessors table so that it would receives all messages in a transaction initiated by a method request.
 void ProtocolProviderServiceSipImpl.unregisterMethodProcessor(String method, MethodProcessor methodProcessor)
          Unregisters methodProcessor from the methorProcessors table so that it won't receive further messages in a transaction initiated by a method request.
 

Uses of MethodProcessor in net.java.sip.communicator.impl.protocol.sip.dtmf
 

Classes in net.java.sip.communicator.impl.protocol.sip.dtmf that implement MethodProcessor
 class DTMFInfo
          Sending DTMFs with SIP INFO.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.