Forwarded

object Forwarded extends ForwardedRenderers
Companion
class
trait Product
trait Mirror
trait ForwardedRenderers
class Object
trait Matchable
class Any

Type members

Classlikes

sealed trait Element extends Renderable
Companion
object
object Element

Enables the following construction syntax (which preserves type safety and consistency):

Enables the following construction syntax (which preserves type safety and consistency):

 Element
   .fromBy(<by-node>)
   .withFor(<for-node>)
   .withHost(<host>)
   .withProto(<schema>)`
Companion
class
sealed abstract case class Host
Companion
object
object Host
Companion
class
final case class Node(nodeName: Name, nodePort: Option[Port])
Companion
object
object Node
Companion
class

Types

type Proto = Scheme

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(head: Element, tail: Element*): Forwarded
def parse(s: String): ParseResult[Forwarded]

Inherited methods

protected def renderElement(writer: Writer, elem: Element): writer
Inherited from
ForwardedRenderers

Concrete fields

final val PortMax: 65535
final val PortMin: 0
val name: CIString

Implicits

Implicits

implicit val headerSemigroupInstance: Semigroup[Forwarded]

Inherited implicits

Inherited from
ForwardedRenderers
Inherited from
ForwardedRenderers
Inherited from
ForwardedRenderers
Inherited from
ForwardedRenderers