Class UndertowBlueprint.EP<C>

  • Enclosing class:
    UndertowBlueprint<C>

    public static class UndertowBlueprint.EP<C>
    extends java.lang.Object
    • Constructor Detail

      • EP

        protected EP​(UndertowBlueprint<C> blueprint,
                     java.util.function.Supplier<? extends io.undertow.Undertow.Builder> undertowBuilderSupplier)
    • Method Detail

      • withRequestContextFactory

        public UndertowBlueprint.EP<C> 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)