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 Details

    • 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()