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
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.jedox.palojlib.interfaces.IConnectionConfiguration
IConnectionConfiguration.IClientInfo -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintbooleanisUseSsl()voidsetLoginRequest(StringBuilder loginRequest) voidsetServerInfo(IConnectionInfo serverInfo) Methods inherited from class com.jedox.palojlib.main.ConnectionConfiguration
copyOf, getClientInfo, getEncodedPassword, getEncodedUsername, getHost, getPassword, getPort, getSession, getTimeout, getUsername, isHttpEnforced, isHttpsEnforced, isSslPreferred, overwrite, setClientInfo, setHost, setPassword, setPort, setSession, setSslPreferred, setTimeout, setUsernameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.jedox.palojlib.interfaces.IConnectionConfiguration
hasSession
-
Field Details
-
VERSION
- See Also:
-
DEFAULT_CLIENT
- See Also:
-
DEFAULT_CLIENT_DESC
- See Also:
-
-
Constructor Details
-
HttpHandlerInfo
-
-
Method Details
-
getLoginRequest
- Returns:
- the loginRequest
-
setLoginRequest
- Parameters:
loginRequest- the loginRequest to set
-
getMajorVersion
public int getMajorVersion() -
getMinorVersion
public int getMinorVersion() -
getBuildNumber
public int getBuildNumber() -
getVersion
-
getServerInfo
-
setServerInfo
-
getSessionInfoString
-
isUseSsl
public boolean isUseSsl() -
getSslPort
-