Class/Object

org.http4s.server.blaze

Http1ServerStage

Related Docs: object Http1ServerStage | package blaze

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Value Members

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Http1Stage
  17. val ec: ExecutionContextExecutorService

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. final val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Stage
  32. val name: String

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

    Permalink
    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

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

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

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

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

    Permalink
    Definition Classes
    Tail
  40. def stageShutdown(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
  43. def toString(): String

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

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

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

    Permalink
    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