final case class HttpVersion extends Renderable with Ordered[HttpVersion] with Product with Serializable
An HTTP version, as seen on the start line of an HTTP request or response.
- Source
- HttpVersion.scala
- See also
[http://tools.ietf.org/html/rfc7230#section-2.6 RFC 7320, Section 2.6
- Alphabetic
- By Inheritance
- HttpVersion
- Serializable
- Serializable
- Product
- Equals
- Ordered
- Comparable
- Renderable
- AnyRef
- Any
- by orderingToOrdered
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from HttpVersion to any2stringadd[HttpVersion] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (HttpVersion, B)
- Implicit
- This member is added by an implicit conversion from HttpVersion to ArrowAssoc[HttpVersion] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
def
<(that: HttpVersion): Boolean
- Definition Classes
- Ordered
-
def
<=(that: HttpVersion): Boolean
- Definition Classes
- Ordered
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
>(that: HttpVersion): Boolean
- Definition Classes
- Ordered
-
def
>=(that: HttpVersion): Boolean
- Definition Classes
- Ordered
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
compare(that: HttpVersion): Int
- Definition Classes
- HttpVersion → Ordered
-
def
compareTo(that: HttpVersion): Int
- Definition Classes
- Ordered → Comparable
-
def
ensuring(cond: (HttpVersion) ⇒ Boolean, msg: ⇒ Any): HttpVersion
- Implicit
- This member is added by an implicit conversion from HttpVersion to Ensuring[HttpVersion] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (HttpVersion) ⇒ Boolean): HttpVersion
- Implicit
- This member is added by an implicit conversion from HttpVersion to Ensuring[HttpVersion] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): HttpVersion
- Implicit
- This member is added by an implicit conversion from HttpVersion to Ensuring[HttpVersion] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): HttpVersion
- Implicit
- This member is added by an implicit conversion from HttpVersion to Ensuring[HttpVersion] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from HttpVersion to StringFormat[HttpVersion] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val major: Int
- val minor: Int
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
render(writer: Writer): writer.type
Base method for rendering this object efficiently
Base method for rendering this object efficiently
- Definition Classes
- HttpVersion → Renderable
-
def
renderString: String
Generates a String rendering of this object
Generates a String rendering of this object
- Definition Classes
- Renderable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Renderable → Any
-
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( ... )
-
def
→[B](y: B): (HttpVersion, B)
- Implicit
- This member is added by an implicit conversion from HttpVersion to ArrowAssoc[HttpVersion] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Shadowed Implicit Value Members
-
def
<(that: HttpVersion): Boolean
- Implicit
- This member is added by an implicit conversion from HttpVersion to Ordered[HttpVersion] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(httpVersion: Ordered[HttpVersion]).<(that)
- Definition Classes
- Ordered
-
def
<=(that: HttpVersion): Boolean
- Implicit
- This member is added by an implicit conversion from HttpVersion to Ordered[HttpVersion] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(httpVersion: Ordered[HttpVersion]).<=(that)
- Definition Classes
- Ordered
-
def
>(that: HttpVersion): Boolean
- Implicit
- This member is added by an implicit conversion from HttpVersion to Ordered[HttpVersion] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(httpVersion: Ordered[HttpVersion]).>(that)
- Definition Classes
- Ordered
-
def
>=(that: HttpVersion): Boolean
- Implicit
- This member is added by an implicit conversion from HttpVersion to Ordered[HttpVersion] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(httpVersion: Ordered[HttpVersion]).>=(that)
- Definition Classes
- Ordered
-
def
compare(that: HttpVersion): Int
- Implicit
- This member is added by an implicit conversion from HttpVersion to Ordered[HttpVersion] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(httpVersion: Ordered[HttpVersion]).compare(that)
- Definition Classes
- Ordered
-
def
compareTo(that: HttpVersion): Int
- Implicit
- This member is added by an implicit conversion from HttpVersion to Ordered[HttpVersion] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(httpVersion: Ordered[HttpVersion]).compareTo(that)
- Definition Classes
- Ordered → Comparable