ContentHandler

spice.http.server.handler.ContentHandler
case class ContentHandler(content: Content, status: HttpStatus) extends HttpHandler

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Ordered[HttpHandler]
trait Comparable[HttpHandler]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def handle(exchange: HttpExchange): IO[HttpExchange]

Attributes

Definition Classes

Inherited methods

def <(that: HttpHandler): Boolean

Attributes

Inherited from:
Ordered
def <=(that: HttpHandler): Boolean

Attributes

Inherited from:
Ordered
def >(that: HttpHandler): Boolean

Attributes

Inherited from:
Ordered
def >=(that: HttpHandler): Boolean

Attributes

Inherited from:
Ordered
override def compare(that: HttpHandler): Int

Attributes

Definition Classes
HttpHandler -> Ordered
Inherited from:
HttpHandler
def compareTo(that: HttpHandler): Int

Attributes

Inherited from:
Ordered
def priority: Priority

Attributes

Inherited from:
HttpHandler
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product