Exception: Stomp::Error::HandShakeDetectedError

Inherits:
RuntimeError
  • Object
show all
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

#messageObject



331
332
333
# File 'lib/stomp/errors.rb', line 331

def message
  "Handshake data found, possible mismatched port and sslparams"
end