org.http4s.blaze.http.http20

Http2Stage

Related Doc: package http20

class Http2Stage[T] extends TailStage[ByteBuffer] with WriteSerializer[ByteBuffer] with Http2StageConcurrentOps[T]

Linear Supertypes
Http2StageConcurrentOps[T], WriteSerializer[ByteBuffer], TailStage[ByteBuffer], Tail[ByteBuffer], Stage, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Http2Stage
  2. Http2StageConcurrentOps
  3. WriteSerializer
  4. TailStage
  5. Tail
  6. Stage
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Http2Stage(headerDecoder: HeaderDecoder[T], headerEncoder: HeaderEncoder[T], node_builder: (Int) ⇒ LeafBuilder[NodeMsg.Http2Msg[T]], timeout: Duration, maxInboundStreams: Int = 300, inboundWindow: Int = Default.INITIAL_WINDOW_SIZE, ec: ExecutionContext)

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 channelRead(size: Int, timeout: Duration): Future[ByteBuffer]

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

    Definition Classes
    WriteSerializer → Tail
  7. def channelWrite(data: ByteBuffer): Future[Unit]

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

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

    Definition Classes
    Tail
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

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

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

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

    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. val http2Settings: Settings

  19. def inboundCommand(cmd: InboundCommand): Unit

    Definition Classes
    Stage
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. final val logger: Logger

    Attributes
    protected
    Definition Classes
    Stage
  22. def makePipeline(streamId: Int): LeafBuilder[NodeMsg.Http2Msg[T]]

    Definition Classes
    Http2Stage → Http2StageConcurrentOps
  23. def maxWriteQueue: Int

    Definition Classes
    WriteSerializer
  24. def name: String

    Definition Classes
    Http2Stage → Stage
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  28. def onFailure(t: Throwable, location: String): Unit

    Definition Classes
    Http2Stage → Http2StageConcurrentOps
  29. final def replaceInline(leafBuilder: LeafBuilder[ByteBuffer], startup: Boolean): Http2Stage.this.type

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

    Definition Classes
    Tail
  31. def stageShutdown(): Unit

    Attributes
    protected
    Definition Classes
    Http2Stage → Stage
  32. def stageStartup(): Unit

    Attributes
    protected
    Definition Classes
    Http2Stage → Stage
  33. def streamCommand(stream: AbstractStream[T], cmd: OutboundCommand): Unit

    Definition Classes
    Http2Stage → Http2StageConcurrentOps
  34. def streamRead(stream: AbstractStream[T]): Future[Http2Msg]

    Definition Classes
    Http2Stage → Http2StageConcurrentOps
  35. def streamWrite(stream: AbstractStream[T], data: Seq[Http2Msg]): Future[Unit]

    Definition Classes
    Http2Stage → Http2StageConcurrentOps
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def writeBuffers(data: Seq[ByteBuffer]): Future[Unit]

    Write the buffers to the socket

    Write the buffers to the socket

    Definition Classes
    Http2Stage → Http2StageConcurrentOps

Inherited from Http2StageConcurrentOps[T]

Inherited from WriteSerializer[ByteBuffer]

Inherited from TailStage[ByteBuffer]

Inherited from Tail[ByteBuffer]

Inherited from Stage

Inherited from AnyRef

Inherited from Any

Ungrouped