Class | Thrift::UNIXSocket |
In: |
lib/thrift/transport/unix_socket.rb
lib/thrift/transport/unix_socket.rb |
Parent: | Socket |
# File lib/thrift/transport/unix_socket.rb, line 25 25: def initialize(path, timeout=nil) 26: @path = path 27: @timeout = timeout 28: @desc = @path # for read()'s error 29: @handle = nil 30: end
# File lib/thrift/transport/unix_socket.rb, line 25 25: def initialize(path, timeout=nil) 26: @path = path 27: @timeout = timeout 28: @desc = @path # for read()'s error 29: @handle = nil 30: end