|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientTransactionWrapper | |
|---|---|
| org.mobicents.slee.resource.sip11 | |
| org.mobicents.slee.resource.sip11.wrappers | |
| Uses of ClientTransactionWrapper in org.mobicents.slee.resource.sip11 |
|---|
| Methods in org.mobicents.slee.resource.sip11 that return ClientTransactionWrapper | |
|---|---|
ClientTransactionWrapper |
SleeSipProviderImpl.getNewDialogActivityClientTransaction(DialogWrapper dialogWrapper,
javax.sip.message.Request request)
Creates a new ClientTransactionWrapper bound to a
DialogWrapper, which is not an activity in SLEE. |
| Uses of ClientTransactionWrapper in org.mobicents.slee.resource.sip11.wrappers |
|---|
| Subclasses of ClientTransactionWrapper in org.mobicents.slee.resource.sip11.wrappers | |
|---|---|
class |
NullClientTransactionWrapper
A dummy client tx wrapper for a non existent client transaction, used when firing out of dialog late responses. |
| Fields in org.mobicents.slee.resource.sip11.wrappers with type parameters of type ClientTransactionWrapper | |
|---|---|
protected java.util.concurrent.ConcurrentHashMap<SipActivityHandle,ClientTransactionWrapper> |
DialogWrapper.ongoingClientTransactions
|
| Methods in org.mobicents.slee.resource.sip11.wrappers with parameters of type ClientTransactionWrapper | |
|---|---|
boolean |
DialogWrapper.addOngoingTransaction(ClientTransactionWrapper ctw)
|
void |
DialogWrapper.removeOngoingTransaction(ClientTransactionWrapper ctw)
|
| Constructors in org.mobicents.slee.resource.sip11.wrappers with parameters of type ClientTransactionWrapper | |
|---|---|
ClientTransactionWrapperAppData(ClientTransactionWrapper transactionWrapper)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||