Class: Qpid::Proton::Handler::CFlowController

Inherits:
WrappedHandler show all
Includes:
Util::Wrapper
Defined in:
lib/handler/c_flow_controller.rb

Instance Method Summary collapse

Methods included from Util::Wrapper

#impl, #impl=, included, registry

Methods inherited from WrappedHandler

#add, #clear, #on_error=, wrap

Methods included from Util::Handler

#chandler

Constructor Details

#initialize(window = 1024) ⇒ CFlowController

Returns a new instance of CFlowController.



27
28
29
# File 'lib/handler/c_flow_controller.rb', line 27

def initialize(window = 1024)
  super(Cproton.pn_flowcontroller(window))
end