Configuration options for Vert.x DNS client.
package |
Default |
---|
__construct( $dnsClientOptions = null)
mixed | null
getHost() : string
string
getLogActivity() : boolean
boolean
getPort() : integer
integer
getQueryTimeout() : integer
integer
isRecursionDesired() : boolean
boolean
setHost( $host) : $this
string
$this
setLogActivity( $logActivity) : $this
boolean
$this
setPort( $port) : $this
integer
$this
setQueryTimeout( $queryTimeout) : $this
integer
$this
setRecursionDesired( $recursionDesired) : $this
boolean
$this