Package | Description |
---|---|
android.gov.nist.javax.sip |
This is the root of the JAIN implementation of SIP.
|
android.gov.nist.javax.sip.stack |
This package implements the main protocol abstractions that are defined by the SIP RFC 3261.
|
android.javax.sip |
This package contains the main interfaces that model the architecture
from both an application developer and a stack vendor view.
|
examples.android.simplecallsetup |
Modifier and Type | Interface and Description |
---|---|
interface |
ServerTransactionExt |
Modifier and Type | Method and Description |
---|---|
ServerTransaction |
ServerTransactionExt.getCanceledInviteTransaction()
Return the canceled Invite transaction corresponding to an
incoming CANCEL server transaction.
|
ServerTransaction |
SipProviderImpl.getNewServerTransaction(Request request) |
Constructor and Description |
---|
RequestEventExt(Object source,
ServerTransaction serverTransaction,
Dialog dialog,
Request request) |
Modifier and Type | Interface and Description |
---|---|
interface |
SIPServerTransaction |
Modifier and Type | Method and Description |
---|---|
ServerTransaction |
SipProvider.getNewServerTransaction(Request request)
An application has the responsibility of deciding to respond to a
Request that does not match an existing server transaction.
|
ServerTransaction |
TimeoutEvent.getServerTransaction()
Gets the server transaction associated with this TimeoutEvent.
|
ServerTransaction |
RequestEvent.getServerTransaction()
Gets the server transaction associated with this RequestEvent
|
ServerTransaction |
TransactionTerminatedEvent.getServerTransaction()
Gets the server transaction associated with this TransactionTerminatedEvent.
|
Constructor and Description |
---|
RequestEvent(Object source,
ServerTransaction serverTransaction,
Dialog dialog,
Request request)
Constructs a RequestEvent encapsulating the Request that has been received
by the underlying SipProvider.
|
TimeoutEvent(Object source,
ServerTransaction serverTransaction,
Timeout timeout)
Constructs a TimeoutEvent to indicate a server retransmission or transaction
timeout.
|
TransactionTerminatedEvent(Object source,
ServerTransaction serverTransaction)
Constructs a TransactionTerminatedEvent to indicate a server retransmission
or transaction timeout.
|
Modifier and Type | Field and Description |
---|---|
protected ServerTransaction |
Shootme.inviteTid |
Modifier and Type | Method and Description |
---|---|
void |
Shootme.processAck(RequestEvent requestEvent,
ServerTransaction serverTransaction)
Process the ACK request.
|
void |
Shootme.processBye(RequestEvent requestEvent,
ServerTransaction serverTransactionId)
Process the bye request.
|
void |
Shootist.processBye(Request request,
ServerTransaction serverTransactionId) |
void |
Shootme.processCancel(RequestEvent requestEvent,
ServerTransaction serverTransactionId) |
void |
Shootme.processInvite(RequestEvent requestEvent,
ServerTransaction serverTransaction)
Process the invite request.
|
Copyright © 2018. All Rights Reserved.