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 and closeReason contain close messages as reported by the peer.- 
Method Summary
- 
Method Details- 
closeCodeint closeCode()
- 
closeReasonString closeReason()
 
-