class SrvRecord extends AnyRef
Represent a Service-Record (SRV) which was resolved for a domain.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SrvRecord
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SrvRecord(_asJava: AnyRef)
Value Members
- def asJava: AnyRef
-
def
name(): String
Returns the name for the server being queried.
-
def
port(): Int
Returns the port the service is running on.
-
def
priority(): Int
Returns the priority for this service record.
-
def
protocol(): String
Returns the protocol for the service being queried (i.e.
Returns the protocol for the service being queried (i.e. "_tcp").
-
def
service(): String
Returns the service's name (i.e.
Returns the service's name (i.e. "_http").
-
def
target(): Option[String]
Returns the name of the host for the service.
-
def
weight(): Int
Returns the weight of this service record.