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

    Modifier and Type
    Method
    Description
    int
     
     
  • Method Details

    • closeCode

      int closeCode()
    • closeReason

      String closeReason()