All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.javadoc.org.spincast.plugins.undertow.FullPathMatchingPathHandler.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version






FullPathMatchingPathHandler (org.spincast:spincast-framework 1.0.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 Detail

      • FullPathMatchingPathHandler

        public FullPathMatchingPathHandler(io.undertow.server.HttpHandler defaultHandler)
    • Method Detail

      • handleRequest

        public void handleRequest(io.undertow.server.HttpServerExchange exchange)
                           throws Exception
        Specified by:
        handleRequest in interface io.undertow.server.HttpHandler
        Overrides:
        handleRequest in class io.undertow.server.handlers.PathHandler
        Throws:
        Exception

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy