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.HttpServiceHeaderConfigHttpService.HttpServiceConfig.headerThe field for theheaderrecord component.Methods in ch.rswk.meta.engine that return HttpService.HttpServiceHeaderConfigModifier and TypeMethodDescription@Nullable HttpService.HttpServiceHeaderConfigHttpService.HttpServiceConfig.header()Returns the value of theheaderrecord component.Methods in ch.rswk.meta.engine with parameters of type HttpService.HttpServiceHeaderConfigModifier and TypeMethodDescriptionprivate static org.eclipse.jetty.rewrite.handler.RewriteHandlerHttpService.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 aHttpServiceConfigrecord class.