| Package | Description | 
|---|---|
| io.vertx.rxjava.ext.web.handler | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<HSTSHandler> | 
HSTSHandler.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
static HSTSHandler | 
HSTSHandler.create()
Creates a new instance that does not consider the configuration for sub domains. 
 | 
static HSTSHandler | 
HSTSHandler.create(boolean includeSubDomains)
Creates a new instance that shall consider the configuration for sub domains. 
 | 
static HSTSHandler | 
HSTSHandler.create(long maxAge,
      boolean includeSubDomains)
Creates a new instance that shall consider the configuration for sub domains. 
 | 
static HSTSHandler | 
HSTSHandler.newInstance(HSTSHandler arg)  | 
Copyright © 2023 Eclipse. All rights reserved.