class Qpid::Proton::Handler::CFlowController
@private
Public Class Methods
new(window = 1024)
click to toggle source
Calls superclass method
Qpid::Proton::Handler::WrappedHandler.new
# File lib/handler/c_flow_controller.rb, line 27 def initialize(window = 1024) super(Cproton.pn_flowcontroller(window)) end