Uses of Class
org.eclipse.jetty.websocket.server.pathmap.PathSpec
-
Packages that use PathSpec Package Description org.eclipse.jetty.websocket.server Jetty WebSocket Server : Implementation [Internal Use Only]org.eclipse.jetty.websocket.server.pathmap -
-
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)
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.pathmap Modifier and Type Class Description class
RegexPathSpec
Deprecated.moved to jetty-httpRegexPathSpec
(this facade will be removed in Jetty 9.4)class
ServletPathSpec
Deprecated.moved to jetty-httpServletPathSpec
(this facade will be removed in Jetty 9.4)
-