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.HttpServiceSslConfig
HttpService.HttpServiceConfig.ssl
The field for thessl
record component.Methods in ch.rswk.meta.engine that return HttpService.HttpServiceSslConfigModifier and TypeMethodDescription@Nullable HttpService.HttpServiceSslConfig
HttpService.HttpServiceConfig.ssl()
Returns the value of thessl
record component.Methods in ch.rswk.meta.engine with parameters of type HttpService.HttpServiceSslConfigModifier and TypeMethodDescriptionprivate static org.eclipse.jetty.util.ssl.SslContextFactory.Server
HttpService.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 aHttpServiceConfig
record 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.HttpServiceSslConfig
HttpServiceTest.SSL_CONFIG