Packages

class SrvRecord extends AnyRef

Represent a Service-Record (SRV) which was resolved for a domain.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SrvRecord
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SrvRecord(_asJava: AnyRef)

Value Members

  1. def asJava: AnyRef
  2. def name(): String

    Returns the name for the server being queried.

  3. def port(): Int

    Returns the port the service is running on.

  4. def priority(): Int

    Returns the priority for this service record.

  5. def protocol(): String

    Returns the protocol for the service being queried (i.e.

    Returns the protocol for the service being queried (i.e. "_tcp").

  6. def service(): String

    Returns the service's name (i.e.

    Returns the service's name (i.e. "_http").

  7. def target(): Option[String]

    Returns the name of the host for the service.

  8. def weight(): Int

    Returns the weight of this service record.