Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.webmedia.protocol.basicchat.ProtocolType

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

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.