Uses of Class
org.mobicents.servlet.sip.core.ExtendedListeningPoint

Packages that use ExtendedListeningPoint
org.mobicents.servlet.sip.core   
org.mobicents.servlet.sip.startup   
 

Uses of ExtendedListeningPoint in org.mobicents.servlet.sip.core
 

Methods in org.mobicents.servlet.sip.core that return ExtendedListeningPoint
 ExtendedListeningPoint SipNetworkInterfaceManager.findMatchingListeningPoint(java.lang.String transport, boolean strict)
          Retrieve the first matching listening point corresponding to the transport.
 ExtendedListeningPoint SipNetworkInterfaceManager.findMatchingListeningPoint(java.lang.String ipAddress, int port, java.lang.String transport)
          Retrieve the first matching listening Point corresponding to the ipAddress port and transport given in parameter.
 

Methods in org.mobicents.servlet.sip.core that return types with arguments of type ExtendedListeningPoint
 java.util.Iterator<ExtendedListeningPoint> SipNetworkInterfaceManager.getExtendedListeningPoints()
          Retrieve the listening points for this manager
 

Methods in org.mobicents.servlet.sip.core with parameters of type ExtendedListeningPoint
 void SipNetworkInterfaceManager.addExtendedListeningPoint(ExtendedListeningPoint extendedListeningPoint)
           
 void SipNetworkInterfaceManager.removeExtendedListeningPoint(ExtendedListeningPoint extendedListeningPoint)
           
 

Uses of ExtendedListeningPoint in org.mobicents.servlet.sip.startup
 

Fields in org.mobicents.servlet.sip.startup declared as ExtendedListeningPoint
 ExtendedListeningPoint SipProtocolHandler.extendedListeningPoint
           
 



Copyright © 2008. All Rights Reserved.