|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogRecord | |
---|---|
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. |
Uses of LogRecord in gov.nist.javax.sip |
---|
Methods in gov.nist.javax.sip that return LogRecord | |
---|---|
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. |
Uses of LogRecord in gov.nist.javax.sip.stack |
---|
Methods in gov.nist.javax.sip.stack that return LogRecord | |
---|---|
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)
|
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |