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

DEFAULT_PORT =

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

61612

Constants inherited from STOMP

DEFAULT_PORT

Instance Method Summary (collapse)

Methods inherited from STOMP

#open

Instance Method Details

- (:ssl) onstomp_socket_type

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