Exception: LibWebSocket::Frame::Error::NormalClosure

Inherits:
LibWebSocket::Frame::Error show all
Defined in:
lib/libwebsocket/frame/error.rb

Overview

1000 indicates a normal closure, meaning whatever purpose the connection was established for has been fulfilled.

Instance Method Summary collapse

Methods inherited from LibWebSocket::Frame::Error

#clean_close?

Instance Method Details

#status_codeObject



22
# File 'lib/libwebsocket/frame/error.rb', line 22

def status_code; 1000; end