public class CandidatePair extends Object
| Constructor and Description |
|---|
CandidatePair(int componentId,
DatagramChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
DatagramChannel |
getChannel() |
int |
getComponentId() |
String |
getLocalAddress() |
int |
getLocalPort() |
String |
getRemoteAddress() |
int |
getRemotePort() |
public CandidatePair(int componentId,
DatagramChannel channel)
public int getComponentId()
public DatagramChannel getChannel()
public int getLocalPort()
public String getLocalAddress()
public int getRemotePort()
public String getRemoteAddress()
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.