Class: OnStomp::Components::URI::STOMP_SSL

Inherits:
STOMP
  • Object
show all
Defined in:
lib/onstomp/components/uri.rb

Overview

A URI class for representing URIs with a ‘stomp+ssl’ scheme.

Constant Summary collapse

DEFAULT_PORT =

The default port to use for these kinds of URI objects when none has been specified.

61612

Instance Method Summary collapse

Methods inherited from STOMP

#open

Instance Method Details

#onstomp_socket_type:ssl

The type of socket to use with these kinds of URI objects.

Returns:

  • (:ssl)


22
# File 'lib/onstomp/components/uri.rb', line 22

def onstomp_socket_type; :ssl; end