struct AMQProxy::DownstreamChannel

Defined in:

amqproxy/records.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(client : Client, channel : UInt16) #

[View source]

Instance Method Detail

def channel : UInt16 #

def client : Client #

def clone #

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

[View source]
def copy_with(client _client = @client, channel _channel = @channel) #

[View source]
def write(frame) #

[View source]