Class: OnStomp::Components::URI::STOMP_SSL
- Inherits:
-
STOMP
- Object
- URI::Generic
- STOMP
- OnStomp::Components::URI::STOMP_SSL
- 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
Instance Method Summary (collapse)
-
- (:ssl) onstomp_socket_type
The type of socket to use with these kinds of URI objects.
Methods inherited from STOMP
Instance Method Details
- (:ssl) onstomp_socket_type
The type of socket to use with these kinds of URI objects.
22 |
# File 'lib/onstomp/components/uri.rb', line 22 def onstomp_socket_type; :ssl; end |