Interface ProxyCandidate
- All Known Implementing Classes:
MediaProxySession,RelaySession
public interface ProxyCandidate
Basic interface to access a Candidate provided by a Session
- Author:
- Thiago Camargo
-
Method Summary
Modifier and TypeMethodDescriptiongetHostA()getHostB()intintgetPass()intgetPortA()intgetPortB()getSID()voidsendFromPortA(String host, int port) voidsendFromPortB(String host, int port) voidsetHostA(InetAddress hostA) voidsetHostB(InetAddress hostB) voidsetPortA(int portA) voidsetPortB(int portB) voidstart()void
-
Method Details
-
getSID
String getSID() -
getPass
String getPass() -
getLocalhost
InetAddress getLocalhost() -
getHostA
InetAddress getHostA() -
getHostB
InetAddress getHostB() -
setHostA
-
setHostB
-
sendFromPortA
-
sendFromPortB
-
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()
-