Uses of Class
io.undertow.httpcore.UndertowOptionMap
-
Uses of UndertowOptionMap in io.undertow.httpcore
Fields in io.undertow.httpcore declared as UndertowOptionMapMethods in io.undertow.httpcore that return UndertowOptionMapModifier and TypeMethodDescriptionstatic <T> UndertowOptionMapUndertowOptionMap.create(UndertowOption<T> key, T val) static <T1,T2> UndertowOptionMap UndertowOptionMap.create(UndertowOption<T1> key1, T1 val1, UndertowOption<T2> key2, T2 val2) UndertowOptionMap.Builder.getMap()HttpExchange.getUndertowOptions()Methods in io.undertow.httpcore with parameters of type UndertowOptionMapModifier and TypeMethodDescriptionUndertowOptionMap.Builder.addAll(UndertowOptionMap workerOptions) voidHttpExchange.setUndertowOptions(UndertowOptionMap options)