Class: Goliath::API

Inherits:
Object
  • Object
show all
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_callObject



24
# File 'lib/faye/adapters/goliath.rb', line 24

alias :goliath_call :call