struct AMQProxy::UpstreamChannel

Defined in:

amqproxy/records.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(upstream : Upstream, channel : UInt16) #

[View source]

Instance Method Detail

def channel : UInt16 #

def clone #

[View source]
def close(code, reason) #

[View source]
def copy_with(upstream _upstream = @upstream, channel _channel = @channel) #

[View source]
def upstream : Upstream #

def write(frame) #

[View source]