Uses of Interface
org.eclipse.jetty.http.pathmap.PathSpec
-
Packages that use PathSpec 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] -
-
Uses of PathSpec in org.eclipse.jetty.http.pathmap
Classes in org.eclipse.jetty.http.pathmap that implement PathSpec Modifier and Type Class Description class
AbstractPathSpec
class
RegexPathSpec
class
ServletPathSpec
class
UriTemplatePathSpec
PathSpec for URI Template based declarationsMethods in org.eclipse.jetty.http.pathmap that return PathSpec Modifier and Type Method Description static PathSpec
PathMappings. asPathSpec(java.lang.String pathSpecString)
Deprecated.usefrom(String)
insteadstatic PathSpec
PathSpec. from(java.lang.String pathSpecString)
PathSpec
MappedResource. getPathSpec()
PathSpec
MatchedResource. getPathSpec()
Methods in org.eclipse.jetty.http.pathmap with parameters of type PathSpec Modifier and Type Method Description int
AbstractPathSpec. compareTo(PathSpec other)
int
UriTemplatePathSpec. compareTo(PathSpec other)
E
PathMappings. get(PathSpec spec)
boolean
PathMappings. put(PathSpec pathSpec, E resource)
boolean
PathMappings. remove(PathSpec pathSpec)
Method parameters in org.eclipse.jetty.http.pathmap with type arguments of type PathSpec Modifier and Type Method Description static <E> MatchedResource<E>
MatchedResource. of(java.util.Map.Entry<PathSpec,E> mapping, MatchedPath matchedPath)
Constructors in org.eclipse.jetty.http.pathmap with parameters of type PathSpec Constructor Description MappedResource(PathSpec pathSpec, E resource)
MatchedResource(E resource, PathSpec pathSpec, MatchedPath matchedPath)
-
Uses of PathSpec in org.eclipse.jetty.servlet
Methods in org.eclipse.jetty.servlet that return PathSpec Modifier and Type Method Description protected PathSpec
ServletHandler. asPathSpec(java.lang.String pathSpec)
-
Uses of PathSpec in org.eclipse.jetty.websocket.jsr356.server
Methods in org.eclipse.jetty.websocket.jsr356.server that return PathSpec Modifier and Type Method Description PathSpec
JsrHandshakeRequest. getRequestPathSpec()
-
Uses of PathSpec in org.eclipse.jetty.websocket.server
Methods in org.eclipse.jetty.websocket.server with parameters of type PathSpec Modifier and Type Method Description void
MappedWebSocketCreator. addMapping(PathSpec spec, WebSocketCreator creator)
Add a mapping.void
NativeWebSocketConfiguration. addMapping(PathSpec pathSpec, java.lang.Class<?> endpointClass)
Manually add a WebSocket mapping.void
NativeWebSocketConfiguration. addMapping(PathSpec pathSpec, WebSocketCreator creator)
Manually add a WebSocket mapping.void
WebSocketUpgradeFilter. addMapping(PathSpec spec, WebSocketCreator creator)
Add Mapping to underlyingNativeWebSocketConfiguration
void
WebSocketUpgradeHandlerWrapper. addMapping(PathSpec spec, WebSocketCreator creator)
-