Uses of Enum Class
com.bytedesk.call.mrcp4j.common.MrcpEventName
Packages that use MrcpEventName
Package
Description
-
Uses of MrcpEventName in com.bytedesk.call.mrcp4j.common
Methods in com.bytedesk.call.mrcp4j.common that return MrcpEventNameModifier and TypeMethodDescriptionstatic MrcpEventNameMrcpEventName.fromString(String str) Converts an MRCP event name in string format to the appropriate MRCP4J enum value.static MrcpEventNameReturns the enum constant of this class with the specified name.static MrcpEventName[]MrcpEventName.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MrcpEventName in com.bytedesk.call.mrcp4j.message
Fields in com.bytedesk.call.mrcp4j.message declared as MrcpEventNameMethods in com.bytedesk.call.mrcp4j.message that return MrcpEventNameMethods in com.bytedesk.call.mrcp4j.message with parameters of type MrcpEventName -
Uses of MrcpEventName in com.bytedesk.call.mrcp4j.server
Methods in com.bytedesk.call.mrcp4j.server with parameters of type MrcpEventNameModifier and TypeMethodDescriptionMrcpRequestProcessorImpl.MrcpSessionImpl.createEvent(MrcpEventName eventName, MrcpRequestState requestState) MrcpSession.createEvent(MrcpEventName eventName, MrcpRequestState requestState)