Class PathSegmentHandler.Builder

  • Enclosing class:
    PathSegmentHandler

    public static final class PathSegmentHandler.Builder
    extends java.lang.Object
    • Method Detail

      • exactSegment

        public PathSegmentHandler.Builder exactSegment​(java.lang.String segment,
                                                       io.undertow.server.HttpHandler handler)
      • capture

        public PathSegmentHandler.Builder capture​(java.util.function.BiConsumer<? super io.undertow.server.HttpServerExchange,​? super java.lang.String> capture,
                                                  io.undertow.server.HttpHandler handler)
      • capture

        public PathSegmentHandler.Builder capture​(io.vavr.collection.Seq<? extends java.util.function.BiConsumer<? super io.undertow.server.HttpServerExchange,​? super java.lang.String>> capture,
                                                  io.undertow.server.HttpHandler handler)