Package com.jedox.palojlib.managers
Class HttpHandlerInfo
java.lang.Object
com.jedox.palojlib.main.ConnectionConfiguration
com.jedox.palojlib.managers.HttpHandlerInfo
- All Implemented Interfaces:
IConnectionConfiguration
extends the ConnectionConfiguration to manage SSL communication and server information (needed sometimes to see which request syntax is possible)
- Author:
- khaddadin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
overwrite
(ConnectionConfiguration config) void
setLoginRequest
(StringBuilder loginRequest) void
setVersion
(Version version) Methods inherited from class com.jedox.palojlib.main.ConnectionConfiguration
copyOf, getClientInfo, getContextId, getEncodedPassword, getEncodedUsername, getHost, getPassword, getPort, getTimeout, getUsername, isSslPreferred, setClientInfo, setContextId, setHost, setPassword, setPort, setSslPreferred, setTimeout, setUsername
-
Field Details
-
useSsl
public boolean useSsl -
sslPort
public int sslPort
-
-
Constructor Details
-
HttpHandlerInfo
-
-
Method Details
-
overwrite
-
getLoginRequest
- Returns:
- the loginRequest
-
setLoginRequest
- Parameters:
loginRequest
- the loginRequest to set
-
getVersion
-
setVersion
-