Uses of Enum
io.undertow.Undertow.ListenerType
Packages that use Undertow.ListenerType
-
Uses of Undertow.ListenerType in io.undertow
Methods in io.undertow that return Undertow.ListenerTypeModifier and TypeMethodDescriptionstatic Undertow.ListenerType
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.Methods in io.undertow with parameters of type Undertow.ListenerTypeModifier and TypeMethodDescriptionUndertow.Builder.addListener
(int port, String host, Undertow.ListenerType listenerType) Deprecated.Undertow.ListenerBuilder.setType
(Undertow.ListenerType type)