Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

Packages that use SipMessageProcessor
net.java.sip.communicator.impl.protocol.sip   
 

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

Classes in net.java.sip.communicator.impl.protocol.sip that implement SipMessageProcessor
 class OperationSetTypingNotificationsSipImpl
          A implementation of the typing notification operation set.
 

Methods in net.java.sip.communicator.impl.protocol.sip with parameters of type SipMessageProcessor
(package private)  void ProtocolProviderServiceSipImpl.addEarlyMessageProcessor(SipMessageProcessor processor)
          Registers early message processor.
(package private)  void OperationSetBasicInstantMessagingSipImpl.addMessageProcessor(SipMessageProcessor processor)
          Registers a SipMessageProcessor with this operation set so that it gets notifications of successful message delivery, failure or reception of incoming messages..
(package private)  void ProtocolProviderServiceSipImpl.removeEarlyMessageProcessor(SipMessageProcessor processor)
          Removes the early message processor.
(package private)  void OperationSetBasicInstantMessagingSipImpl.removeMessageProcessor(SipMessageProcessor processor)
          Unregisters processor so that it won't receive any further notifications upon successful message delivery, failure or reception of incoming messages..
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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