Package akka.http.javadsl.model.ws
-
Interface Summary Interface Description PeerClosedConnectionException A PeerClosedConnectionException will be reported to the WebSocket handler if the peer has closed the connection.UpgradeToWebSocket Deprecated. use the WebSocketUpgrade attribute instead since 10.2.0WebSocketUpgrade An attribute that WebSocket requests will contain.WebSocketUpgradeResponse Represents an upgrade response for a WebSocket upgrade request. -
Class Summary Class Description BinaryMessage Represents a WebSocket binary message.BinaryMessage$ Message Represents a WebSocket message.Message$ TextMessage Represents a WebSocket text message.TextMessage$ WebSocket WebSocket$ WebSocketRequest Represents a WebSocket request.WebSocketRequest$ WebSocketUpgradeResponse$