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