DnsClientOptions

Configuration options for Vert.x DNS client.

package

Default

Methods

DnsClientOptions constructor

__construct( $dnsClientOptions = null) 

Arguments

$dnsClientOptions

mixed | null

getHost

getHost() : string

Response

string

getLogActivity

getLogActivity() : boolean

Response

boolean

getPort

getPort() : integer

Response

integer

getQueryTimeout

getQueryTimeout() : integer

Response

integer

isRecursionDesired

isRecursionDesired() : boolean

Response

boolean

setHost

setHost( $host) : $this

Arguments

$host

string

Response

$this

setLogActivity

setLogActivity( $logActivity) : $this

Arguments

$logActivity

boolean

Response

$this

setPort

setPort( $port) : $this

Arguments

$port

integer

Response

$this

setQueryTimeout

setQueryTimeout( $queryTimeout) : $this

Arguments

$queryTimeout

integer

Response

$this

setRecursionDesired

setRecursionDesired( $recursionDesired) : $this

Arguments

$recursionDesired

boolean

Response

$this