Uses of Package
org.eclipse.jetty.http.pathmap
Packages that use org.eclipse.jetty.http.pathmap
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Security : Modular Support for Security in Jetty
Jetty Server : Core Handler API
-
Classes in org.eclipse.jetty.http.pathmap used by org.eclipse.jetty.ee10.servletClassDescriptionThe match details when using
PathMappings.getMatched(String)
, used to minimize return to the PathSpec or PathMappings for subsequent details that are now provided by theMatchedPath
instance.A path specification is a URI path template that can be matched against. -
Classes in org.eclipse.jetty.http.pathmap used by org.eclipse.jetty.ee10.websocket.jakarta.common
-
-
Classes in org.eclipse.jetty.http.pathmap used by org.eclipse.jetty.http.pathmapClassDescriptionThe match details when using
PathMappings.getMatched(String)
, used to minimize return to the PathSpec or PathMappings for subsequent details that are now provided by theMatchedPath
instance.A path specification is a URI path template that can be matched against.Types of path spec groups. -
Classes in org.eclipse.jetty.http.pathmap used by org.eclipse.jetty.securityClassDescriptionA path specification is a URI path template that can be matched against.Types of path spec groups.
-
Classes in org.eclipse.jetty.http.pathmap used by org.eclipse.jetty.server.handler
-
Classes in org.eclipse.jetty.http.pathmap used by org.eclipse.jetty.websocket.core.server
-
Classes in org.eclipse.jetty.http.pathmap used by org.eclipse.jetty.websocket.server