A C E F G H I M N O R S T U V W 

A

addressFactory - Variable in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 

C

content - Variable in class org.mobicents.slee.enabler.sip.Notify
 
contentSubType - Variable in class org.mobicents.slee.enabler.sip.Notify
 
ContentType - Class in org.mobicents.slee.enabler.sip
A SIP media content type.
ContentType() - Constructor for class org.mobicents.slee.enabler.sip.ContentType
 
contentType - Variable in class org.mobicents.slee.enabler.sip.Notify
 
createInitialSubscribe(DialogActivity, SubscriptionData, SubscriptionRequestContent) - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
createRefresh(DialogActivity, SubscriptionData) - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
createUnSubscribe(DialogActivity) - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 

E

ecsAddress - Variable in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
EventPackageParameter - Class in org.mobicents.slee.enabler.sip
A parameter for the SIP event header.
EventPackageParameter() - Constructor for class org.mobicents.slee.enabler.sip.EventPackageParameter
 
expires - Variable in class org.mobicents.slee.enabler.sip.Notify
 
expiresDrift - Variable in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 

F

fromString(String) - Static method in enum org.mobicents.slee.enabler.sip.SubscriptionStatus
 
fromString(String) - Static method in enum org.mobicents.slee.enabler.sip.TerminationReason
 

G

getAcceptedContentTypes() - Method in class org.mobicents.slee.enabler.sip.SubscriptionData
Retrieves the optional content types, which should be accepted by the enabler.
getContent() - Method in class org.mobicents.slee.enabler.sip.Notify
 
getContent() - Method in class org.mobicents.slee.enabler.sip.SubscriptionRequestContent
Retrieves the content to be included in the subscription request.
getContentSubType() - Method in class org.mobicents.slee.enabler.sip.Notify
 
getContentType() - Method in class org.mobicents.slee.enabler.sip.Notify
 
getContentType() - Method in class org.mobicents.slee.enabler.sip.SubscriptionRequestContent
Retrieves the content type.
getEventPackage() - Method in class org.mobicents.slee.enabler.sip.SubscriptionData
Retrieves the subscription's event package, for instance "presence".
getEventParameters() - Method in class org.mobicents.slee.enabler.sip.SubscriptionData
Retrieves the optional subscription event parameters, for instance in xcap-diff event package there is a parameter named diff-processing which can indicate what kind of content/detail should be included in notifications.
getExpires() - Method in class org.mobicents.slee.enabler.sip.Notify
Return number of seconds subscription will be alive.
getExpires() - Method in class org.mobicents.slee.enabler.sip.SubscriptionData
Retrieves the period between subscription refreshes.
getName() - Method in class org.mobicents.slee.enabler.sip.EventPackageParameter
Retrieves the parameter name.
getNotifier() - Method in class org.mobicents.slee.enabler.sip.Notify
 
getNotifierURI() - Method in class org.mobicents.slee.enabler.sip.SubscriptionData
Retrieves the notifier's URI, i.e., the URI identifying the resource being subscribed.
getRetryAfter() - Method in class org.mobicents.slee.enabler.sip.Notify
Return number of second, which enabler user must wait before his next subscription attempt.
getStatus() - Method in class org.mobicents.slee.enabler.sip.Notify
Status of subscription.
getStatusExtension() - Method in class org.mobicents.slee.enabler.sip.Notify
In case Notify.getStatus() returns SubscriptionStatus.extension , this method returns string representation of "extension"
getSubscriber() - Method in class org.mobicents.slee.enabler.sip.Notify
 
getSubscriberDisplayName() - Method in class org.mobicents.slee.enabler.sip.SubscriptionData
Retrieves the subscriber's display name.
getSubscribeRequestTypeCMP() - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
getSubscriberURI() - Method in class org.mobicents.slee.enabler.sip.SubscriptionData
Retrieves the subscriber's URI, i.e, the entity requesting the subscription.
getSubscriptionData() - Method in interface org.mobicents.slee.enabler.sip.SubscriptionClientChild
Retrieves the subscription data.
getSubscriptionData() - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
getSubscriptionDataCMP() - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
getSubType() - Method in class org.mobicents.slee.enabler.sip.ContentType
Retrieves the sub-type.
getTerminationReason() - Method in class org.mobicents.slee.enabler.sip.Notify
Fetches termination reason if subscription has been terminated.
getTerminationReasonExtension() - Method in class org.mobicents.slee.enabler.sip.Notify
In case Notify.getTerminationReason() returns TerminationReason.extension, this method returns string representation of "extension"
getType() - Method in class org.mobicents.slee.enabler.sip.ContentType
Retrieves the type.
getValue() - Method in class org.mobicents.slee.enabler.sip.EventPackageParameter
Retrieves the parameter value.

H

handleFailure(int, ActivityContextInterface) - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
headerFactory - Variable in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 

I

isExpires() - Method in class org.mobicents.slee.enabler.sip.Notify
Determines if notifier returned expires time of subscription.
isRetryAfter() - Method in class org.mobicents.slee.enabler.sip.Notify
Indicates if "retry-after" was present in exchanged messages.
isSupportResourceLists() - Method in class org.mobicents.slee.enabler.sip.SubscriptionData
Indicates if the subscription should support resource lists as the notifier.

M

messageFactory - Variable in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 

N

notifier - Variable in class org.mobicents.slee.enabler.sip.Notify
 
Notify - Class in org.mobicents.slee.enabler.sip
Simple pojo to pass information about notify
Notify() - Constructor for class org.mobicents.slee.enabler.sip.Notify
 

O

onClientErrorRespEvent(ResponseEvent, ActivityContextInterface) - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
onDialogForked(DialogForkedEvent, ActivityContextInterface) - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
onGlobalFailureRespEvent(ResponseEvent, ActivityContextInterface) - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
onNotify(RequestEvent, ActivityContextInterface) - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
onNotify(Notify, SubscriptionClientChildSbbLocalObject) - Method in interface org.mobicents.slee.enabler.sip.SubscriptionClientParent
Callback method which passes information about notification.
onRedirRespEvent(ResponseEvent, ActivityContextInterface) - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
onServerErrorRespEvent(ResponseEvent, ActivityContextInterface) - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
onTimerEvent(TimerEvent, ActivityContextInterface) - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
onTransactionTimeoutEvent(TimeoutEvent, ActivityContextInterface) - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
org.mobicents.slee.enabler.sip - package org.mobicents.slee.enabler.sip
 

R

readExternal(ObjectInput) - Method in class org.mobicents.slee.enabler.sip.ContentType
 
readExternal(ObjectInput) - Method in class org.mobicents.slee.enabler.sip.EventPackageParameter
 
readExternal(ObjectInput) - Method in class org.mobicents.slee.enabler.sip.SubscriptionData
 
readExternal(ObjectInput) - Method in class org.mobicents.slee.enabler.sip.SubscriptionRequestContent
 
resubscribeFailed(int, SubscriptionClientChildSbbLocalObject) - Method in interface org.mobicents.slee.enabler.sip.SubscriptionClientParent
Callback method indicating failure of communication, enabler must be discarded.
retryAfter - Variable in class org.mobicents.slee.enabler.sip.Notify
 

S

sbbActivate() - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
sbbContext - Variable in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
sbbCreate() - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
sbbExceptionThrown(Exception, Object, ActivityContextInterface) - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
sbbLoad() - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
sbbPassivate() - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
sbbPostCreate() - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
sbbRemove() - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
sbbRolledBack(RolledBackContext) - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
sbbStore() - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
setAcceptedContentTypes(ContentType[]) - Method in class org.mobicents.slee.enabler.sip.SubscriptionData
Sets the optional content types, which should be accepted by the enabler.
setContent(String) - Method in class org.mobicents.slee.enabler.sip.SubscriptionRequestContent
Sets the content to be included in the subscription request.
setContentType(ContentType) - Method in class org.mobicents.slee.enabler.sip.SubscriptionRequestContent
Sets the content to be included in the subscription request.
setEventPackage(String) - Method in class org.mobicents.slee.enabler.sip.SubscriptionData
Sets the subscription's event package, for instance "presence".
setEventParameters(EventPackageParameter[]) - Method in class org.mobicents.slee.enabler.sip.SubscriptionData
Sets the optional subscription event parameters, for instance in xcap-diff event package there is a parameter named diff-processing which can indicate what kind of content/detail should be included in notifications.
setExpires(int) - Method in class org.mobicents.slee.enabler.sip.SubscriptionData
Sets the period between subscription refreshes.
setName(String) - Method in class org.mobicents.slee.enabler.sip.EventPackageParameter
Sets the parameter name.
setNotifierURI(String) - Method in class org.mobicents.slee.enabler.sip.SubscriptionData
Sets the notifier's URI, i.e., the URI identifying the resource being subscribed.
setSbbContext(SbbContext) - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
setSubscriberDisplayName(String) - Method in class org.mobicents.slee.enabler.sip.SubscriptionData
Sets the subscriber's display name.
setSubscribeRequestTypeCMP(SubscribeRequestType) - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
setSubscriberURI(String) - Method in class org.mobicents.slee.enabler.sip.SubscriptionData
Sets the subscriber's URI, i.e, the entity requesting the subscription.
setSubscriptionDataCMP(SubscriptionData) - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
setSubType(String) - Method in class org.mobicents.slee.enabler.sip.ContentType
Sets the sub-type.
setSupportResourceLists(boolean) - Method in class org.mobicents.slee.enabler.sip.SubscriptionData
Defines if the subscription should support resource lists as the notifier.
setType(String) - Method in class org.mobicents.slee.enabler.sip.ContentType
Sets the type.
setValue(String) - Method in class org.mobicents.slee.enabler.sip.EventPackageParameter
Sets the parameter value.
sipActivityContextInterfaceFactory - Variable in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
sleeSipProvider - Variable in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
status - Variable in class org.mobicents.slee.enabler.sip.Notify
 
statusExtension - Variable in class org.mobicents.slee.enabler.sip.Notify
 
subscribe(SubscriptionData) - Method in interface org.mobicents.slee.enabler.sip.SubscriptionClientChild
Requests the creation of a new SIP subscription.
subscribe(SubscriptionData, SubscriptionRequestContent) - Method in interface org.mobicents.slee.enabler.sip.SubscriptionClientChild
Requests the creation of a new SIP subscription.
subscribe(SubscriptionData) - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
subscribe(SubscriptionData, SubscriptionRequestContent) - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
subscribeFailed(int, SubscriptionClientChildSbbLocalObject) - Method in interface org.mobicents.slee.enabler.sip.SubscriptionClientParent
Callback method indicating failure of communication, enabler must be discarded.
subscriber - Variable in class org.mobicents.slee.enabler.sip.Notify
 
SubscriptionClientChild - Interface in org.mobicents.slee.enabler.sip
An application enabler, which may be used to integrate SIP Subscription Client functionality into a SLEE application.
SubscriptionClientChildSbb - Class in org.mobicents.slee.enabler.sip
SIP Subscription Client SLEE Enabler.
SubscriptionClientChildSbb() - Constructor for class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
SubscriptionClientChildSbbLocalObject - Interface in org.mobicents.slee.enabler.sip
 
SubscriptionClientParent - Interface in org.mobicents.slee.enabler.sip
 
SubscriptionClientParentSbbLocalObject - Interface in org.mobicents.slee.enabler.sip
 
SubscriptionData - Class in org.mobicents.slee.enabler.sip
Static information needed to create a SIP subscription.
SubscriptionData() - Constructor for class org.mobicents.slee.enabler.sip.SubscriptionData
 
SubscriptionException - Exception in org.mobicents.slee.enabler.sip
 
SubscriptionException() - Constructor for exception org.mobicents.slee.enabler.sip.SubscriptionException
 
SubscriptionException(String, Throwable) - Constructor for exception org.mobicents.slee.enabler.sip.SubscriptionException
 
SubscriptionException(String) - Constructor for exception org.mobicents.slee.enabler.sip.SubscriptionException
 
SubscriptionException(Throwable) - Constructor for exception org.mobicents.slee.enabler.sip.SubscriptionException
 
SubscriptionRequestContent - Class in org.mobicents.slee.enabler.sip
Content for the initial request of a SIP subscription.
SubscriptionRequestContent() - Constructor for class org.mobicents.slee.enabler.sip.SubscriptionRequestContent
 
SubscriptionStatus - Enum in org.mobicents.slee.enabler.sip
Values of subscription state conveyed in NOTIFYs Subscription-State header.

T

terminationReason - Variable in class org.mobicents.slee.enabler.sip.Notify
 
TerminationReason - Enum in org.mobicents.slee.enabler.sip
 
terminationReasonExtension - Variable in class org.mobicents.slee.enabler.sip.Notify
 
toString() - Method in class org.mobicents.slee.enabler.sip.Notify
 

U

unsetSbbContext() - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
unsubscribe() - Method in interface org.mobicents.slee.enabler.sip.SubscriptionClientChild
Requests the termination of an internal subscription.
unsubscribe() - Method in class org.mobicents.slee.enabler.sip.SubscriptionClientChildSbb
 
unsubscribeFailed(int, SubscriptionClientChildSbbLocalObject) - Method in interface org.mobicents.slee.enabler.sip.SubscriptionClientParent
Callback method indicating failure of communication, enabler must be discarded.

V

valueOf(String) - Static method in enum org.mobicents.slee.enabler.sip.SubscriptionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.slee.enabler.sip.TerminationReason
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mobicents.slee.enabler.sip.SubscriptionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mobicents.slee.enabler.sip.TerminationReason
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeExternal(ObjectOutput) - Method in class org.mobicents.slee.enabler.sip.ContentType
 
writeExternal(ObjectOutput) - Method in class org.mobicents.slee.enabler.sip.EventPackageParameter
 
writeExternal(ObjectOutput) - Method in class org.mobicents.slee.enabler.sip.SubscriptionData
 
writeExternal(ObjectOutput) - Method in class org.mobicents.slee.enabler.sip.SubscriptionRequestContent
 
A C E F G H I M N O R S T U V W 

Copyright © 2015. All Rights Reserved.