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