Uses of Class
io.airlift.http.server.HttpsConfig
Packages that use HttpsConfig
-
Uses of HttpsConfig in io.airlift.http.server
Methods in io.airlift.http.server that return HttpsConfigModifier and TypeMethodDescriptionHttpsConfig.setAutomaticHttpsSharedSecret(String automaticHttpsSharedSecret) HttpsConfig.setHttpsExcludedCipherSuites(String excludedCipherSuites) HttpsConfig.setHttpsIncludedCipherSuites(String includedCipherSuites) HttpsConfig.setHttpsPort(int httpsPort) HttpsConfig.setKeyManagerPassword(String keyManagerPassword) HttpsConfig.setKeystorePassword(String keystorePassword) HttpsConfig.setKeystorePath(String keystorePath) HttpsConfig.setSecureRandomAlgorithm(String secureRandomAlgorithm) HttpsConfig.setSslContextRefreshTime(io.airlift.units.Duration sslContextRefreshTime) HttpsConfig.setSslSessionCacheSize(int sslSessionCacheSize) HttpsConfig.setSslSessionTimeout(io.airlift.units.Duration sslSessionTimeout) HttpsConfig.setTrustStorePassword(String trustStorePassword) HttpsConfig.setTrustStorePath(String trustStorePath) Constructor parameters in io.airlift.http.server with type arguments of type HttpsConfigModifierConstructorDescriptionHttpServer(HttpServerInfo httpServerInfo, NodeInfo nodeInfo, HttpServerConfig config, Optional<HttpsConfig> maybeHttpsConfig, javax.servlet.Servlet theServlet, Map<String, String> parameters, Set<javax.servlet.Filter> filters, Set<HttpServerBinder.HttpResourceBinding> resources, javax.servlet.Servlet theAdminServlet, Map<String, String> adminParameters, Set<javax.servlet.Filter> adminFilters, HttpServer.ClientCertificate clientCertificate, MBeanServer mbeanServer, org.eclipse.jetty.security.LoginService loginService, TraceTokenManager tokenManager, RequestStats stats, EventClient eventClient, Optional<org.eclipse.jetty.util.ssl.SslContextFactory.Server> maybeSslContextFactory) HttpServerInfo(HttpServerConfig config, Optional<HttpsConfig> httpsConfig, NodeInfo nodeInfo) HttpServerProvider(HttpServerInfo httpServerInfo, NodeInfo nodeInfo, HttpServerConfig config, Optional<HttpsConfig> httpsConfig, javax.servlet.Servlet theServlet, Set<javax.servlet.Filter> filters, Set<HttpServerBinder.HttpResourceBinding> resources, Set<javax.servlet.Filter> adminFilters, HttpServer.ClientCertificate clientCertificate, RequestStats stats, EventClient eventClient, Optional<org.eclipse.jetty.util.ssl.SslContextFactory.Server> sslContextFactory) -
Uses of HttpsConfig in io.airlift.http.server.testing
Constructor parameters in io.airlift.http.server.testing with type arguments of type HttpsConfigModifierConstructorDescriptionTestingHttpServer(HttpServerInfo httpServerInfo, NodeInfo nodeInfo, HttpServerConfig config, Optional<HttpsConfig> httpsConfig, javax.servlet.Servlet servlet, Map<String, String> initParameters, Set<javax.servlet.Filter> filters, Set<HttpServerBinder.HttpResourceBinding> resources, HttpServer.ClientCertificate clientCertificate)