public interface Transports
Modifier and Type | Method and Description |
---|---|
int |
getDtlsPort()
Gets the DTLS port in the #LinphoneTransports object.
|
int |
getTcpPort()
Gets the TCP port in the #LinphoneTransports object.
|
int |
getTlsPort()
Gets the TLS port in the #LinphoneTransports object.
|
int |
getUdpPort()
Gets the UDP port in the #LinphoneTransports 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 #LinphoneTransports object.
|
void |
setTcpPort(int port)
Sets the TCP port in the #LinphoneTransports object.
|
void |
setTlsPort(int port)
Sets the TLS port in the #LinphoneTransports object.
|
void |
setUdpPort(int port)
Sets the UDP port in the #LinphoneTransports object.
|
void |
setUserData(java.lang.Object data)
Sets the object to store in this object user's data
|
int getDtlsPort()
void setDtlsPort(int port)
int getTcpPort()
void setTcpPort(int port)
int getTlsPort()
void setTlsPort(int port)
int getUdpPort()
void setUdpPort(int port)
void setUserData(java.lang.Object data)
java.lang.Object getUserData()