class Coffee::TimeOut

Included Modules

Defined in:

coffee/timeout.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(connect : Int32 = 2, read : Int32 = 2, write : Int32 = 2) #

[View source]

Instance Method Detail

def connect : Int32 #

[View source]
def connect=(connect : Int32) #

[View source]
def read : Int32 #

[View source]
def read=(read : Int32) #

[View source]
def write : Int32 #

[View source]
def write=(write : Int32) #

[View source]