Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.commons.collections.KVList

Packages that use KVList
com.genesyslab.platform.commons.collections Contains classes that allow you to use Genesys Key-Value collections in your applications. 
com.genesyslab.platform.commons.connection.tls Provides classes to support and configure TLS connections. 
com.genesyslab.platform.webmedia.protocol.email This package contains classes, enumerations, and interfaces that let you exchange customer-generated information from web forms with your Genesys E-Mail Server Java. 
 

Uses of KVList in com.genesyslab.platform.commons.collections
 

Subclasses of KVList in com.genesyslab.platform.commons.collections
 class KeyValueCollection
          A key-value list created from an ordered collection of key-value pairs.
 

Methods in com.genesyslab.platform.commons.collections with parameters of type KVList
static byte[] TKVSerializer.getBytes(KVList list, boolean useUtfString, java.lang.String encoding)
          Packs the list and returns it as byte array.
static byte[] TKVSerializer.getBytes(KVList list, boolean useUtfString, java.lang.String encoding, boolean useLen)
          Packs the list and returns it as byte array.
static byte[] TKVSerializer.getBytes(KVList list, java.lang.String encoding)
          Deprecated.  
static byte[] TKVSerializer.getBytes(KVList list, java.lang.String encoding, boolean useLen)
          Deprecated.  
static void TKVSerializer.serialize(KVList list, java.io.OutputStream out)
          Packs the list and writes it to OutputStream.
static void TKVSerializer.serialize(KVList list, java.io.OutputStream out, java.lang.String encoding, boolean writeLen)
          Packs the list and writes it to OutputStream.
 

Uses of KVList in com.genesyslab.platform.commons.connection.tls
 

Methods in com.genesyslab.platform.commons.connection.tls with parameters of type KVList
static TLSConfiguration TLSConfigurationParser.parseClientTlsConfiguration(KVList kvl)
          Helper method that extracts client-side TLS options from KVList object and parses them.
static TLSConfiguration TLSConfigurationParser.parseServerTlsConfiguration(KVList kvl)
          Helper method that extracts server-side TLS options from KVList object and parses them.
 

Constructors in com.genesyslab.platform.commons.connection.tls with parameters of type KVList
KVListPropertyReader(KVList kvl)
           
 

Uses of KVList in com.genesyslab.platform.webmedia.protocol.email
 

Subclasses of KVList in com.genesyslab.platform.webmedia.protocol.email
 class AttachmentCollection
           
 


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.