ServletApiVersion

org.http4s.servlet.ServletApiVersion
See theServletApiVersion companion object
final case class ServletApiVersion(major: Int, minor: Int) extends Ordered[ServletApiVersion]

Attributes

Companion:
object
Source:
ServletApiVersion.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def compare(that: ServletApiVersion): Int

Attributes

Definition Classes
Source:
ServletApiVersion.scala

Inherited methods

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

override val toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Source:
ServletApiVersion.scala