|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProtocolFactory.MessageVerificationReason | |
---|---|
com.genesyslab.platform.commons.protocol | Contains classes that support the Protocol objects
used by applications developed with the Platform SDKs. |
com.genesyslab.platform.webmedia.protocol.runtime | This package is used internally by the protocol. |
Uses of ProtocolFactory.MessageVerificationReason in com.genesyslab.platform.commons.protocol |
---|
Methods in com.genesyslab.platform.commons.protocol that return ProtocolFactory.MessageVerificationReason | |
---|---|
static ProtocolFactory.MessageVerificationReason |
ProtocolFactory.MessageVerificationReason.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ProtocolFactory.MessageVerificationReason[] |
ProtocolFactory.MessageVerificationReason.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.genesyslab.platform.commons.protocol with parameters of type ProtocolFactory.MessageVerificationReason | |
---|---|
boolean |
ProtocolFactory.MessageVerificationSupport.verifyMessage(ProtocolFactory.MessageVerificationReason reason,
Message message)
Returns true if mesage is verified otherwise false. |
Uses of ProtocolFactory.MessageVerificationReason in com.genesyslab.platform.webmedia.protocol.runtime |
---|
Methods in com.genesyslab.platform.webmedia.protocol.runtime with parameters of type ProtocolFactory.MessageVerificationReason | |
---|---|
boolean |
ChatServerDefaultProtocolFactory.verifyMessage(ProtocolFactory.MessageVerificationReason reason,
Message message)
|
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |