class WebSocket::Frame::Outgoing::Server

Public Instance Methods

incoming_masking?() click to toggle source
# File lib/websocket/frame/outgoing/server.rb, line 7
def incoming_masking?
  @handler.masking?
end
outgoing_masking?() click to toggle source
# File lib/websocket/frame/outgoing/server.rb, line 11
def outgoing_masking?
  false
end