Uses of Interface
com.jedox.palojlib.interfaces.IConnectionConfiguration
Packages that use IConnectionConfiguration
Package
Description
-
Uses of IConnectionConfiguration in com.jedox.palojlib.interfaces
Methods in com.jedox.palojlib.interfaces that return IConnectionConfigurationModifier and TypeMethodDescriptionIConnectionConfiguration.copyOf()
IConnection.getConnectionConfiguration()
get the connection configuration of this connection.Methods in com.jedox.palojlib.interfaces with parameters of type IConnectionConfigurationModifier and TypeMethodDescriptionIConnectionManager.getConnection
(IConnectionConfiguration config) get a connection to a server -
Uses of IConnectionConfiguration in com.jedox.palojlib.main
Classes in com.jedox.palojlib.main that implement IConnectionConfigurationMethods in com.jedox.palojlib.main with parameters of type IConnectionConfigurationModifier and TypeMethodDescriptionConnectionManager.getConnection
(IConnectionConfiguration config) Constructors in com.jedox.palojlib.main with parameters of type IConnectionConfigurationModifierConstructorDescriptionprotected
Connection
(IConnectionConfiguration connectionConfiguration) -
Uses of IConnectionConfiguration in com.jedox.palojlib.managers
Classes in com.jedox.palojlib.managers that implement IConnectionConfigurationModifier and TypeClassDescriptionfinal class
extends the ConnectionConfiguration to manage SSL communication and server information (needed sometimes to see which request syntax is possible)