- makeSIPAddress(String, boolean, String) - Static method in class com.opencloud.sentinel.util.SIPUtil
-
It creates a string for the SIP Address user to be used in the SIP Requests.
- map(Object, SessionStateType, MapperFacilities) - Method in interface com.opencloud.sentinel.mapper.Mapper
-
Construct a new object by 'mapping' fields from an input object and session state
- Mapper<SessionStateType> - Interface in com.opencloud.sentinel.mapper
-
A Sentinel Mapper
- MapperException - Exception in com.opencloud.sentinel.mapper
-
Exception thrown by mappers which are unable to perform mapping due to missing message
content or incorrect configuration
- MapperException(String) - Constructor for exception com.opencloud.sentinel.mapper.MapperException
-
- MapperException(String, Throwable) - Constructor for exception com.opencloud.sentinel.mapper.MapperException
-
- MapperFacilities - Interface in com.opencloud.sentinel.mapper
-
Facilities available to mapper methods
- MapperLibrary<MapperExecutionPoint extends java.lang.Enum<?>> - Interface in com.opencloud.sentinel.mapper
-
Provides access to available mappers.
- markChargingType(ChargingType) - Method in interface com.opencloud.sentinel.feature.spi.SentinelDiameterStartSessionFeatureEndpoint
-
request: set the charging type of the client-side session
- markSessionType(SessionType) - Method in interface com.opencloud.sentinel.feature.spi.SentinelSs7StartSessionFeatureEndpoint
-
request: mark the type of the session
- markTargetChargingType(ChargingType) - Method in interface com.opencloud.sentinel.feature.spi.SentinelDiameterInitialTriggerFeatureEndpoint
-
request: set the charging type for the OCS-side connection
- markTargetChargingType(ChargingType) - Method in interface com.opencloud.sentinel.feature.spi.SentinelDiameterStartSessionFeatureEndpoint
-
request: set the charging type for the OCS-side connection
- matchesContentType(String) - Method in class com.opencloud.sentinel.util.MessageBody
-
Matches the content type and sub-type, parameters are ignored
- MccMnc - Class in com.opencloud.sentinel.common
-
- MccMnc(String, String) - Constructor for class com.opencloud.sentinel.common.MccMnc
-
- MccMnc(String, String, long) - Constructor for class com.opencloud.sentinel.common.MccMnc
-
- MccMnc(DataInput, ClassLoader, DecoderUtils) - Constructor for class com.opencloud.sentinel.common.MccMnc
-
- MccMnc(DataInput) - Constructor for class com.opencloud.sentinel.common.MccMnc
-
- MessageBody - Class in com.opencloud.sentinel.util
-
- MessageBody(String, byte[]) - Constructor for class com.opencloud.sentinel.util.MessageBody
-
- MessageBody(ContentType, byte[]) - Constructor for class com.opencloud.sentinel.util.MessageBody
-
- MessageBody(DataInput, ClassLoader, DecoderUtils) - Constructor for class com.opencloud.sentinel.util.MessageBody
-
- MessageQueue<T> - Interface in com.opencloud.sentinel.multileg
-
Interface for message queue.
- MessageQueues - Class in com.opencloud.sentinel.multileg
-
Factory for producing message queues.
- MessageQueues() - Constructor for class com.opencloud.sentinel.multileg.MessageQueues
-
- MidSessionPhase - Static variable in enum com.opencloud.sentinel.feature.ExecutionPhase
-
- MULTIPART_MIXED_MIME_TYPE - Static variable in class com.opencloud.sentinel.util.SIPUtil
-
- MULTIPART_MIXED_VALUE - Static variable in class com.opencloud.sentinel.util.SIPUtil
-
multipart mixed
- MULTIPART_VALUE - Static variable in class com.opencloud.sentinel.util.SIPUtil
-
multipart
- MultipartMessageBody - Class in com.opencloud.sentinel.util
-
- MultipartMessageBody(List<MessageBody>) - Constructor for class com.opencloud.sentinel.util.MultipartMessageBody
-
Creates a new multipart message body with the given parts and a default content boundary String:
"multipart-content-boundary".
- MultipartMessageBody(List<MessageBody>, String) - Constructor for class com.opencloud.sentinel.util.MultipartMessageBody
-
Creates a new multipart message body with the given parts and content boundary String.