|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyReader | |
---|---|
com.genesyslab.platform.apptemplate.configuration | Provides helper classes that read application options and other data from Configuration Server, converts it to corresponding Platform SDK objects and makes it easier to set up connections to backend servers and other applications. |
com.genesyslab.platform.commons.connection.tls | Provides classes to support and configure TLS connections. |
Uses of PropertyReader in com.genesyslab.platform.apptemplate.configuration |
---|
Classes in com.genesyslab.platform.apptemplate.configuration that implement PropertyReader | |
---|---|
class |
GConfigPropertyReader
Property reader that extracts option values from configuration objects. |
class |
GConfigTlsPropertyReader
Property reader that extracts TLS-related option values from configuration objects. |
Uses of PropertyReader in com.genesyslab.platform.commons.connection.tls |
---|
Classes in com.genesyslab.platform.commons.connection.tls that implement PropertyReader | |
---|---|
class |
KVListPropertyReader
Implementation of PropertyReader that extracts options from
KVList instances. |
class |
MapPropertyReader
Implementation of PropertyReader that extracts options from
Map instances. |
class |
PropertiesReader
Implementation of PropertyReader that extracts options from
Properties instances. |
class |
TransportParamsPropertyReader
Implementation of PropertyReader that extracts options from
String containing Transport Parameters received from Configuration Server. |
Methods in com.genesyslab.platform.commons.connection.tls with parameters of type PropertyReader | |
---|---|
static TLSConfiguration |
TLSConfigurationParser.parseTlsConfiguration(PropertyReader prop,
boolean clientMode)
Creates a new instance of TLSConfiguration , searches source of configuration information represented
by PropertyReader instance for TLS-related options, fills TLSConfiguration instance fields and
returns it. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |