Uses of Interface
org.eclipse.jetty.http.pathmap.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
Modifier and TypeClassDescriptionclass
class
RegexPathSpec is a PathSpec implementation for aPathMappings
instance.class
class
PathSpec for URI Template based declarationsModifier 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()
Modifier and TypeMethodDescriptionint
int
boolean
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 TypeMethodDescriptionprotected PathSpec
ConstraintSecurityHandler.asPathSpec
(ConstraintMapping mapping) -
Uses of PathSpec in org.eclipse.jetty.server
ModifierConstructorDescriptionServletPathMapping
(PathSpec pathSpec, String servletName, String pathInContext) ServletPathMapping
(PathSpec pathSpec, String servletName, String pathInContext, MatchedPath matchedPath) -
Uses of PathSpec in org.eclipse.jetty.server.handler
Modifier and TypeMethodDescriptionvoid
Excludes an InetAccess entry.void
Includes an InetAccess entry.ModifierConstructorDescriptionPatternTuple
(String connector, InetAddressPattern address, PathSpec pathSpec) -
Uses of PathSpec in org.eclipse.jetty.servlet
Modifier and TypeMethodDescriptionprotected PathSpec
ServletHandler.asPathSpec
(String pathSpec) ServletHandler.MappedServlet.getPathSpec()
-
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
(String target, Consumer<PathSpec> pathSpecConsumer) Get the matchingMappedResource
for the provided target. -
Uses of PathSpec in org.eclipse.jetty.websocket.javax.server.internal
from(String)
instead