object Forwarded extends Internal[Forwarded] with Recurring with ForwardedRenderers with ForwardedModelParsing with Serializable
- Source
- Forwarded.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Forwarded
- Serializable
- Serializable
- ForwardedModelParsing
- ForwardedRenderers
- Recurring
- Extractable
- Internal
- HeaderKey
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait Element extends Renderable
-
type
HeaderT = Forwarded
- Definition Classes
- Internal → HeaderKey
- sealed abstract case class Host extends Product with Serializable
-
final
class
ModelHostParser extends Http4sParser[Host] with ModelParsers
- Attributes
- protected
- Definition Classes
- ForwardedModelParsing
-
final
class
ModelNodeObfuscatedParser extends Http4sParser[Obfuscated] with ModelParsers
- Attributes
- protected
- Definition Classes
- ForwardedModelParsing
-
final
class
ModelNodeParser extends Http4sParser[Node] with ModelParsers
- Attributes
- protected
- Definition Classes
- ForwardedModelParsing
- final case class Node(nodeName: Name, nodePort: Option[Port] = None) extends Product with Serializable
- type Proto = Scheme
-
type
GetT = Option[HeaderT]
- Definition Classes
- Recurring
- Annotations
- @deprecated
- Deprecated
(Since version 0.21.19) Unused. Will be removed in 0.22.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
NodeNameIpv4: Ipv4.type
- Attributes
- protected[http4s]
- final val PortMax: Int(65535)
- final val PortMin: Int(0)
- val Proto: Scheme.type
-
def
apply(first: Value, more: Value*): HeaderT
- Definition Classes
- Recurring
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
from(headers: Headers): Option[HeaderT]
- Definition Classes
- Recurring → Extractable
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
implicit
val
http4sForwardedHostRenderer: Renderer[Host]
- Definition Classes
- ForwardedRenderers
-
implicit
val
http4sForwardedNodeNameRenderer: Renderer[Name]
- Definition Classes
- ForwardedRenderers
-
implicit
val
http4sForwardedNodePortRenderer: Renderer[Port]
- Definition Classes
- ForwardedRenderers
-
implicit
val
http4sForwardedNodeRenderer: Renderer[Node]
- Definition Classes
- ForwardedRenderers
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
matchHeader(header: Header): Option[HeaderT]
- Definition Classes
- Internal → HeaderKey
-
val
name: CaseInsensitiveString
- Definition Classes
- Internal → HeaderKey
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parse(s: String): ParseResult[Forwarded]
-
def
renderElement(writer: Writer, elem: Element): writer.type
- Attributes
- protected
- Definition Classes
- ForwardedRenderers
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- HeaderKey → AnyRef → Any
-
final
def
unapply(headers: Headers): Option[HeaderT]
- Definition Classes
- Extractable
-
final
def
unapply(header: Header): Option[HeaderT]
- Definition Classes
- HeaderKey
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
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>)`
- object Host extends Serializable
- object Node extends Serializable