|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProtocolType | |
---|---|
com.genesyslab.platform.webmedia.protocol.basicchat | This package contains classes and enumerations that let you exchange information with Chat Server. |
Uses of ProtocolType in com.genesyslab.platform.webmedia.protocol.basicchat |
---|
Fields in com.genesyslab.platform.webmedia.protocol.basicchat declared as ProtocolType | |
---|---|
static ProtocolType |
ProtocolType.Basic
|
static ProtocolType |
ProtocolType.Esp
|
static ProtocolType |
ProtocolType.Flex
|
static ProtocolType |
ProtocolType.None
|
Methods in com.genesyslab.platform.webmedia.protocol.basicchat that return ProtocolType | |
---|---|
abstract ProtocolType |
UserInfo.getProtocolType()
The protocol type for this chat session. |
static ProtocolType |
ProtocolType.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static ProtocolType |
ProtocolType.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 ProtocolType | |
---|---|
static java.util.Collection<ProtocolType> |
ProtocolType.values()
Returns all values of the enumeration. |
Methods in com.genesyslab.platform.webmedia.protocol.basicchat with parameters of type ProtocolType | |
---|---|
static UserInfo |
UserInfo.create(java.lang.String personId,
java.lang.String userNickname,
UserType userType,
ProtocolType protocolType,
java.lang.Integer timeZoneOffset)
Creates instance of UserInfo. |
static UserInfo |
UserInfo.create(java.lang.String personId,
java.lang.String userNickname,
UserType userType,
java.lang.String secureKey,
ProtocolType protocolType,
java.lang.Integer timeZoneOffset)
Creates instance of UserInfo. |
abstract void |
UserInfo.setProtocolType(ProtocolType protocolType)
The protocol type for this chat session. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |