Module: Citrus
- Defined in:
- lib/citrus-loader/loader.rb
Constant Summary collapse
- AppRemote =
AppRemote
Class.new { def initialize context @app = context end }
- AppHandler =
AppHandler
Class.new { def initialize context @app = context end }
- HandlerFilter =
HandlerFilter
Class.new
- RpcFilter =
RpcFilter
Class.new