Uses of Class
org.apache.hop.www.SslConfiguration
-
Packages that use SslConfiguration Package Description org.apache.hop.server org.apache.hop.www -
-
Uses of SslConfiguration in org.apache.hop.server
Methods in org.apache.hop.server that return SslConfiguration Modifier and Type Method Description SslConfigurationHopServer. getSslConfig()Methods in org.apache.hop.server with parameters of type SslConfiguration Modifier and Type Method Description voidHopServer. setSslConfig(SslConfiguration sslConfig) -
Uses of SslConfiguration in org.apache.hop.www
Constructors in org.apache.hop.www with parameters of type SslConfiguration Constructor Description WebServer(ILogChannel log, PipelineMap pipelineMap, WorkflowMap workflowMap, String hostname, int port, boolean join, String passwordFile, SslConfiguration sslConfig)
-