Class
EventMachine::DNS::Socket
In:
lib/em/resolver.rb
Parent:
EventMachine::Connection
Methods
nameserver
nameserver=
new
open
post_init
receive_data
register_request
send_packet
tick
unbind
Public Class methods
new
()
open
()
Public Instance methods
nameserver
()
nameserver=
(ns)
post_init
()
receive_data
(data)
Decodes the packet, looks for the request and passes the response over to the requester
register_request
(id, req)
send_packet
(pkt)
tick
()
unbind
()
[Validate]