Class RequestContextStore<C>
- java.lang.Object
-
- ch.raffael.meldioc.library.http.server.undertow.util.RequestContextStore<C>
-
- All Implemented Interfaces:
java.util.function.Function<io.undertow.server.HttpServerExchange,C>
public final class RequestContextStore<C> extends java.lang.Object implements java.util.function.Function<io.undertow.server.HttpServerExchange,C>Support for storing a request context in theHttpServerExchange.
-
-
Constructor Summary
Constructors Constructor Description RequestContextStore(java.util.function.Function<? super io.undertow.server.HttpServerExchange,? extends C> factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Capply(io.undertow.server.HttpServerExchange exchange)io.undertow.server.HttpHandlercreateHandler(io.undertow.server.HttpHandler next)
-
-
-
Constructor Detail
-
RequestContextStore
public RequestContextStore(java.util.function.Function<? super io.undertow.server.HttpServerExchange,? extends C> factory)
-
-