-
Classes Class Description org.eclipse.jetty.websocket.api.extensions.ExtensionFactory this class is removed from Jetty 10.0.0+org.eclipse.jetty.websocket.client.io.ConnectionManager useHttpClient
with WebSocketClient directlyorg.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.Stats org.eclipse.jetty.websocket.common.util.Utf8PartialBuilder org.eclipse.jetty.websocket.server.pathmap.PathSpec moved to jetty-httpPathSpec
(this facade will be removed in Jetty 9.4)org.eclipse.jetty.websocket.server.pathmap.RegexPathSpec moved to jetty-httpRegexPathSpec
(this facade will be removed in Jetty 9.4)org.eclipse.jetty.websocket.server.pathmap.ServletPathSpec moved to jetty-httpServletPathSpec
(this facade will be removed in Jetty 9.4)org.eclipse.jetty.websocket.server.ServletWebSocketRequest useServletUpgradeRequest
insteadorg.eclipse.jetty.websocket.server.ServletWebSocketResponse useServletUpgradeResponse
instead
-
Constructors Constructor Description org.eclipse.jetty.websocket.jsr356.server.ServerContainer(NativeWebSocketConfiguration, Executor) useServerContainer(NativeWebSocketConfiguration, HttpClient)
instead