BlockingHttp4sServlet

org.http4s.servlet.BlockingHttp4sServlet$
See theBlockingHttp4sServlet companion class

Attributes

Companion:
class
Source:
BlockingHttp4sServlet.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply[F[_] : Sync](service: HttpApp[F], servletIo: ServletIo[F], dispatcher: Dispatcher[F]): BlockingHttp4sServlet[F]

Deprecated methods

def apply[F[_]](service: HttpApp[F], servletIo: ServletIo[F], dispatcher: Dispatcher[F], async: Async[F]): BlockingHttp4sServlet[F]

Attributes

Deprecated
true
Source:
BlockingHttp4sServlet.scala