ServerAddress

case class ServerAddress(host: String, port: Int, scheme: String)

Server address holder

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def hostAndPort: String
override def toString: String
Definition Classes
Any
def uri: String

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product