Package | Description |
---|---|
android.gov.nist.javax.sip |
This is the root of the JAIN implementation of SIP.
|
android.javax.sip |
This package contains the main interfaces that model the architecture
from both an application developer and a stack vendor view.
|
Modifier and Type | Method and Description |
---|---|
ListeningPoint |
SipStackImpl.createListeningPoint(int port,
String transport)
Deprecated.
|
ListeningPoint |
SipStackImpl.createListeningPoint(String address,
int port,
String transport) |
Modifier and Type | Method and Description |
---|---|
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 |
ListeningPoint |
SipStack.createListeningPoint(String ipAddress,
int port,
String transport)
Creates a ListeningPoint a given IP address, port and transport.
|
Copyright © 2015. All Rights Reserved.