class Qpid::Proton::Container::ConnectionTask

Container driver applies options and adds container context to events

Public Class Methods

new(container, io, opts, server=false) click to toggle source
Calls superclass method Qpid::Proton::HandlerDriver.new
# File lib/core/container.rb, line 36
def initialize container, io, opts, server=false
  super io, opts[:handler]
  transport.set_server if server
  transport.apply opts
  connection.apply opts
end