c

org.http4s.servlet

Http4sServlet

class Http4sServlet extends HttpServlet

Source
Http4sServlet.scala
Linear Supertypes
HttpServlet, GenericServlet, Serializable, ServletConfig, Servlet, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Http4sServlet
  2. HttpServlet
  3. GenericServlet
  4. Serializable
  5. ServletConfig
  6. Servlet
  7. AnyRef
  8. 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 Http4sServlet(service: HttpService, asyncTimeout: Duration = Duration.Inf, threadPool: ExecutorService = DefaultPool, servletIo: ServletIo = BlockingServletIo(DefaultChunkSize))

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 Http4sServlet to any2stringadd[Http4sServlet] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Http4sServlet, B)
    Implicit
    This member is added by an implicit conversion from Http4sServlet to ArrowAssoc[Http4sServlet] 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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def destroy(): Unit
    Definition Classes
    GenericServlet → Servlet
  9. def doDelete(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  10. def doGet(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  11. def doHead(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  12. def doOptions(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  13. def doPost(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  14. def doPut(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  15. def doTrace(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  16. def ensuring(cond: (Http4sServlet) ⇒ Boolean, msg: ⇒ Any): Http4sServlet
    Implicit
    This member is added by an implicit conversion from Http4sServlet to Ensuring[Http4sServlet] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (Http4sServlet) ⇒ Boolean): Http4sServlet
    Implicit
    This member is added by an implicit conversion from Http4sServlet to Ensuring[Http4sServlet] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): Http4sServlet
    Implicit
    This member is added by an implicit conversion from Http4sServlet to Ensuring[Http4sServlet] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): Http4sServlet
    Implicit
    This member is added by an implicit conversion from Http4sServlet to Ensuring[Http4sServlet] 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[java.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 Http4sServlet to StringFormat[Http4sServlet] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  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[javax.servlet.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
  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. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  41. def service(servletRequest: HttpServletRequest, servletResponse: HttpServletResponse): Unit
    Definition Classes
    Http4sServlet → HttpServlet
  42. def service(arg0: ServletRequest, arg1: ServletResponse): Unit
    Definition Classes
    HttpServlet → GenericServlet → Servlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. def [B](y: B): (Http4sServlet, B)
    Implicit
    This member is added by an implicit conversion from Http4sServlet to ArrowAssoc[Http4sServlet] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

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 Http4sServlet to any2stringadd[Http4sServlet]

Inherited by implicit conversion StringFormat from Http4sServlet to StringFormat[Http4sServlet]

Inherited by implicit conversion Ensuring from Http4sServlet to Ensuring[Http4sServlet]

Inherited by implicit conversion ArrowAssoc from Http4sServlet to ArrowAssoc[Http4sServlet]

Ungrouped