Package | Description |
---|---|
javax.sip |
This package contains the main interfaces that model the architecture
from both an application developer and a stack vendor view.
|
Modifier and Type | Field and Description |
---|---|
static Timeout |
Timeout.RETRANSMIT
This constant value indicates the "Retransmit" timeout.
|
static Timeout |
Timeout.TRANSACTION
This constant value indicates the "Transaction" timeout.
|
Modifier and Type | Method and Description |
---|---|
Timeout |
Timeout.getObject(int timeout)
This method returns the object value of the Timeout
|
Timeout |
TimeoutEvent.getTimeout()
Gets the event type of this TimeoutEvent.
|
Constructor and Description |
---|
TimeoutEvent(Object source,
ClientTransaction clientTransaction,
Timeout timeout)
Constructs a TimeoutEvent to indicate a client retransmission or transaction
timeout.
|
TimeoutEvent(Object source,
ServerTransaction serverTransaction,
Timeout timeout)
Constructs a TimeoutEvent to indicate a server retransmission or transaction
timeout.
|
Copyright © 2016. All Rights Reserved.