public class SipTransportConnection extends Object
| Modifier and Type | Field | Description |
|---|---|---|
static int |
EMPTY_PORT |
| Constructor | Description |
|---|---|
SipTransportConnection(InetAddress localInetAddress,
int localPort,
InetAddress remoteInetAddress,
int remotePort,
String transport) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
InetAddress |
getLocalInetAddress() |
|
int |
getLocalPort() |
|
InetAddress |
getRemoteInetAddress() |
|
int |
getRemotePort() |
|
String |
getTransport() |
|
int |
hashCode() |
|
String |
toString() |
public static final int EMPTY_PORT
public SipTransportConnection(InetAddress localInetAddress, int localPort, InetAddress remoteInetAddress, int remotePort, String transport)
public InetAddress getLocalInetAddress()
public int getLocalPort()
public InetAddress getRemoteInetAddress()
public int getRemotePort()
public String getTransport()
Copyright © 2018. All rights reserved.