Package | Description |
---|---|
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.
|
Modifier and Type | Class | Description |
---|---|---|
class |
KeyValueCollection |
A key-value list created from an ordered collection of key-value pairs.
|
Modifier and Type | Method | Description |
---|---|---|
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 . |
Modifier and Type | Method | Description |
---|---|---|
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. |
Constructor | Description |
---|---|
KVListPropertyReader(KVList kvl) |
Modifier and Type | Class | Description |
---|---|---|
class |
AttachmentCollection |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.