Class: StickyElephant::Handler::Error

Inherits:
Base
  • Object
show all
Defined in:
lib/sticky_elephant/handler/error.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from StickyElephant::Handler::Base

Instance Method Details

#processObject



4
5
6
# File 'lib/sticky_elephant/handler/error.rb', line 4

def process
  socket.write(handshake_error)
end