| Package | Description |
|---|---|
| org.restcomm.media.network.deprecated |
| Modifier and Type | Field and Description |
|---|---|
protected TransportAddress.TransportProtocol |
TransportAddress.protocol |
| Modifier and Type | Method and Description |
|---|---|
TransportAddress.TransportProtocol |
TransportAddress.getProtocol()
Gets the protocol to be used for transportation means.
|
static TransportAddress.TransportProtocol |
TransportAddress.TransportProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportAddress.TransportProtocol[] |
TransportAddress.TransportProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TransportAddress(InetAddress addr,
int port,
TransportAddress.TransportProtocol protocol) |
TransportAddress(String hostname,
int port,
TransportAddress.TransportProtocol protocol) |
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.