Trait

org.http4s.client.blaze

BlazeConnection

Related Doc: package blaze

Permalink

trait BlazeConnection extends TailStage[ByteBuffer] with Connection

Linear Supertypes
Connection, TailStage[ByteBuffer], Tail[ByteBuffer], Stage, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BlazeConnection
  2. Connection
  3. TailStage
  4. Tail
  5. Stage
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def isClosed: Boolean

    Permalink
    Definition Classes
    Connection
  2. abstract def isRecyclable: Boolean

    Permalink
    Definition Classes
    Connection
  3. abstract def name: String

    Permalink
    Definition Classes
    Stage
  4. abstract def requestKey: RequestKey

    Permalink
    Definition Classes
    Connection
  5. abstract def runRequest(req: Request, flushPrelude: Boolean): Task[Response]

    Permalink

    If we flush the prelude, we can detect stale connections before we run the effect of the body.

    If we flush the prelude, we can detect stale connections before we run the effect of the body. This gives us a better retry story.

  6. abstract def shutdown(): Unit

    Permalink
    Definition Classes
    Connection

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

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

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

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

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

    Permalink
    Definition Classes
    Tail
  10. def clone(): AnyRef

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    BlazeConnection → AnyRef
  14. final def findOutboundStage[C <: Stage](clazz: Class[C]): Option[C]

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  20. final val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Stage
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. final def replaceInline(leafBuilder: LeafBuilder[ByteBuffer], startup: Boolean): BlazeConnection.this.type

    Permalink
    Definition Classes
    Tail
  25. final def runRequest(req: Request): Task[Response]

    Permalink
    Definition Classes
    BlazeConnection → Connection
  26. final def sendOutboundCommand(cmd: OutboundCommand): Unit

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Stage
  29. def stageStartup(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Stage
  30. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Connection

Inherited from TailStage[ByteBuffer]

Inherited from Tail[ByteBuffer]

Inherited from Stage

Inherited from AnyRef

Inherited from Any

Ungrouped