Package | Description |
---|---|
android.gov.nist.javax.sip |
This is the root of the JAIN implementation of SIP.
|
android.gov.nist.javax.sip.stack |
This package implements the main protocol abstractions that are defined by the SIP RFC 3261.
|
Modifier and Type | Method and Description |
---|---|
LogRecord |
LogRecordFactory.createLogRecord(String message,
String source,
String destination,
long timeStamp,
boolean isSender,
String firstLine,
String tid,
String callId,
long timestampVal)
Create a log record.
|
Modifier and Type | Method and Description |
---|---|
LogRecord |
DefaultMessageLogFactory.createLogRecord(String message,
String source,
String destination,
long timeStamp,
boolean isSender,
String firstLine,
String tid,
String callId,
long timestampVal) |
LogRecord |
DefaultMessageLogFactory.createLogRecord(String message,
String source,
String destination,
String timeStamp,
boolean isSender,
String firstLine,
String tid,
String callId,
long tsHeaderValue) |
Copyright © 2018. All Rights Reserved.