org.http4s

servlet

package servlet

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. servlet
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractAsyncListener extends AsyncListener

    Attributes
    protected
  2. case class BlockingServletIo(chunkSize: Int) extends ServletIo with Product with Serializable

    Use standard blocking reads and writes.

  3. type BodyWriter = (Response) ⇒ Task[Unit]

    Attributes
    protected
  4. class Http4sServlet extends HttpServlet

  5. case class NonBlockingServletIo(chunkSize: Int) extends ServletIo with Product with Serializable

    Use non-blocking reads and writes.

  6. case class ServletApiVersion(major: Int, minor: Int) extends Ordered[ServletApiVersion] with Product with Serializable

  7. trait ServletContainer extends ServerBuilder with AsyncTimeoutSupport

  8. sealed trait ServletIo extends AnyRef

    Determines the mode of I/O used for reading request bodies and writing response bodies.

Value Members

  1. val DefaultChunkSize: Int

    Attributes
    protected
  2. val NullBodyWriter: (Response) ⇒ Task[Unit]

    Attributes
    protected
  3. object ServletApiVersion extends Serializable

  4. object ServletContainer

  5. package syntax

Inherited from AnyRef

Inherited from Any

Ungrouped