|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionConfiguration | |
com.genesyslab.platform.commons.connection | Provides facilities for communicating with Genesys servers. |
com.genesyslab.platform.commons.connection.configuration | |
com.genesyslab.platform.commons.protocol | Contains classes that support the Protocol objects
used by applications developed with the Platform SDKs. |
Uses of ConnectionConfiguration in com.genesyslab.platform.commons.connection |
Classes in com.genesyslab.platform.commons.connection that implement ConnectionConfiguration | |
class |
AbstractConnectionConfiguration
|
Methods in com.genesyslab.platform.commons.connection with parameters of type ConnectionConfiguration | |
void |
Connection.configure(ConnectionConfiguration config)
Configure or reconfigure this connection's additional parameters. |
Uses of ConnectionConfiguration in com.genesyslab.platform.commons.connection.configuration |
Classes in com.genesyslab.platform.commons.connection.configuration that implement ConnectionConfiguration | |
class |
FileConfiguration
This class support reading of options from configuration file. |
class |
KeyValueConfiguration
The implementation of ConnectionConfiguration interface, which contains all values in |
class |
PropertyConfiguration
The implementation of ConnectionConfiguration interface, which contains all values in |
Uses of ConnectionConfiguration in com.genesyslab.platform.commons.protocol |
Methods in com.genesyslab.platform.commons.protocol that return ConnectionConfiguration | |
ConnectionConfiguration |
AbstractChannel.getConfiguration()
|
ConnectionConfiguration |
ConfigurationSupport.getConfiguration()
|
ConnectionConfiguration |
Endpoint.getConfiguration()
Creates configuration object from query string of the Endpoint. |
Methods in com.genesyslab.platform.commons.protocol with parameters of type ConnectionConfiguration | |
void |
AbstractChannel.configure(ConnectionConfiguration config)
|
void |
ConfigurationSupport.configure(ConnectionConfiguration config)
|
void |
ServerChannel.configure(ConnectionConfiguration config)
Set Configuration for all new channels. |
|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |