Package | Description |
---|---|
gov.nist.javax.sip |
This is the root of the JAIN implementation of SIP.
|
gov.nist.javax.sip.stack |
This package implements the main protocol abstractions that are defined by the SIP RFC 3261.
|
Modifier and Type | Field and Description |
---|---|
protected SipProviderImpl |
ListeningPointImpl.sipProvider
Provider back pointer
|
Modifier and Type | Field and Description |
---|---|
protected List<SipProviderImpl> |
SipStackImpl.sipProviders |
Modifier and Type | Method and Description |
---|---|
SipProviderImpl |
ListeningPointImpl.getProvider()
Get the provider.
|
Modifier and Type | Method and Description |
---|---|
Iterator<SipProviderImpl> |
SipStackImpl.getSipProviders() |
Modifier and Type | Method and Description |
---|---|
void |
ListeningPointImpl.setSipProvider(SipProviderImpl sipProviderImpl)
Set the sip provider for this structure.
|
Modifier and Type | Method and Description |
---|---|
SipProviderImpl |
SIPTransactionImpl.getSipProvider() |
SipProviderImpl |
SIPTransaction.getSipProvider()
Return the SipProvider for which the transaction is assigned.
|
SipProviderImpl |
SIPDialog.getSipProvider()
Get the provider for this Dialog.
|
Modifier and Type | Method and Description |
---|---|
SIPDialog |
SIPTransactionStack.createDialog(SipProviderImpl sipProvider,
SIPResponse sipResponse)
Create a Dialog given a sip provider and response.
|
void |
SIPDialog.setSipProvider(SipProviderImpl sipProvider) |
Constructor and Description |
---|
SIPDialog(SipProviderImpl sipProvider,
SIPResponse sipResponse)
create a sip dialog with a response ( no tx)
|
Copyright © 2018. All Rights Reserved.