public.javadoc.org.spincast.plugins.undertow.FullPathMatchingPathHandler.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-website Show documentation
Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
FullPathMatchingPathHandler (org.spincast:spincast-framework 1.13.0 API)
org.spincast.plugins.undertow
Class FullPathMatchingPathHandler
- java.lang.Object
-
- io.undertow.server.handlers.PathHandler
-
- org.spincast.plugins.undertow.FullPathMatchingPathHandler
-
- All Implemented Interfaces:
- io.undertow.server.HttpHandler
public class FullPathMatchingPathHandler
extends io.undertow.server.handlers.PathHandler
Custom PathHandler that always match on the full path, not the
remaining path, if previous PathHandler matched.
Warning: Those FullPathMatchingPathHandlers shouldn't be use in association
with regular PathHandlers since they override the "relative path"
of the exchange, that is used by regular PathHandlers. You should only use
FullPathMatchingPathHandlers or only regular PathHandlers.
- See Also:
http://lists.jboss.org/pipermail/undertow-dev/2016-July/001649.html
-
-
Constructor Summary
Constructors
Constructor and Description
FullPathMatchingPathHandler(io.undertow.server.HttpHandler defaultHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
void
handleRequest(io.undertow.server.HttpServerExchange exchange)
Copyright © 2019. All rights reserved.