Uses of Record Class
ch.rswk.meta.engine.HttpService.HttpServiceAccessConfig
Packages that use HttpService.HttpServiceAccessConfig
Package
Description
meta-engine is the backend of every application based on meta.
-
Uses of HttpService.HttpServiceAccessConfig in ch.rswk.meta.engine
Fields in ch.rswk.meta.engine declared as HttpService.HttpServiceAccessConfigModifier and TypeFieldDescriptionprivate final @Nullable HttpService.HttpServiceAccessConfig
HttpService.HttpServiceConfig.access
The field for theaccess
record component.Methods in ch.rswk.meta.engine that return HttpService.HttpServiceAccessConfigModifier and TypeMethodDescription@Nullable HttpService.HttpServiceAccessConfig
HttpService.HttpServiceConfig.access()
Returns the value of theaccess
record component.Constructors in ch.rswk.meta.engine with parameters of type HttpService.HttpServiceAccessConfigModifierConstructorDescriptionHttpServiceConfig
(@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.