Java io.vertx.core.dns SrvRecord fields, constructors, methods, implement or subclass

Example usage for Java io.vertx.core.dns SrvRecord fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.vertx.core.dns SrvRecord.

The text is from its open source code.

Method

Stringname()
Returns the name for the server being queried.
intport()
Returns the port the service is running on.
intpriority()
Returns the priority for this service record.
Stringprotocol()
Returns the protocol for the service being queried (i.e.
Stringservice()
Returns the service's name (i.e.
Stringtarget()
Returns the name of the host for the service.
intweight()
Returns the weight of this service record.