NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

Uses of Class
javax.sip.TransportNotSupportedException

Packages that use TransportNotSupportedException
gov.nist.javax.sip This is the root of the JAIN implementation of SIP. 
javax.sip This package contains the main interfaces that model the architecture from both an application developer and a stack vendor view. 
 

Uses of TransportNotSupportedException in gov.nist.javax.sip
 

Methods in gov.nist.javax.sip that throw TransportNotSupportedException
 ListeningPoint SipStackImpl.createListeningPoint(int port, String transport)
          Deprecated.  
 ListeningPoint SipStackImpl.createListeningPoint(String address, int port, String transport)
           
 

Uses of TransportNotSupportedException in javax.sip
 

Methods in javax.sip that throw TransportNotSupportedException
 ListeningPoint SipStack.createListeningPoint(int port, String transport)
          Deprecated. Since v1.2. This has been replaced by SipStack.createListeningPoint(String, int, String) For backwards compatibility with v1.1 implementations should support this method. Implementations should throw TransportNotSupportedException if the Properties specified during stack creation do not include an IP Address.
 ListeningPoint SipStack.createListeningPoint(String ipAddress, int port, String transport)
          Creates a ListeningPoint a given IP address, port and transport.
 


NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.