class Stomp::Error::HandShakeDetectedError
HandShakeDetectedError
is raised if:
-
A normal read detects inbound handskake data
Public Instance Methods
Source
# File lib/stomp/errors.rb, line 330 def message "Handshake data found, possible mismatched port and sslparams" end