org.http4s.blaze

Http1Stage

trait Http1Stage extends AnyRef

Self Type
Http1Stage with TailStage[ByteBuffer]
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Http1Stage
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def contentComplete(): Boolean

    Attributes
    protected
  2. abstract def doParseContent(buffer: ByteBuffer): Option[ByteBuffer]

    Attributes
    protected
  3. implicit abstract def ec: ExecutionContext

    ExecutionContext to be used for all Future continuations WARNING: The ExecutionContext should trampoline or risk possibly unhandled stack overflows

    ExecutionContext to be used for all Future continuations WARNING: The ExecutionContext should trampoline or risk possibly unhandled stack overflows

    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def checkCloseConnection(conn: Connection, rr: StringWriter): Boolean

    Check Connection header and add applicable headers to response

    Check Connection header and add applicable headers to response

    Attributes
    protected
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def collectBodyFromParser(buffer: ByteBuffer): (EntityBody, () ⇒ Future[ByteBuffer])

    Attributes
    protected
  8. final def drainBody(buffer: ByteBuffer): Future[ByteBuffer]

    Cleans out any remaining body from the parser

    Cleans out any remaining body from the parser

    Attributes
    protected
  9. def encodeHeaders(headers: Headers, rr: Writer): Option[Transfer-Encoding]

    Encodes the headers into the Writer, except the Transfer-Encoding header which may be returned Note: this method is very niche but useful for both server and client.

    Encodes the headers into the Writer, except the Transfer-Encoding header which may be returned Note: this method is very niche but useful for both server and client.

    Attributes
    protected
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def fatalError(t: Throwable, msg: String = ""): Unit

    Called when a fatal error has occurred The method logs an error and shuts down the stage, sending the error outbound

    Called when a fatal error has occurred The method logs an error and shuts down the stage, sending the error outbound

    t
    msg

    Attributes
    protected
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def getEncoder(connectionHeader: Option[Connection], bodyEncoding: Option[Transfer-Encoding], lengthHeader: Option[Content-Length], trailer: Task[Headers], rr: StringWriter, minor: Int, closeOnFinish: Boolean): ProcessWriter

    Get the proper body encoder based on the message headers, adding the appropriate Connection and Transfer-Encoding headers along the way

    Get the proper body encoder based on the message headers, adding the appropriate Connection and Transfer-Encoding headers along the way

    Attributes
    protected
  16. final def getEncoder(msg: Message, rr: StringWriter, minor: Int, closeOnFinish: Boolean): ProcessWriter

    Get the proper body encoder based on the message headers

    Get the proper body encoder based on the message headers

    Attributes
    protected
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  23. def toString(): String

    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped