Package | Description |
---|---|
examples.nistgoodies.configlogger | |
examples.nistgoodies.pluggablelogger | |
gov.nist.javax.sip |
This is the root of the JAIN implementation of SIP.
|
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 |
LogRecordFactoryImpl.createLogRecord(String message,
String source,
String destination,
long timeStamp,
boolean isSender,
String firstLine,
String tid,
String callId,
long timestampVal) |
Modifier and Type | Class and Description |
---|---|
class |
LogRecordImpl |
Modifier and Type | Method and Description |
---|---|
LogRecord |
LogRecordFactoryImpl.createLogRecord(String message,
String source,
String destination,
long timeStamp,
boolean isSender,
String firstLine,
String tid,
String callId,
long timestampVal) |
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.