JAIN-SIP 2.0 API

Uses of Class
javax.sip.TransportNotSupportedException

Packages that use TransportNotSupportedException
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 javax.sip
 

Methods in javax.sip that throw TransportNotSupportedException
 ListeningPoint SipStack.createListeningPoint(int port, String transport)
          Deprecated. WARNING: Implementations may throw OperationNotSupportedException. 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.
 


JAIN-SIP 2.0 API


See conditions of use.
Submit a bug report or feature request.