VerifyTargetConfig

Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def apply(port: Int): VerifyTargetConfig
def apply(port: Int, clientTimeout: Duration): VerifyTargetConfig
def apply(host: String, port: Int): VerifyTargetConfig
def apply(protocol: String, host: String, port: Int): VerifyTargetConfig
def apply(host: String, port: Int, clientTimeout: Duration): VerifyTargetConfig
def fromUrl(url: String): Option[VerifyTargetConfig]
def fromUrl(url: String, clientTimeout: Duration): Option[VerifyTargetConfig]