| Modifier and Type | Field and Description |
|---|---|
static UndertowOptionMap |
UndertowOptionMap.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
static <T> UndertowOptionMap |
UndertowOptionMap.create(UndertowOption<T> key,
T val) |
static <T1,T2> UndertowOptionMap |
UndertowOptionMap.create(UndertowOption<T1> key1,
T1 val1,
UndertowOption<T2> key2,
T2 val2) |
UndertowOptionMap |
UndertowOptionMap.Builder.getMap() |
UndertowOptionMap |
HttpExchange.getUndertowOptions() |
| Modifier and Type | Method and Description |
|---|---|
UndertowOptionMap.Builder |
UndertowOptionMap.Builder.addAll(UndertowOptionMap workerOptions) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.