Uses of Class
io.undertow.Undertow.ListenerType
-
Packages that use Undertow.ListenerType Package Description io.undertow -
-
Uses of Undertow.ListenerType in io.undertow
Methods in io.undertow that return Undertow.ListenerType Modifier and Type Method Description static Undertow.ListenerTypeUndertow.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.Methods in io.undertow with parameters of type Undertow.ListenerType Modifier and Type Method Description Undertow.BuilderUndertow.Builder. addListener(int port, String host, Undertow.ListenerType listenerType)Deprecated.Undertow.ListenerBuilderUndertow.ListenerBuilder. setType(Undertow.ListenerType type)
-