Class: WebSocket::Frame::Incoming::Server
- Inherits:
-
WebSocket::Frame::Incoming
- Object
- Base
- WebSocket::Frame::Incoming
- WebSocket::Frame::Incoming::Server
- Defined in:
- lib/websocket/frame/incoming/server.rb
Instance Attribute Summary
Attributes inherited from Base
#code, #data, #error, #type, #version
Attributes included from ExceptionHandler
Instance Method Summary collapse
Methods inherited from WebSocket::Frame::Incoming
#<<, #decoded?, #initialize, #next, #to_s
Methods inherited from Base
#error?, #initialize, #support_type?, #supported_frames
Methods included from NiceInspect
Methods included from ExceptionHandler
Constructor Details
This class inherits a constructor from WebSocket::Frame::Incoming
Instance Method Details
#incoming_masking? ⇒ Boolean
7 8 9 |
# File 'lib/websocket/frame/incoming/server.rb', line 7 def incoming_masking? @handler.masking? end |
#outgoing_masking? ⇒ Boolean
11 12 13 |
# File 'lib/websocket/frame/incoming/server.rb', line 11 def outgoing_masking? false end |