Package | Description |
---|---|
android.gov.nist.javax.sip |
This is the root of the JAIN implementation of SIP.
|
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 | Class and Description |
---|---|
class |
RequestEventExt
Extension of the RequestEvent.
|
Modifier and Type | Method and Description |
---|---|
void |
SipListener.processRequest(RequestEvent requestEvent)
Processes a Request received on a SipProvider upon which this SipListener
is registered.
|
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 |
Shootme.processCancel(RequestEvent requestEvent,
ServerTransaction serverTransactionId) |
void |
Shootme.processInvite(RequestEvent requestEvent,
ServerTransaction serverTransaction)
Process the invite request.
|
void |
Shootist.processRequest(RequestEvent requestReceivedEvent) |
void |
Shootme.processRequest(RequestEvent requestEvent) |
Copyright © 2018. All Rights Reserved.