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 Detail

      • closeCode

        int closeCode()
      • closeReason

        java.lang.String closeReason()