Uses of Interface
org.siprop.v2.core.Listener

Packages that use Listener
org.siprop.v2.b2bua   
org.siprop.v2.b2bua.sip.impl   
org.siprop.v2.core   
org.siprop.v2.core.router   
org.siprop.v2.core.router.impl   
org.siprop.v2.stack   
org.siprop.v2.stack.sip.impl   
org.siprop.v2.transport   
org.siprop.v2.transport.sip.impl   
org.siprop.v2.ua   
org.siprop.v2.ua.sip.impl   
 

Uses of Listener in org.siprop.v2.b2bua
 

Subinterfaces of Listener in org.siprop.v2.b2bua
 interface B2BUAManager
          Manager interface for B2BUA.
 

Uses of Listener in org.siprop.v2.b2bua.sip.impl
 

Classes in org.siprop.v2.b2bua.sip.impl that implement Listener
 class B2BUAManagerImpl
          Manager for standard B2BUA.
 

Uses of Listener in org.siprop.v2.core
 

Subinterfaces of Listener in org.siprop.v2.core
 interface Manager
          This interface is an object for management of each layer.
 

Classes in org.siprop.v2.core that implement Listener
 class AbstractManager
          Interface of Router entry point.
 

Uses of Listener in org.siprop.v2.core.router
 

Methods in org.siprop.v2.core.router that return Listener
 Listener RouterInfo.getListener()
          get Listener.
 

Methods in org.siprop.v2.core.router with parameters of type Listener
 void RouterInfo.addListener(Listener routerlistener)
          add Listener.
It is an instance of the call-back point.
 

Uses of Listener in org.siprop.v2.core.router.impl
 

Methods in org.siprop.v2.core.router.impl that return Listener
 Listener MessageRouterInfo.getListener()
           
 

Methods in org.siprop.v2.core.router.impl with parameters of type Listener
 void MessageRouterInfo.addListener(Listener routerlistener)
           
 

Uses of Listener in org.siprop.v2.stack
 

Subinterfaces of Listener in org.siprop.v2.stack
 interface StackManager
          Manager interface for Stack.
 

Uses of Listener in org.siprop.v2.stack.sip.impl
 

Classes in org.siprop.v2.stack.sip.impl that implement Listener
 class StackManagerImpl
          This class manages TUs.
 

Uses of Listener in org.siprop.v2.transport
 

Subinterfaces of Listener in org.siprop.v2.transport
 interface TransportManager
          This interfece is Manager for Transport.
 

Uses of Listener in org.siprop.v2.transport.sip.impl
 

Classes in org.siprop.v2.transport.sip.impl that implement Listener
 class TransportManagerImpl
          Transport manager (setup/auto create)
 

Methods in org.siprop.v2.transport.sip.impl with parameters of type Listener
 void TransportIoHandler.setListener(Listener listener)
          set listener.
 

Constructors in org.siprop.v2.transport.sip.impl with parameters of type Listener
TransportIoHandler(Listener listener)
          Constructor.
 

Uses of Listener in org.siprop.v2.ua
 

Subinterfaces of Listener in org.siprop.v2.ua
 interface UAManager
          Manager interface for UA.
 

Uses of Listener in org.siprop.v2.ua.sip.impl
 

Classes in org.siprop.v2.ua.sip.impl that implement Listener
 class UAManagerImpl
          Manager for standard UA.