Class FayeRails::Filter
In: lib/faye-rails/filter.rb
Parent: Object

Methods

destroy   incoming   logger   new   outgoing   respond_to?  

Classes and Modules

Class FayeRails::Filter::DSL

Attributes

channel  [R] 
logger  [W] 
server  [RW] 

Public Class methods

Create a new FayeRails::Filter which can be passed to Faye::RackAdapter#add_extension.

@param channel

  Optional channel name to limit messages to.

@param direction

  :in, :out or :any.

@param block

  A proc object to be called when filtering messages.

Public Instance methods

[Validate]