Uses of Class
com.bytedesk.call.mrcp4j.message.header.ChannelIdentifier
Packages that use ChannelIdentifier
-
Uses of ChannelIdentifier in com.bytedesk.call.mrcp4j.client
Fields in com.bytedesk.call.mrcp4j.client declared as ChannelIdentifierFields in com.bytedesk.call.mrcp4j.client with type parameters of type ChannelIdentifierModifier and TypeFieldDescription(package private) Map<ChannelIdentifier,MrcpMessageHandler> MrcpSocket._handlersMethods in com.bytedesk.call.mrcp4j.client that return ChannelIdentifierModifier and TypeMethodDescriptionMrcpChannel.getChannelID()Retrieves the channel ID associated with this channel.Methods in com.bytedesk.call.mrcp4j.client with parameters of type ChannelIdentifierModifier and TypeMethodDescriptionvoidMrcpSocket.addMessageHandler(ChannelIdentifier channelID, MrcpMessageHandler handler) voidMrcpSocket.removeMessageHandler(ChannelIdentifier channelID) -
Uses of ChannelIdentifier in com.bytedesk.call.mrcp4j.message
Methods in com.bytedesk.call.mrcp4j.message that return ChannelIdentifier