Class: NewRelic::Security::WebSocket::Frame::Outgoing::Client

Inherits:
Outgoing
  • Object
show all
Defined in:
lib/newrelic_security/websocket-client-simple/websocket-ruby/lib/websocket/frame/outgoing/client.rb

Instance Method Summary collapse

Instance Method Details

#incoming_masking?Boolean

Returns:

  • (Boolean)


7
8
9
# File 'lib/newrelic_security/websocket-client-simple/websocket-ruby/lib/websocket/frame/outgoing/client.rb', line 7

def incoming_masking?
  false
end

#outgoing_masking?Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/newrelic_security/websocket-client-simple/websocket-ruby/lib/websocket/frame/outgoing/client.rb', line 11

def outgoing_masking?
  @handler.masking?
end