class BlockingHttp4sServlet[F[_]] extends Http4sServlet[F]

Source
BlockingHttp4sServlet.scala
Linear Supertypes
Http4sServlet[F], HttpServlet, GenericServlet, Serializable, ServletConfig, Servlet, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BlockingHttp4sServlet
  2. Http4sServlet
  3. HttpServlet
  4. GenericServlet
  5. Serializable
  6. ServletConfig
  7. Servlet
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BlockingHttp4sServlet(service: HttpRoutes[F], servletIo: BlockingServletIo[F], serviceErrorHandler: ServiceErrorHandler[F])(implicit F: Effect[F])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from BlockingHttp4sServlet[F] to any2stringadd[BlockingHttp4sServlet[F]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (BlockingHttp4sServlet[F], B)
    Implicit
    This member is added by an implicit conversion from BlockingHttp4sServlet[F] to ArrowAssoc[BlockingHttp4sServlet[F]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def destroy(): Unit
    Definition Classes
    GenericServlet → Servlet
  9. def doDelete(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  10. def doGet(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  11. def doHead(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  12. def doOptions(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  13. def doPost(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  14. def doPut(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  15. def doTrace(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  16. def ensuring(cond: (BlockingHttp4sServlet[F]) ⇒ Boolean, msg: ⇒ Any): BlockingHttp4sServlet[F]
    Implicit
    This member is added by an implicit conversion from BlockingHttp4sServlet[F] to Ensuring[BlockingHttp4sServlet[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (BlockingHttp4sServlet[F]) ⇒ Boolean): BlockingHttp4sServlet[F]
    Implicit
    This member is added by an implicit conversion from BlockingHttp4sServlet[F] to Ensuring[BlockingHttp4sServlet[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): BlockingHttp4sServlet[F]
    Implicit
    This member is added by an implicit conversion from BlockingHttp4sServlet[F] to Ensuring[BlockingHttp4sServlet[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): BlockingHttp4sServlet[F]
    Implicit
    This member is added by an implicit conversion from BlockingHttp4sServlet[F] to Ensuring[BlockingHttp4sServlet[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from BlockingHttp4sServlet[F] to StringFormat[BlockingHttp4sServlet[F]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def getInitParameter(arg0: String): String
    Definition Classes
    GenericServlet → ServletConfig
  26. def getInitParameterNames(): Enumeration[String]
    Definition Classes
    GenericServlet → ServletConfig
  27. def getLastModified(arg0: HttpServletRequest): Long
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
  28. def getServletConfig(): ServletConfig
    Definition Classes
    GenericServlet → Servlet
  29. def getServletContext(): ServletContext
    Definition Classes
    GenericServlet → ServletConfig
  30. def getServletInfo(): String
    Definition Classes
    GenericServlet → Servlet
  31. def getServletName(): String
    Definition Classes
    GenericServlet → ServletConfig
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. def init(config: ServletConfig): Unit
    Definition Classes
    Http4sServlet → GenericServlet → Servlet
  34. def init(): Unit
    Definition Classes
    GenericServlet
    Annotations
    @throws( ... )
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. def log(arg0: String, arg1: Throwable): Unit
    Definition Classes
    GenericServlet
  37. def log(arg0: String): Unit
    Definition Classes
    GenericServlet
  38. val logger: Logger
    Attributes
    protected
    Definition Classes
    Http4sServlet
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. def onParseFailure(parseFailure: ParseFailure, servletResponse: HttpServletResponse, bodyWriter: BodyWriter[F]): F[Unit]
    Attributes
    protected
    Definition Classes
    Http4sServlet
  43. def renderResponse(response: Response[F], servletResponse: HttpServletResponse, bodyWriter: BodyWriter[F]): F[Unit]
    Attributes
    protected
    Definition Classes
    Http4sServlet
  44. def service(servletRequest: HttpServletRequest, servletResponse: HttpServletResponse): Unit
    Definition Classes
    BlockingHttp4sServlet → HttpServlet
  45. def service(arg0: ServletRequest, arg1: ServletResponse): Unit
    Definition Classes
    HttpServlet → GenericServlet → Servlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  46. val serviceFn: (Request[F]) ⇒ OptionT[F, Response[F]]
    Attributes
    protected
    Definition Classes
    Http4sServlet
  47. var servletApiVersion: ServletApiVersion
    Attributes
    protected
    Definition Classes
    Http4sServlet
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. def toHeaders(req: HttpServletRequest): Headers
    Attributes
    protected
    Definition Classes
    Http4sServlet
  50. def toRequest(req: HttpServletRequest): ParseResult[Request[F]]
    Attributes
    protected
    Definition Classes
    Http4sServlet
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  55. def [B](y: B): (BlockingHttp4sServlet[F], B)
    Implicit
    This member is added by an implicit conversion from BlockingHttp4sServlet[F] to ArrowAssoc[BlockingHttp4sServlet[F]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
  56. object ServletRequestKeys
    Definition Classes
    Http4sServlet

Inherited from Http4sServlet[F]

Inherited from HttpServlet

Inherited from GenericServlet

Inherited from Serializable

Inherited from ServletConfig

Inherited from Servlet

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from BlockingHttp4sServlet[F] to any2stringadd[BlockingHttp4sServlet[F]]

Inherited by implicit conversion StringFormat from BlockingHttp4sServlet[F] to StringFormat[BlockingHttp4sServlet[F]]

Inherited by implicit conversion Ensuring from BlockingHttp4sServlet[F] to Ensuring[BlockingHttp4sServlet[F]]

Inherited by implicit conversion ArrowAssoc from BlockingHttp4sServlet[F] to ArrowAssoc[BlockingHttp4sServlet[F]]

Ungrouped