Interface ProxyCandidate
-
- All Known Implementing Classes:
MediaProxySession,RelaySession
public interface ProxyCandidateBasic interface to access a Candidate provided by a Session- Author:
- Thiago Camargo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InetAddressgetHostA()InetAddressgetHostB()InetAddressgetLocalhost()intgetLocalPortA()intgetLocalPortB()StringgetPass()intgetPortA()intgetPortB()StringgetSID()voidsendFromPortA(String host, int port)voidsendFromPortB(String host, int port)voidsetHostA(InetAddress hostA)voidsetHostB(InetAddress hostB)voidsetPortA(int portA)voidsetPortB(int portB)voidstart()voidstopAgent()
-
-
-
Method Detail
-
getSID
String getSID()
-
getPass
String getPass()
-
getLocalhost
InetAddress getLocalhost()
-
getHostA
InetAddress getHostA()
-
getHostB
InetAddress getHostB()
-
setHostA
void setHostA(InetAddress hostA)
-
setHostB
void setHostB(InetAddress hostB)
-
sendFromPortA
void sendFromPortA(String host, int port)
-
sendFromPortB
void sendFromPortB(String host, int port)
-
getPortA
int getPortA()
-
getPortB
int getPortB()
-
setPortA
void setPortA(int portA)
-
setPortB
void setPortB(int portB)
-
getLocalPortA
int getLocalPortA()
-
getLocalPortB
int getLocalPortB()
-
start
void start()
-
stopAgent
void stopAgent()
-
-