class Fluent::PluginHelper::HttpServer::Server

def stop

def stop
  @logger.debug('closing HTTP server')
  if @reactor
    @reactor.stop
  end
end