Class: Fluent::Plugin::GroongaInput::HTTPInput

Inherits:
BaseInput
  • Object
show all
Defined in:
lib/fluent/plugin/in_groonga.rb

Defined Under Namespace

Classes: Handler, RequestHandler, ResponseHandler

Constant Summary

Constants inherited from BaseInput

BaseInput::DEFAULT_EMIT_COMMANDS

Instance Method Summary collapse

Methods inherited from BaseInput

#configure, #emit, #initialize, #log

Constructor Details

This class inherits a constructor from Fluent::Plugin::GroongaInput::BaseInput

Instance Method Details

#create_handler(connection, repeater) ⇒ Object



191
192
193
# File 'lib/fluent/plugin/in_groonga.rb', line 191

def create_handler(connection, repeater)
  Handler.new(self, connection, repeater)
end