MjSip Stack
v1.6

Package org.zoolu.sip.provider

Interface Summary
SipInterfaceListener A SipInterfaceListener listens for SipInterface onReceivedMessage(SipInterfaceListener,Message) events.
SipProviderExceptionListener A SipProviderExceptionListener listens for SipProvider onMessageException(Message,Exception) events.
SipProviderListener A SipProviderListener listens for SipProvider onReceivedMessage(SipProvider,Message) events.
 

Class Summary
ConnectionIdentifier ConnectionIdentifier is the reference for active transport connections.
DialogIdentifier DialogIdentifier is used to address specific dialogs to the SipProvider.
Identifier Generic Identifier.
MethodIdentifier MethodIdentifier is used to address specific methods to the SipProvider.
SipInterface SipInterface is actually the SIP SAP (Service Access Point) and can be used to send and receive SIP messages associated with a specific method, transaction, or dialog.
SipParser Class SipParser extends class Parser for parsing of SIP messages.
SipPromisqueInterface SipPromisqueInterface is the SipInterface for capturing all SIP messages in PROMISQUE mode.
SipProvider SipProvider implements the SIP transport layer, that is the layer responsable for sending and receiving SIP messages.
SipStack SipStack includes all static attributes used by the sip stack.
TransactionIdentifier TransactionIdentifier is used to address specific transaction to the SipProvider.
 


MjSip Stack
v1.6