Class: Manticore::LoggingStandardRetryHandler

Inherits:
Java::OrgApacheHttpImplClient::StandardHttpRequestRetryHandler
  • Object
show all
Defined in:
lib/manticore/client.rb

Instance Method Summary collapse

Instance Method Details

#retryRequest(exception, executionCount, context) ⇒ Object



658
659
660
661
# File 'lib/manticore/client.rb', line 658

def retryRequest(exception, executionCount, context)
  context.setAttribute "retryCount", executionCount
  super(exception, executionCount, context)
end