Package | Description |
---|---|
io.vertx.ext.web.handler | |
io.vertx.reactivex.ext.web.handler | |
io.vertx.rxjava.ext.web.handler | |
io.vertx.rxjava3.ext.web.handler |
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.
|
Modifier and Type | Method and Description |
---|---|
HSTSHandler |
HSTSHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static HSTSHandler |
HSTSHandler.newInstance(HSTSHandler arg) |
Constructor and Description |
---|
HSTSHandler(HSTSHandler delegate) |
Modifier and Type | Method and Description |
---|---|
HSTSHandler |
HSTSHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static HSTSHandler |
HSTSHandler.newInstance(HSTSHandler arg) |
Constructor and Description |
---|
HSTSHandler(HSTSHandler delegate) |
Modifier and Type | Method and Description |
---|---|
HSTSHandler |
HSTSHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static HSTSHandler |
HSTSHandler.newInstance(HSTSHandler arg) |
Constructor and Description |
---|
HSTSHandler(HSTSHandler delegate) |
Copyright © 2022 Eclipse. All rights reserved.