Uses of Class
org.eclipse.jetty.http.pathmap.PathSpec
-
Packages that use PathSpec Package Description org.eclipse.jetty.http.pathmap org.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
Subclasses of PathSpec in org.eclipse.jetty.http.pathmap Modifier and Type Class Description classRegexPathSpecclassServletPathSpecclassUriTemplatePathSpecPathSpec for URI Template based declarationsMethods in org.eclipse.jetty.http.pathmap that return PathSpec Modifier and Type Method Description static PathSpecPathMappings. asPathSpec(java.lang.String pathSpecString)PathSpecMappedResource. getPathSpec()Methods in org.eclipse.jetty.http.pathmap with parameters of type PathSpec Modifier and Type Method Description intPathSpec. compareTo(PathSpec other)EPathMappings. get(PathSpec spec)booleanPathMappings. put(PathSpec pathSpec, E resource)booleanPathMappings. remove(PathSpec pathSpec)Constructors in org.eclipse.jetty.http.pathmap with parameters of type PathSpec Constructor Description MappedResource(PathSpec pathSpec, E resource) -
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 PathSpecJsrHandshakeRequest. 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 voidMappedWebSocketCreator. addMapping(PathSpec spec, WebSocketCreator creator)Add a mapping.voidNativeWebSocketConfiguration. addMapping(PathSpec pathSpec, java.lang.Class<?> endpointClass)Manually add a WebSocket mapping.voidNativeWebSocketConfiguration. addMapping(PathSpec pathSpec, WebSocketCreator creator)Manually add a WebSocket mapping.voidWebSocketUpgradeFilter. addMapping(PathSpec spec, WebSocketCreator creator)voidWebSocketUpgradeHandlerWrapper. addMapping(PathSpec spec, WebSocketCreator creator)
-