public interface ListeningPoint extends Cloneable, Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
PORT_5060 |
static int |
PORT_5061 |
static String |
SCTP |
static String |
TCP |
static String |
TLS |
static String |
UDP |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getIPAddress() |
int |
getPort() |
String |
getSentBy() |
String |
getTransport() |
void |
setSentBy(String sentBy) |
static final String TCP
static final String UDP
static final String SCTP
static final String TLS
static final int PORT_5060
static final int PORT_5061
int getPort()
String getTransport()
String getIPAddress()
void setSentBy(String sentBy) throws ParseException
ParseExceptionString getSentBy()
Copyright © 2016. All rights reserved.