Uses of Interface
org.eclipse.jetty.http.pathmap.PathSpec
Packages that use PathSpec
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Security : Modular Support for Security in Jetty
Jetty Server : Core Handler API
-
Uses of PathSpec in org.eclipse.jetty.ee10.servlet
Methods in org.eclipse.jetty.ee10.servlet that return PathSpecModifier and TypeMethodDescriptionprotected PathSpec
ServletHandler.asPathSpec
(String pathSpec) ServletHandler.MappedServlet.getPathSpec()
Constructors in org.eclipse.jetty.ee10.servlet 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.ee10.websocket.jakarta.server.internal
Methods in org.eclipse.jetty.ee10.websocket.jakarta.server.internal that return PathSpec -
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
MappedResource.getKey()
MappedResource.getPathSpec()
MatchedResource.getPathSpec()
Methods in org.eclipse.jetty.http.pathmap that return types with arguments of type PathSpecMethods in org.eclipse.jetty.http.pathmap with parameters of type PathSpecModifier and TypeMethodDescriptionboolean
int
int
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 with parameters of type PathSpecModifier and TypeMethodDescriptionint
Comparator
method to sort paths from least specific to most specific.SecurityHandler.PathMapped.put
(PathSpec pathSpec, Constraint constraint) -
Uses of PathSpec in org.eclipse.jetty.server.handler
Methods in org.eclipse.jetty.server.handler with parameters of type PathSpecModifier and TypeMethodDescriptionvoid
PathMappingsHandler.addMapping
(PathSpec pathSpec, Handler handler) void
ExcludePathSpec
s in the conditions to be metvoid
Excludes an InetAccess entry.ConditionalHandler.from
(String connectorName, InetAddressPattern inetAddressPattern, String method, PathSpec pathSpec) Create aPredicate
overRequest
built from theand
of one or more of:TypeUtil.truePredicate()
ConditionalHandler.ConnectorPredicate
ConditionalHandler.InetAddressPatternPredicate
ConditionalHandler.MethodPredicate
ConditionalHandler.PathSpecPredicate
void
IncludePathSpec
s in the conditions to be metvoid
Includes an InetAccess entry.Constructors in org.eclipse.jetty.server.handler with parameters of type PathSpec -
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
(Request request, BiConsumer<Request, PathSpec> consumer) Returns the mappedWebSocketNegotiator
if there is a match of givenrequest
against aregistered mapping
, otherwise returnsnull
if there is no match. -
Uses of PathSpec in org.eclipse.jetty.websocket.server
Methods in org.eclipse.jetty.websocket.server with parameters of type PathSpecModifier and TypeMethodDescriptionvoid
ServerWebSocketContainer.addMapping
(PathSpec pathSpec, WebSocketCreator creator) Maps the givenpathSpec
to the creator of WebSocket endpoints.