Package | Description |
---|---|
io.undertow |
Modifier and Type | Method | Description |
---|---|---|
static Undertow.ListenerType |
Undertow.ListenerType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Undertow.ListenerType[] |
Undertow.ListenerType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
Undertow.Builder |
Undertow.Builder.addListener(int port,
String host,
Undertow.ListenerType listenerType) |
Deprecated.
|
Undertow.ListenerBuilder |
Undertow.ListenerBuilder.setType(Undertow.ListenerType type) |
Copyright © 2018. All rights reserved.