method
new
v2_6_3 -
Show latest stable
- Class:
Resolv::DNS::Requester::ConnectedUDP
new(host, port=Port)public
No documentation available.
# File lib/resolv.rb, line 804
def initialize(host, port=Port)
super()
@host = host
@port = port
@mutex = Thread::Mutex.new
@initialized = false
end