Package | Description |
---|---|
android.gov.nist.javax.sip.parser |
Parsers for SIP Headers, URL's and addresses.
|
android.gov.nist.javax.sip.stack |
This package implements the main protocol abstractions that are defined by the SIP RFC 3261.
|
android.gov.nist.javax.sip.stack.timers |
Constructor and Description |
---|
Pipeline(InputStream pipe,
int readTimeout,
SipTimer timer) |
Modifier and Type | Method and Description |
---|---|
SipTimer |
SIPTransactionStack.getTimer() |
Modifier and Type | Method and Description |
---|---|
void |
SIPTransactionStack.setTimer(SipTimer timer) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSipTimer
Default SIP Timer implementation based on java.util.Timer
|
class |
ScheduledExecutorSipTimer
Implementation of the SIP Timer based on java.util.concurrent.ScheduledThreadPoolExecutor
Seems to perform
|
Copyright © 2015. All Rights Reserved.