Class: EventMachine::WsClientOptions
- Inherits:
-
HttpClientOptions
- Object
- HttpClientOptions
- EventMachine::WsClientOptions
- Defined in:
- lib/em-ws-request/options.rb
Instance Method Summary collapse
Instance Method Details
#ssl? ⇒ Boolean
3 |
# File 'lib/em-ws-request/options.rb', line 3 def ssl?; @uri.scheme == "wss" || super; end |