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 | Method and Description |
---|---|
protected SIPClientTransaction |
SipProviderImpl.createClientTransaction(Request request,
Hop hop) |
Modifier and Type | Class and Description |
---|---|
class |
SIPClientTransactionImpl
Represents a client transaction.
|
Modifier and Type | Field and Description |
---|---|
protected ConcurrentHashMap<String,SIPClientTransaction> |
SIPTransactionStack.clientTransactionTable |
Modifier and Type | Method and Description |
---|---|
SIPClientTransaction |
SIPTransactionStack.createClientTransaction(SIPRequest sipRequest,
MessageChannel encapsulatedMessageChannel)
Creates a client transaction that encapsulates a MessageChannel.
|
SIPClientTransaction |
SIPTransactionStack.findSubscribeTransaction(SIPRequest notifyMessage,
ListeningPointImpl listeningPoint)
Find a matching client SUBSCRIBE to the incoming notify.
|
SIPClientTransaction |
SIPDialogErrorEvent.getClientTransaction() |
SIPClientTransaction |
MessageChannel.getEncapsulatedClientTransaction() |
SIPClientTransaction |
SIPTransactionStack.getForkedTransaction(String transactionId) |
Modifier and Type | Method and Description |
---|---|
void |
SIPTransactionStack.addForkedClientTransaction(SIPClientTransaction clientTransaction) |
void |
SIPTransactionStack.addTransaction(SIPClientTransaction clientTransaction)
Add a new client transaction to the set of existing transactions.
|
SIPDialog |
SIPTransactionStack.createDialog(SIPClientTransaction transaction,
SIPResponse sipResponse)
Create a Dialog given a client tx and response.
|
SIPDialog |
SIPTransactionStack.createDialog(SIPClientTransaction subscribeTx,
SIPTransaction notifyST)
Creates a new dialog based on a received NOTIFY.
|
void |
SIPDialogErrorEvent.setClientTransaction(SIPClientTransaction clientTransaction) |
void |
MessageChannel.setEncapsulatedClientTransaction(SIPClientTransaction transaction) |
void |
SIPServerTransactionImpl.setPendingSubscribe(SIPClientTransaction pendingSubscribeClientTx) |
void |
SIPServerTransaction.setPendingSubscribe(SIPClientTransaction pendingSubscribeClientTx) |
Constructor and Description |
---|
SIPDialog(SIPClientTransaction transaction,
SIPResponse sipResponse)
Constructor given a transaction and a response.
|
SIPDialog(SIPClientTransaction subscribeTx,
SIPTransaction notifyST)
Creates a new dialog based on a received NOTIFY.
|
SIPDialogErrorEvent(SIPDialog sourceDialog,
SIPClientTransaction clientTransaction,
DialogTimeoutEvent.Reason reason) |
Copyright © 2016. All Rights Reserved.