Uses of Enum Class
com.bytedesk.call.mrcp4j.common.MrcpMethodName
Packages that use MrcpMethodName
Package
Description
-
Uses of MrcpMethodName in com.bytedesk.call.mrcp4j.client
Methods in com.bytedesk.call.mrcp4j.client with parameters of type MrcpMethodNameModifier and TypeMethodDescriptionMrcpChannel.createRequest(MrcpMethodName methodName) Creates a request object associated with this channel. -
Uses of MrcpMethodName in com.bytedesk.call.mrcp4j.common
Methods in com.bytedesk.call.mrcp4j.common that return MrcpMethodNameModifier and TypeMethodDescriptionstatic MrcpMethodNameMrcpMethodName.fromString(String str) Converts an MRCP method in string format to the appropriate MRCP4J enum value.static MrcpMethodNameReturns the enum constant of this class with the specified name.static MrcpMethodName[]MrcpMethodName.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MrcpMethodName in com.bytedesk.call.mrcp4j.message.request
Fields in com.bytedesk.call.mrcp4j.message.request declared as MrcpMethodNameMethods in com.bytedesk.call.mrcp4j.message.request that return MrcpMethodNameMethods in com.bytedesk.call.mrcp4j.message.request with parameters of type MrcpMethodNameModifier and TypeMethodDescriptionstatic MrcpRequestMrcpRequestFactory.createRequest(MrcpMethodName methodName) Constructors in com.bytedesk.call.mrcp4j.message.request with parameters of type MrcpMethodNameModifierConstructorDescriptionprotectedMrcpRequest(MrcpMethodName methodName) (package private)UnimplementedRequest(MrcpMethodName methodName)