|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MsgCheck | |
---|---|
com.genesyslab.platform.webmedia.protocol.basicchat | This package contains classes and enumerations that let you exchange information with Chat Server. |
Uses of MsgCheck in com.genesyslab.platform.webmedia.protocol.basicchat |
---|
Fields in com.genesyslab.platform.webmedia.protocol.basicchat declared as MsgCheck | |
---|---|
static MsgCheck |
MsgCheck.Alert
message may contain sensitive data |
static MsgCheck |
MsgCheck.Altered
some sensitive data were masked out in the message |
static MsgCheck |
MsgCheck.None
(default value) - no checks was performed for the message |
Methods in com.genesyslab.platform.webmedia.protocol.basicchat that return MsgCheck | |
---|---|
abstract MsgCheck |
MessageText.getMsgCheck()
Defines message checking information. |
static MsgCheck |
MsgCheck.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static MsgCheck |
MsgCheck.valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists. |
Methods in com.genesyslab.platform.webmedia.protocol.basicchat that return types with arguments of type MsgCheck | |
---|---|
static java.util.Collection<MsgCheck> |
MsgCheck.values()
Returns all values of the enumeration. |
Methods in com.genesyslab.platform.webmedia.protocol.basicchat with parameters of type MsgCheck | |
---|---|
static MessageText |
MessageText.create(MsgCheck msgCheck,
java.lang.String messageType,
TreatAs treatAs,
java.lang.String text)
Creates instance of MessageText. |
abstract void |
MessageText.setMsgCheck(MsgCheck msgCheck)
Defines message checking information. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |