open class SrvRecord
Represent a Service-Record (SRV) which was resolved for a domain. NOTE: This class has been automatically generated from the io.vertx.core.dns.SrvRecord non RX-ified interface using Vert.x codegen.
SrvRecord(delegate: SrvRecord) |
static val __TYPE_ARG: TypeArg<SrvRecord> |
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): SrvRecord |
|
open fun hashCode(): Int |
|
open fun name(): String
Returns the name for the server being queried. |
|
open static fun newInstance(arg: SrvRecord): SrvRecord |
|
open fun port(): Int
Returns the port the service is running on. |
|
open fun priority(): Int
Returns the priority for this service record. |
|
open fun protocol(): String
Returns the protocol for the service being queried (i.e. "_tcp"). |
|
open fun service(): String
Returns the service's name (i.e. "_http"). |
|
open fun target(): String
Returns the name of the host for the service. |
|
open fun toString(): String |
|
open fun weight(): Int
Returns the weight of this service record. |