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()
int
int
getPass()
int
getPortA()
int
getPortB()
getSID()
void
sendFromPortA
(String host, int port) void
sendFromPortB
(String host, int port) void
setHostA
(InetAddress hostA) void
setHostB
(InetAddress hostB) void
setPortA
(int portA) void
setPortB
(int portB) void
start()
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()
-