Uses of Interface
org.eclipse.jetty.http.pathmap.PathSpec
Packages that use PathSpec
Package
Description
Jetty Security : Modular Support for Security in Jetty
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty Server : Modular Servlet Integration
-
Uses of PathSpec in org.eclipse.jetty.http.pathmap
Classes in org.eclipse.jetty.http.pathmap that implement PathSpecModifier and TypeClassDescriptionclass
class
RegexPathSpec is a PathSpec implementation for aPathMappings
instance.class
class
PathSpec for URI Template based declarationsMethods in org.eclipse.jetty.http.pathmap that return PathSpecModifier and TypeMethodDescriptionstatic PathSpec
PathMappings.asPathSpec
(String pathSpecString) Deprecated, for removal: This API element is subject to removal in a future version.static PathSpec
MappedResource.getPathSpec()
MatchedResource.getPathSpec()
Methods in org.eclipse.jetty.http.pathmap with parameters of type PathSpecModifier and TypeMethodDescriptionint
int
boolean
boolean
Method parameters in org.eclipse.jetty.http.pathmap with type arguments of type PathSpecModifier and TypeMethodDescriptionstatic <E> MatchedResource<E>
MatchedResource.of
(Map.Entry<PathSpec, E> mapping, MatchedPath matchedPath) Constructors in org.eclipse.jetty.http.pathmap with parameters of type PathSpecModifierConstructorDescriptionMappedResource
(PathSpec pathSpec, E resource) MatchedResource
(E resource, PathSpec pathSpec, MatchedPath matchedPath) -
Uses of PathSpec in org.eclipse.jetty.security
Methods in org.eclipse.jetty.security that return PathSpecModifier and TypeMethodDescriptionprotected PathSpec
ConstraintSecurityHandler.asPathSpec
(ConstraintMapping mapping) -
Uses of PathSpec in org.eclipse.jetty.server
Constructors in org.eclipse.jetty.server with parameters of type PathSpecModifierConstructorDescriptionServletPathMapping
(PathSpec pathSpec, String servletName, String pathInContext) ServletPathMapping
(PathSpec pathSpec, String servletName, String pathInContext, MatchedPath matchedPath) -
Uses of PathSpec in org.eclipse.jetty.server.handler
Methods in org.eclipse.jetty.server.handler with parameters of type PathSpec -
Uses of PathSpec in org.eclipse.jetty.servlet
Methods in org.eclipse.jetty.servlet that return PathSpecModifier and TypeMethodDescriptionprotected PathSpec
ServletHandler.asPathSpec
(String pathSpec) ServletHandler.MappedServlet.getPathSpec()
-
Uses of PathSpec in org.eclipse.jetty.websocket.core.server
Methods in org.eclipse.jetty.websocket.core.server that return PathSpecModifier and TypeMethodDescriptionstatic PathSpec
WebSocketMappings.parsePathSpec
(String rawSpec) Parse a PathSpec string into a PathSpec instance.Methods in org.eclipse.jetty.websocket.core.server with parameters of type PathSpecModifier and TypeMethodDescriptionvoid
WebSocketMappings.addMapping
(PathSpec pathSpec, WebSocketCreator creator, FrameHandlerFactory factory, Configuration.Customizer customizer) Manually add a WebSocket mapping.void
WebSocketMappings.addMapping
(PathSpec pathSpec, WebSocketNegotiator negotiator) Manually add a WebSocket mapping.void
WebSocketUpgradeHandler.addMapping
(PathSpec pathSpec, WebSocketNegotiator negotiator) WebSocketMappings.getWebSocketCreator
(PathSpec pathSpec) WebSocketMappings.getWebSocketNegotiator
(PathSpec pathSpec) boolean
WebSocketMappings.removeMapping
(PathSpec pathSpec) Method parameters in org.eclipse.jetty.websocket.core.server with type arguments of type PathSpecModifier and TypeMethodDescriptionWebSocketMappings.getMatchedNegotiator
(String target, Consumer<PathSpec> pathSpecConsumer) Get the matchingMappedResource
for the provided target. -
Uses of PathSpec in org.eclipse.jetty.websocket.javax.server.internal
Methods in org.eclipse.jetty.websocket.javax.server.internal that return PathSpec
from(String)
instead