module EventStore::HTTP::Connect::Controls::Timeouts

Public Class Methods

continue() click to toggle source
# File lib/event_store/http/connect/controls/timeouts.rb, line 6
def self.continue
  1
end
keep_alive() click to toggle source
# File lib/event_store/http/connect/controls/timeouts.rb, line 10
def self.keep_alive
  2
end
open() click to toggle source
# File lib/event_store/http/connect/controls/timeouts.rb, line 14
def self.open
  3
end
read() click to toggle source
# File lib/event_store/http/connect/controls/timeouts.rb, line 18
def self.read
  4
end