Class: URI::AMQPS

Inherits:
AMQP
  • Object
show all
Defined in:
lib/uri/amqps.rb

Constant Summary collapse

DEFAULT_PORT =
5671

Constants inherited from AMQP

URI::AMQP::COMPONENT, URI::AMQP::VERSION

Instance Attribute Summary

Attributes inherited from AMQP

#cacertfile, #certfile, #channel_max, #connection_timeout, #fail_if_no_peer_cert, #heartbeat, #keyfile, #verify, #vhost

Instance Method Summary collapse

Methods inherited from AMQP

#hierarchical?, #initialize

Constructor Details

This class inherits a constructor from URI::AMQP

Instance Method Details

#check_cacertfile(_) ⇒ Object



18
# File 'lib/uri/amqps.rb', line 18

def check_cacertfile(_); end

#check_certfile(_) ⇒ Object



20
# File 'lib/uri/amqps.rb', line 20

def check_certfile(_); end

#check_fail_if_no_peer_cert(_) ⇒ Object



16
# File 'lib/uri/amqps.rb', line 16

def check_fail_if_no_peer_cert(_); end

#check_keyfile(_) ⇒ Object



22
# File 'lib/uri/amqps.rb', line 22

def check_keyfile(_); end

#check_verify(_) ⇒ Object

rubocop:disable Naming/UncommunicativeMethodParamName



14
# File 'lib/uri/amqps.rb', line 14

def check_verify(_); end