public interface Transports
Core.setTransports(org.linphone.core.Transports)
to apply it.Core
starts. Modifier and Type | Method | Description |
---|---|---|
int |
getDtlsPort() |
Gets the DTLS port in the
Transports object. |
long |
getNativePointer() |
Gets the native pointer used by this class to make native method calls.
|
int |
getTcpPort() |
Gets the TCP port in the
Transports object. |
int |
getTlsPort() |
Gets the TLS port in the
Transports object. |
int |
getUdpPort() |
Gets the UDP port in the
Transports object. |
java.lang.Object |
getUserData() |
Gets the object stored in this object user's data
|
void |
setDtlsPort(int port) |
Sets the DTLS port in the
Transports object. |
void |
setTcpPort(int port) |
Sets the TCP port in the
Transports object. |
void |
setTlsPort(int port) |
Sets the TLS port in the
Transports object. |
void |
setUdpPort(int port) |
Sets the UDP port in the
Transports object. |
void |
setUserData(java.lang.Object data) |
Sets the object to store in this object user's data
|
java.lang.String |
toString() |
int getDtlsPort()
void setDtlsPort(int port)
port
- the DTLS port int getTcpPort()
void setTcpPort(int port)
port
- the TCP port int getTlsPort()
void setTlsPort(int port)
port
- the TLS port int getUdpPort()
void setUdpPort(int port)
port
- the UDP port void setUserData(java.lang.Object data)
data
- the object to storejava.lang.Object getUserData()
long getNativePointer()
java.lang.String toString()
toString
in class java.lang.Object