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 Serializable
trait Product
trait Equals
trait Comparable[ServletApiVersion]
class Object
trait Matchable
class Any
Show all

Members list

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