Class: Rack::Handler::FTW

Inherits:
Object
  • Object
show all
Defined in:
lib/logstash/kibana.rb

Instance Method Summary collapse

Instance Method Details

#handle_connection(connection) ⇒ Object



10
11
12
13
# File 'lib/logstash/kibana.rb', line 10

def handle_connection(connection)
  #require "pry"; binding.pry
  return handle_connection_(connection)
end

#handle_connection_Object



9
# File 'lib/logstash/kibana.rb', line 9

alias_method :handle_connection_, :handle_connection