JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
javaforce.voip
SIPInterface
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
packet(String[], String, int)
Interface SIPInterface
All Known Implementing Classes:
SIPClient
,
SIPServer
public interface
SIPInterface
Handles SIP packets directly.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
packet
(
String
[] msg,
String
remoteip, int remoteport)
Method Details
packet
void
packet
(
String
[] msg,
String
remoteip, int remoteport)