NIST SIP Parser and Stack (v1.2) API

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 JAIN SIP architectute 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)
          Creates a new peer ListeningPoint on this SipStack on a specified host, port and transport and returns a reference to the newly created ListeningPoint object.
 

Uses of TransportNotSupportedException in javax.sip
 

Methods in javax.sip that throw TransportNotSupportedException
 ListeningPoint SipStack.createListeningPoint(int port, String transport)
          Creates a new ListeningPoint on this SipStack on a specified port and transport, and returns a reference to the newly created ListeningPoint object.
 


NIST SIP Parser and Stack (v1.2) API

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