class Durian::Resolver::Server
- Durian::Resolver::Server
- Reference
- Object
Defined in:
durian/resolver/server.crConstructors
Instance Method Summary
- #ipAddress : Socket::IPAddress
- #ipAddress=(ipAddress : Socket::IPAddress)
- #protocol : Protocol
- #protocol=(protocol : Protocol)
- #tls : TransportLayerSecurity | Nil
- #tls=(tls : TransportLayerSecurity | Nil)
Constructor Detail
def self.new(ipAddress : Socket::IPAddress = Socket::IPAddress.new("8.8.8.8", 53), protocol : Protocol = Protocol::UDP, tls : TransportLayerSecurity | Nil = nil)
#