Package akka.http.javadsl.model.ws
Interface PeerClosedConnectionException
-
- All Known Implementing Classes:
PeerClosedConnectionException
public interface PeerClosedConnectionException
A PeerClosedConnectionException will be reported to the WebSocket handler if the peer has closed the connection.closeCode
andcloseReason
contain close messages as reported by the peer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
closeCode()
java.lang.String
closeReason()
-