org.http4s.server.blaze

Http1ServerStage

class Http1ServerStage extends Http1Stage with TailStage[ByteBuffer]

Linear Supertypes
TailStage[ByteBuffer], Tail[ByteBuffer], Stage, Http1Stage, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Http1ServerStage
  2. TailStage
  3. Tail
  4. Stage
  5. Http1Stage
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Http1ServerStage(service: HttpService, requestAttrs: AttributeMap, pool: ExecutorService)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. final def badMessage(debugMessage: String, t: ParserException, req: Request): Unit

    Attributes
    protected
  8. def channelRead(size: Int, timeout: Duration): Future[ByteBuffer]

    Definition Classes
    Tail
  9. final def channelWrite(data: Seq[ByteBuffer], timeout: Duration): Future[Unit]

    Definition Classes
    Tail
  10. def channelWrite(data: Seq[ByteBuffer]): Future[Unit]

    Definition Classes
    Tail
  11. final def channelWrite(data: ByteBuffer, timeout: Duration): Future[Unit]

    Definition Classes
    Tail
  12. def channelWrite(data: ByteBuffer): Future[Unit]

    Definition Classes
    Tail
  13. final def checkCloseConnection(conn: Connection, rr: StringWriter): Boolean

    Attributes
    protected
    Definition Classes
    Http1Stage
  14. def clone(): AnyRef

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

    Attributes
    protected
    Definition Classes
    Http1Stage
  16. final def contentComplete(): Boolean

    Attributes
    protected
    Definition Classes
    Http1ServerStage → Http1Stage
  17. final def doParseContent(buffer: ByteBuffer): Option[ByteBuffer]

    Attributes
    protected
    Definition Classes
    Http1ServerStage → Http1Stage
  18. final def drainBody(buffer: ByteBuffer): Future[ByteBuffer]

    Attributes
    protected
    Definition Classes
    Http1Stage
  19. val ec: ExecutionContextExecutorService

    Attributes
    protected
    Definition Classes
    Http1ServerStage → Http1Stage
  20. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected
    Definition Classes
    Http1Stage
  23. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def findOutboundStage[C <: Stage](clazz: Class[C]): Option[C]

    Definition Classes
    Tail
  25. final def findOutboundStage(name: String): Option[Stage]

    Definition Classes
    Tail
  26. final def getClass(): Class[_]

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

    Attributes
    protected
    Definition Classes
    Http1Stage
  28. final def getEncoder(msg: Message, rr: StringWriter, minor: Int, closeOnFinish: Boolean): ProcessWriter

    Attributes
    protected
    Definition Classes
    Http1Stage
  29. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  30. def inboundCommand(cmd: InboundCommand): Unit

    Definition Classes
    Stage
  31. final def internalServerError(errorMsg: String, t: Throwable, req: Request, bodyCleanup: () ⇒ Future[ByteBuffer]): Unit

    Attributes
    protected
  32. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  33. final val logger: Logger

    Attributes
    protected
    Definition Classes
    Stage
  34. val name: String

    Definition Classes
    Http1ServerStage → Stage
  35. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  38. def renderResponse(req: Request, resp: Response, bodyCleanup: () ⇒ Future[ByteBuffer]): Unit

    Attributes
    protected
  39. final def replaceInline(leafBuilder: LeafBuilder[ByteBuffer], startup: Boolean): Http1ServerStage.this.type

    Definition Classes
    Tail
  40. final def sendOutboundCommand(cmd: OutboundCommand): Unit

    Definition Classes
    Tail
  41. final def spliceBefore(stage: MidStage[ByteBuffer, ByteBuffer]): Unit

    Definition Classes
    Tail
  42. def stageShutdown(): Unit

    Attributes
    protected
    Definition Classes
    Http1ServerStage → Stage
  43. def stageStartup(): Unit

    Definition Classes
    Http1ServerStage → Stage
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  45. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TailStage[ByteBuffer]

Inherited from Tail[ByteBuffer]

Inherited from Stage

Inherited from Http1Stage

Inherited from AnyRef

Inherited from Any

Ungrouped