| Class | Description |
|---|---|
| org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.Stats | |
| org.eclipse.jetty.websocket.client.io.ConnectionManager |
use
HttpClient with WebSocketClient directly |
| org.eclipse.jetty.websocket.api.extensions.ExtensionFactory |
this class is removed from Jetty 10.0.0+
|
| org.eclipse.jetty.websocket.server.pathmap.PathSpec |
moved to jetty-http
PathSpec (this facade will be removed in Jetty 9.4) |
| org.eclipse.jetty.websocket.server.pathmap.RegexPathSpec |
moved to jetty-http
RegexPathSpec (this facade will be removed in Jetty 9.4) |
| org.eclipse.jetty.websocket.server.pathmap.ServletPathSpec |
moved to jetty-http
ServletPathSpec (this facade will be removed in Jetty 9.4) |
| org.eclipse.jetty.websocket.server.ServletWebSocketRequest |
use
ServletUpgradeRequest instead |
| org.eclipse.jetty.websocket.server.ServletWebSocketResponse |
use
ServletUpgradeResponse instead |
| org.eclipse.jetty.websocket.common.util.Utf8PartialBuilder |
| Constructor | Description |
|---|---|
| org.eclipse.jetty.websocket.jsr356.server.ServerContainer(NativeWebSocketConfiguration, Executor) |
use
ServerContainer(NativeWebSocketConfiguration, HttpClient) instead |
Copyright © 1995–2019 Webtide. All rights reserved.