Uses of Record Class
ch.rswk.meta.engine.HttpService.HttpServiceSslConfig
Packages that use HttpService.HttpServiceSslConfig
Package
Description
meta-engine is the backend of every application based on meta.
-
Uses of HttpService.HttpServiceSslConfig in ch.rswk.meta.engine
Fields in ch.rswk.meta.engine declared as HttpService.HttpServiceSslConfigModifier and TypeFieldDescriptionprivate final @Nullable HttpService.HttpServiceSslConfigHttpService.HttpServiceConfig.sslThe field for thesslrecord component.Methods in ch.rswk.meta.engine that return HttpService.HttpServiceSslConfigModifier and TypeMethodDescription@Nullable HttpService.HttpServiceSslConfigHttpService.HttpServiceConfig.ssl()Returns the value of thesslrecord component.Methods in ch.rswk.meta.engine with parameters of type HttpService.HttpServiceSslConfigModifier and TypeMethodDescriptionprivate static org.eclipse.jetty.util.ssl.SslContextFactory.ServerHttpService.newSslContextFactory(HttpService.HttpServiceSslConfig ssl) Constructors in ch.rswk.meta.engine with parameters of type HttpService.HttpServiceSslConfigModifierConstructorDescriptionHttpServiceConfig(@Nullable HttpService.HttpServiceAccessConfig access, String cacheControl, @Nullable Set<String> forceHttps, @Nullable HttpService.HttpServiceHeaderConfig header, int httpPort, int httpsPort, @Nullable String logPath, int maxConnections, int maxThreads, @Nullable Map<String, String> mimeTypes, @Nullable Map<String, String> redirect, @Nullable Set<String> resources, @Nullable HttpService.HttpServiceSslConfig ssl) Creates an instance of aHttpServiceConfigrecord class. -
Uses of HttpService.HttpServiceSslConfig in ch.rswk.meta.engine.test
Fields in ch.rswk.meta.engine.test declared as HttpService.HttpServiceSslConfigModifier and TypeFieldDescriptionprivate static final HttpService.HttpServiceSslConfigHttpServiceTest.SSL_CONFIG