struct SOCKS::Options::Client::ReusePool

Defined in:

socks/options.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(clearInterval : Time::Span = 10.seconds, capacity : Int32 = 5) #

[View source]

Instance Method Detail

def capacity : Int32 #

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

[View source]
def clearInterval : Time::Span #

[View source]
def clearInterval=(clearInterval : Time::Span) #

[View source]