Class: Goliath::API
- Inherits:
- 
      Object
      
        - Object
- Goliath::API
 
- Includes:
- Faye::WebSocket::Adapter
- Defined in:
- lib/faye/adapters/goliath.rb
Instance Method Summary collapse
Methods included from Faye::WebSocket::Adapter
#eventsource?, #socket_connection?, #websocket?
Instance Method Details
#call(env) ⇒ Object
| 26 27 28 29 | # File 'lib/faye/adapters/goliath.rb', line 26 def call(env) @env = env goliath_call(env) end | 
#goliath_call ⇒ Object
| 24 | # File 'lib/faye/adapters/goliath.rb', line 24 alias :goliath_call :call |