com.gilt.util.net

dns

package dns

Visibility
  1. Public
  2. All

Type Members

  1. class InvalidServiceNameException extends Exception

  2. trait ServiceLookup extends AnyRef

    A thin wrapper around http://www.

  3. case class ServiceLookupException(serviceName: String, cause: Exception) extends Exception with Product with Serializable

  4. case class ServiceName(name: String) extends Product with Serializable

    Name of the service in a format compatible with our use of DNS SRV record feature.

  5. case class ServiceRecord(host: InetAddress, port: Int, priority: Int, weight: Int) extends Product with Serializable

    Used to create a canonical host:port connection string to some service or cluster.

Value Members

  1. object ServiceLookup extends ServiceLookup

  2. object ServiceName extends Serializable

Ungrouped