Class UndertowBlueprint.EP<C>
- java.lang.Object
-
- ch.raffael.meldioc.library.http.server.undertow.UndertowBlueprint.EP<C>
-
- Enclosing class:
- UndertowBlueprint<C>
public static class UndertowBlueprint.EP<C> extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEP(UndertowBlueprint<C> blueprint, java.util.function.Supplier<? extends io.undertow.Undertow.Builder> undertowBuilderSupplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UndertowBlueprint<C>acceptor()protected io.undertow.Undertowapply()protected io.undertow.UndertowautoStart(UndertowBlueprint<C> acceptor, io.undertow.Undertow undertow)protected io.undertow.Undertowbuild(UndertowBlueprint<C> acceptor, io.undertow.Undertow.Builder builder)protected io.undertow.Undertow.BuilderprepareBuilder(UndertowBlueprint<C> acceptor)protected io.undertow.Undertowstart(UndertowBlueprint<C> acceptor, io.undertow.Undertow undertow)UndertowBlueprint.EPwithRequestContextFactory(java.util.function.Function<? super io.undertow.server.HttpServerExchange,? extends C> factory)
-
-
-
Constructor Detail
-
EP
protected EP(UndertowBlueprint<C> blueprint, java.util.function.Supplier<? extends io.undertow.Undertow.Builder> undertowBuilderSupplier)
-
-
Method Detail
-
acceptor
public UndertowBlueprint<C> acceptor()
-
withRequestContextFactory
public UndertowBlueprint.EP withRequestContextFactory(java.util.function.Function<? super io.undertow.server.HttpServerExchange,? extends C> factory)
-
apply
protected io.undertow.Undertow apply()
-
prepareBuilder
protected io.undertow.Undertow.Builder prepareBuilder(UndertowBlueprint<C> acceptor)
-
build
protected io.undertow.Undertow build(UndertowBlueprint<C> acceptor, io.undertow.Undertow.Builder builder)
-
start
protected io.undertow.Undertow start(UndertowBlueprint<C> acceptor, io.undertow.Undertow undertow)
-
autoStart
protected io.undertow.Undertow autoStart(UndertowBlueprint<C> acceptor, io.undertow.Undertow undertow)
-
-