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 TypeMethodDescriptionvoid
MappedWebSocketCreator.addMapping
(PathSpec spec, WebSocketCreator creator) Deprecated.void
NativeWebSocketConfiguration.addMapping
(PathSpec spec, WebSocketCreator creator) Deprecated.void
WebSocketUpgradeFilter.addMapping
(PathSpec spec, WebSocketCreator creator) Deprecated.void
WebSocketUpgradeHandlerWrapper.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 TypeClassDescriptionclass
Deprecated.moved to jetty-httpRegexPathSpec
(this facade will be removed in Jetty 9.4)class
Deprecated.moved to jetty-httpServletPathSpec
(this facade will be removed in Jetty 9.4)
MappedWebSocketCreator.addMapping(org.eclipse.jetty.http.pathmap.PathSpec, WebSocketCreator)
instead.