Uses of Class
com.bytedesk.call.mrcp4j.message.header.IllegalValueException
Packages that use IllegalValueException
Package
Description
-
Uses of IllegalValueException in com.bytedesk.call.mrcp4j.client
Methods in com.bytedesk.call.mrcp4j.client that throw IllegalValueExceptionModifier and TypeMethodDescriptionMrcpProvider.createChannel(String channelID, InetAddress host, int port, String protocol) Constructs a new MRCP channel and initiates an active connection with the specified MRCP resource.Constructors in com.bytedesk.call.mrcp4j.client that throw IllegalValueException -
Uses of IllegalValueException in com.bytedesk.call.mrcp4j.message
Methods in com.bytedesk.call.mrcp4j.message that throw IllegalValueException -
Uses of IllegalValueException in com.bytedesk.call.mrcp4j.message.header
Methods in com.bytedesk.call.mrcp4j.message.header that throw IllegalValueExceptionModifier and TypeMethodDescriptionMrcpHeaderName.createHeaderValue(String valueString) Creates the value object applicable to thisMrcpHeaderNamefrom a value string.ChannelIdentifier.Factory.fromValueString(String valueString) CompletionCause.Factory.fromValueString(String valueString) GenericValueFactory.fromValueString(String valueString) RequestIdList.Factory.fromValueString(String valueString) ValueFactory.fromValueString(String valueString) MrcpHeader.getValueObject()protected voidBaseValueFactory.validateObject(Object valueObject) Subclasses should override this method if there is any limitation on the valid values of the objects generated by this factory.protected voidMrcpHeaderName.MinusOnePlusOneFloatFactory.validateObject(Object valueObject) protected voidMrcpHeaderName.NonNegativeIntegerFactory.validateObject(Object valueObject) protected voidMrcpHeaderName.PositiveIntegerFactory.validateObject(Object valueObject) protected voidMrcpHeaderName.TimeoutFactory.validateObject(Object valueObject) protected voidMrcpHeaderName.ZeroOneFloatFactory.validateObject(Object valueObject)