Uses of Interface
org.eclipse.jetty.http.pathmap.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
Modifier and TypeMethodDescriptionprotected PathSpec
ServletHandler.asPathSpec
(String pathSpec) ServletHandler.MappedServlet.getPathSpec()
ModifierConstructorDescriptionServletPathMapping
(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
-
Uses of PathSpec in org.eclipse.jetty.http.pathmap
Modifier and TypeClassDescriptionclass
class
RegexPathSpec is a PathSpec implementation for aPathMappings
instance.class
class
PathSpec for URI Template based declarationsModifier and TypeMethodDescriptionstatic PathSpec
MappedResource.getKey()
MappedResource.getPathSpec()
MatchedResource.getPathSpec()
Modifier and TypeMethodDescriptionboolean
int
int
boolean
Modifier and TypeMethodDescriptionstatic <E> MatchedResource<E>
MatchedResource.of
(Map.Entry<PathSpec, E> mapping, MatchedPath matchedPath) ModifierConstructorDescriptionMappedResource
(PathSpec pathSpec, E resource) MatchedResource
(E resource, PathSpec pathSpec, MatchedPath matchedPath) -
Uses of PathSpec in org.eclipse.jetty.security
Modifier 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
Modifier 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. -
Uses of PathSpec in org.eclipse.jetty.websocket.core.server
Modifier and TypeMethodDescriptionstatic PathSpec
WebSocketMappings.parsePathSpec
(String rawSpec) Parse a PathSpec string into a PathSpec instance.Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionvoid
ServerWebSocketContainer.addMapping
(PathSpec pathSpec, WebSocketCreator creator) Maps the givenpathSpec
to the creator of WebSocket endpoints.