|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Timeout | |
|---|---|
| javax.sip | This package contains the main interfaces that model the architecture from both an application developer and a stack vendor view. |
| Uses of Timeout in javax.sip |
|---|
| Fields in javax.sip declared as Timeout | |
|---|---|
static Timeout |
Timeout.RETRANSMIT
This constant value indicates the "Retransmit" timeout. |
static Timeout |
Timeout.TRANSACTION
This constant value indicates the "Transaction" timeout. |
| Methods in javax.sip that return Timeout | |
|---|---|
Timeout |
Timeout.getObject(int timeout)
This method returns the object value of the Timeout |
Timeout |
TimeoutEvent.getTimeout()
Gets the event type of this TimeoutEvent. |
| Constructors in javax.sip with parameters of type Timeout | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||