Class ChannelIdentifier
java.lang.Object
com.bytedesk.call.mrcp4j.message.header.ChannelIdentifier
- Author:
- Niels Godfredsen <ngodfredsen@users.sourceforge.net>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionChannelIdentifier(String channelID, MrcpResourceType type) ChannelIdentifier(String channelID, MrcpResourceType type, String valueString) -
Method Summary
Modifier and TypeMethodDescriptionprivate static StringconstructValueString(String channelID, MrcpResourceType type) booleaninthashCode()toString()
-
Field Details
-
_channelID
-
_resourceType
-
_valueString
-
-
Constructor Details
-
ChannelIdentifier
-
ChannelIdentifier
ChannelIdentifier(String channelID, MrcpResourceType type, String valueString)
-
-
Method Details