Class: NewRelic::Security::WebSocket::Frame::Outgoing::Client
- Inherits:
-
Outgoing
- Object
- Outgoing
- NewRelic::Security::WebSocket::Frame::Outgoing::Client
- 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
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
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 |