Exception: Stomp::Error::HandShakeDetectedError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Stomp::Error::HandShakeDetectedError
- Defined in:
- lib/stomp/errors.rb
Overview
HandShakeDetectedError is raised if:
-
A normal read detects inbound handskake data
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
331 332 333 |
# File 'lib/stomp/errors.rb', line 331 def "Handshake data found, possible mismatched port and sslparams" end |