Packages

case class DefaultHostInfo(host: Host, securedConnection: Boolean) extends Product with Serializable

Source
RouteTest.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultHostInfo
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
Implicitly
  1. by WithTransformation
  2. by WithTransformation
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DefaultHostInfo(host: Host, securedConnection: Boolean)

Value Members

  1. val host: Host
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. val securedConnection: Boolean

Shadowed Implicit Value Members

  1. def ~>[B](f: ((RouteTest.this)#DefaultHostInfo) => B): B
    Implicit
    This member is added by an implicit conversion from (RouteTest.this)#DefaultHostInfo toclient.RequestBuilding.WithTransformation[(RouteTest.this)#DefaultHostInfo] performed by method WithTransformation in akka.http.scaladsl.client.TransformerPipelineSupport.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (defaultHostInfo: client.RequestBuilding.WithTransformation[(RouteTest.this)#DefaultHostInfo]).~>(f)
    Definition Classes
    WithTransformation
  2. def ~>[B](f: ((RouteTest.this)#DefaultHostInfo) => B): B
    Implicit
    This member is added by an implicit conversion from (RouteTest.this)#DefaultHostInfo toclient.TransformerPipelineSupport.WithTransformation[(RouteTest.this)#DefaultHostInfo] performed by method WithTransformation in akka.http.scaladsl.client.TransformerPipelineSupport.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (defaultHostInfo: client.TransformerPipelineSupport.WithTransformation[(RouteTest.this)#DefaultHostInfo]).~>(f)
    Definition Classes
    WithTransformation