Package | Description |
---|---|
com.genesyslab.platform.webmedia.protocol.basicchat |
This package contains classes and enumerations that let you exchange information with Chat Server.
|
Modifier and Type | Field | Description |
---|---|---|
static ProtocolType |
ProtocolType.Basic |
|
static ProtocolType |
ProtocolType.Esp |
|
static ProtocolType |
ProtocolType.Flex |
|
static ProtocolType |
ProtocolType.None |
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
static java.util.Collection<ProtocolType> |
ProtocolType.values() |
Returns all values of the enumeration.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.