GConfigPropertyReader
, GConfigTlsPropertyReader
, KVListPropertyReader
, MapPropertyReader
, PropertiesReader
, TransportParamsPropertyReader
public interface PropertyReader
Defines contract for configuration reader objects; ones that extract configuration option values from different sources of configuration data.
Generally used with TLSConfigurationParser
.
Example:
String transportParams = ...;
PropertyReader reader = new TransportParamsPropertyReader(transportParams); // Use concrete reader type
//...
TLSConfiguration tlsClientConf = TLSConfigurationParser.parseTlsConfiguration(reader, true);
//...
TLSConfiguration tlsServerConf = TLSConfigurationParser.parseTlsConfiguration(reader, false);
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getProperty(java.lang.String key) |
Extracts value of the option specified by
key |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.