|
JAIN-SIP 2.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
ListeningPoint |
SipStack.createListeningPoint(String ipAddress,
int port,
String transport)
Creates a ListeningPoint a given IP address, port and transport. |
|
JAIN-SIP 2.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |