Uses of Package
org.eclipse.jetty.http.pathmap
-
Packages that use org.eclipse.jetty.http.pathmap Package Description org.eclipse.jetty.http.pathmap org.eclipse.jetty.servlet Jetty Server : Modular Servlet Integrationorg.eclipse.jetty.websocket.jsr356.server org.eclipse.jetty.websocket.server Jetty WebSocket Server : Implementation [Internal Use Only] -
Classes in org.eclipse.jetty.http.pathmap used by org.eclipse.jetty.http.pathmap Class Description AbstractPathSpec MappedResource MatchedPath MatchedResource The match details when usingPathMappings.getMatched(String)
, used to minimize return to the PathSpec or PathMappings for subsequent details that are now provided by theMatchedPath
instance.PathSpec A path specification is a URI path template that can be matched against.PathSpecGroup Types of path spec groups. -
Classes in org.eclipse.jetty.http.pathmap used by org.eclipse.jetty.servlet Class Description MappedResource MatchedResource The match details when usingPathMappings.getMatched(String)
, used to minimize return to the PathSpec or PathMappings for subsequent details that are now provided by theMatchedPath
instance.PathSpec 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.websocket.jsr356.server Class Description PathSpec A path specification is a URI path template that can be matched against.UriTemplatePathSpec PathSpec for URI Template based declarations -
Classes in org.eclipse.jetty.http.pathmap used by org.eclipse.jetty.websocket.server Class Description MappedResource MatchedResource The match details when usingPathMappings.getMatched(String)
, used to minimize return to the PathSpec or PathMappings for subsequent details that are now provided by theMatchedPath
instance.PathSpec A path specification is a URI path template that can be matched against.