Interface SIPInterface

All Known Implementing Classes:
SIPClient, SIPServer

public interface SIPInterface
Handles SIP packets directly.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    packet(String[] msg, String remoteip, int remoteport)
     
  • Method Details

    • packet

      void packet(String[] msg, String remoteip, int remoteport)