Interface TransportInterface

All Known Implementing Classes:
RTSP, RTSPClient, RTSPServer, SIP, SIPClient, SIPServer

public interface TransportInterface
TransportInterface
Author:
pquiring
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onConnect(String host, int port)
     
    void
    onDisconnect(String host, int port)
     
  • Method Details

    • onConnect

      void onConnect(String host, int port)
    • onDisconnect

      void onDisconnect(String host, int port)