Uses of Class
org.eclipse.jetty.websocket.server.pathmap.PathSpec
Packages that use PathSpec
Package
Description
Jetty WebSocket Server : Implementation [Internal Use Only]
-
Uses of PathSpec in org.eclipse.jetty.websocket.server
Methods in org.eclipse.jetty.websocket.server with parameters of type PathSpecModifier and TypeMethodDescriptionvoidMappedWebSocketCreator.addMapping(PathSpec spec, WebSocketCreator creator) Deprecated.voidNativeWebSocketConfiguration.addMapping(PathSpec spec, WebSocketCreator creator) Deprecated.voidWebSocketUpgradeFilter.addMapping(PathSpec spec, WebSocketCreator creator) Deprecated.voidWebSocketUpgradeHandlerWrapper.addMapping(PathSpec spec, WebSocketCreator creator) Deprecated. -
Uses of PathSpec in org.eclipse.jetty.websocket.server.pathmap
Subclasses of PathSpec in org.eclipse.jetty.websocket.server.pathmapModifier and TypeClassDescriptionclassDeprecated.moved to jetty-httpRegexPathSpec(this facade will be removed in Jetty 9.4)classDeprecated.moved to jetty-httpServletPathSpec(this facade will be removed in Jetty 9.4)
MappedWebSocketCreator.addMapping(org.eclipse.jetty.http.pathmap.PathSpec, WebSocketCreator)instead.