Class: Cramp::LongPolling

Inherits:
Action show all
Defined in:
lib/cramp/long_polling.rb

Overview

All the usual Cramp::Action stuff. But the request is terminated as soon as render() is called.

Method Summary

Methods inherited from Action

#initialize

Methods included from KeepConnectionAlive

#keep_connection_alive

Methods included from PeriodicTimer

#initialize

Methods inherited from Abstract

call, #initialize, #process

Methods included from Callbacks

#before_start, #callback_wrapper, #on_finish, #on_start

Constructor Details

This class inherits a constructor from Cramp::Action