Class: Selenium::WebDriver::Remote::Http::Persistent Private

Inherits:
Default
  • Object
show all
Defined in:
lib/selenium/webdriver/remote/http/persistent.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Constant Summary

Constants inherited from Common

Common::CONTENT_TYPE, Common::DEFAULT_HEADERS, Common::MAX_REDIRECTS

Instance Attribute Summary

Attributes inherited from Default

#open_timeout, #read_timeout

Attributes inherited from Common

#timeout

Instance Method Summary collapse

Methods inherited from Default

#initialize, #timeout=

Methods inherited from Common

#call, #initialize, #quit_errors

Constructor Details

This class inherits a constructor from Selenium::WebDriver::Remote::Http::Default

Instance Method Details

#closeObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



28
29
30
# File 'lib/selenium/webdriver/remote/http/persistent.rb', line 28

def close
  @http.shutdown if @http
end