org.http4s.client.blaze

Http1ClientStage

final class Http1ClientStage extends BlazeClientStage with Http1Stage

Linear Supertypes
Http1Stage, BlazeClientStage, TailStage[ByteBuffer], Tail[ByteBuffer], Stage, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Http1ClientStage
  2. Http1Stage
  3. BlazeClientStage
  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 Http1ClientStage(userAgent: Option[User-Agent], ec: ExecutionContext)

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

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

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Http1ClientStage → Http1Stage
  16. def doParseContent(buffer: ByteBuffer): Option[ByteBuffer]

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

    Attributes
    protected
    Definition Classes
    Http1Stage
  18. val ec: ExecutionContext

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

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  26. 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
  27. final def getEncoder(msg: Message, rr: StringWriter, minor: Int, closeOnFinish: Boolean): ProcessWriter

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

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

    Definition Classes
    Stage
  30. def isClosed(): Boolean

    Definition Classes
    Http1ClientStageBlazeClientStage
  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. final val logger: Logger

    Attributes
    protected
    Definition Classes
    Stage
  33. def name: String

    Definition Classes
    Http1ClientStage → Stage
  34. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    Tail
  38. def reset(): Unit

    Annotations
    @tailrec()
  39. def runRequest(req: Request): Task[Response]

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

    Definition Classes
    Tail
  41. def shutdown(): Unit

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

    Definition Classes
    Tail
  43. def stageShutdown(): Unit

    Definition Classes
    Http1ClientStage → Stage
  44. def stageStartup(): Unit

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

    Definition Classes
    AnyRef
  46. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Http1Stage

Inherited from BlazeClientStage

Inherited from TailStage[ByteBuffer]

Inherited from Tail[ByteBuffer]

Inherited from Stage

Inherited from AnyRef

Inherited from Any

Ungrouped