Class HttpHandlerInfo

java.lang.Object
com.jedox.palojlib.main.ConnectionConfiguration
com.jedox.palojlib.managers.HttpHandlerInfo
All Implemented Interfaces:
IConnectionConfiguration

public final class HttpHandlerInfo extends ConnectionConfiguration
extends the ConnectionConfiguration to manage SSL communication and server information (needed sometimes to see which request syntax is possible)
Author:
khaddadin
  • Field Details

    • useSsl

      public boolean useSsl
    • sslPort

      public int sslPort
  • Constructor Details

  • Method Details

    • overwrite

      protected void overwrite(ConnectionConfiguration config)
    • getLoginRequest

      public StringBuilder getLoginRequest()
      Returns:
      the loginRequest
    • setLoginRequest

      public void setLoginRequest(StringBuilder loginRequest)
      Parameters:
      loginRequest - the loginRequest to set
    • getVersion

      public Version getVersion()
    • setVersion

      public void setVersion(Version version)