Uses of Record Class
ch.rswk.meta.engine.HttpService.HttpServiceHeaderConfig
Packages that use HttpService.HttpServiceHeaderConfig
Package
Description
meta-engine is the backend of every application based on meta.
-
Uses of HttpService.HttpServiceHeaderConfig in ch.rswk.meta.engine
Fields in ch.rswk.meta.engine declared as HttpService.HttpServiceHeaderConfigModifier and TypeFieldDescriptionprivate final @Nullable HttpService.HttpServiceHeaderConfig
HttpService.HttpServiceConfig.header
The field for theheader
record component.Methods in ch.rswk.meta.engine that return HttpService.HttpServiceHeaderConfigModifier and TypeMethodDescription@Nullable HttpService.HttpServiceHeaderConfig
HttpService.HttpServiceConfig.header()
Returns the value of theheader
record component.Methods in ch.rswk.meta.engine with parameters of type HttpService.HttpServiceHeaderConfigModifier and TypeMethodDescriptionprivate static org.eclipse.jetty.server.Handler
HttpService.newRewriteHandler
(@Nullable HttpService.HttpServiceHeaderConfig headerConfig, @Nullable Map<String, String> redirect) Constructors in ch.rswk.meta.engine with parameters of type HttpService.HttpServiceHeaderConfigModifierConstructorDescriptionHttpServiceConfig
(@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.