org.http4s.client.blaze

Http1ClientStage

final class Http1ClientStage extends Http1ClientReceiver with Http1Stage

Linear Supertypes
Http1Stage, Http1ClientReceiver, BlazeClientStage, TailStage[ByteBuffer], Tail[ByteBuffer], Stage, Http1ClientParser, BodyAndHeaderParser, ParserBase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Http1ClientStage
  2. Http1Stage
  3. Http1ClientReceiver
  4. BlazeClientStage
  5. TailStage
  6. Tail
  7. Stage
  8. Http1ClientParser
  9. BodyAndHeaderParser
  10. ParserBase
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Http1ClientStage(timeout: Duration)(implicit ec: ExecutionContext)

Type Members

  1. type Callback = (\/[Throwable, Response]) ⇒ Unit

    Attributes
    protected

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 arrayMatches(arg0: Array[Byte]): Boolean

    Attributes
    protected[org.http4s.blaze.http.http_parser]
    Definition Classes
    ParserBase
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. final def bufferPosition(): Int

    Attributes
    protected[org.http4s.blaze.http.http_parser]
    Definition Classes
    ParserBase
  9. final def channelRead(size: Int, timeout: Duration): Future[ByteBuffer]

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Http1Stage
  15. final def clearBuffer(): Unit

    Attributes
    protected[org.http4s.blaze.http.http_parser]
    Definition Classes
    ParserBase
  16. def clone(): AnyRef

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

    Attributes
    protected
    Definition Classes
    Http1Stage
  18. final def collectMessage(body: EntityBody): Response

    Attributes
    protected
    Definition Classes
    Http1ClientReceiver
  19. final def contentComplete(): Boolean

    Definition Classes
    BodyAndHeaderParser
  20. final def definedContentLength(): Boolean

    Definition Classes
    BodyAndHeaderParser
  21. def doParseContent(buffer: ByteBuffer): Option[ByteBuffer]

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

    Attributes
    protected
    Definition Classes
    Http1Stage
  23. implicit val ec: ExecutionContext

    Attributes
    protected
    Definition Classes
    Http1ClientStage → Http1Stage
  24. def encodeHeaders(headers: Headers, rr: Writer): Option[Transfer-Encoding]

    Attributes
    protected
    Definition Classes
    Http1Stage
  25. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  32. final def getContentType(): EndOfContent

    Definition Classes
    BodyAndHeaderParser
  33. 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
  34. final def getEncoder(msg: Message, rr: StringWriter, minor: Int, closeOnFinish: Boolean): ProcessWriter

    Attributes
    protected
    Definition Classes
    Http1Stage
  35. final def getString(arg0: Int, arg1: Int): String

    Attributes
    protected[org.http4s.blaze.http.http_parser]
    Definition Classes
    ParserBase
  36. final def getString(arg0: Int): String

    Attributes
    protected[org.http4s.blaze.http.http_parser]
    Definition Classes
    ParserBase
  37. final def getString(): String

    Attributes
    protected[org.http4s.blaze.http.http_parser]
    Definition Classes
    ParserBase
  38. final def getTrimmedString(): String

    Attributes
    protected[org.http4s.blaze.http.http_parser]
    Definition Classes
    ParserBase
    Annotations
    @throws( ... )
  39. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  40. final def headerComplete(name: String, value: String): Boolean

    Attributes
    protected
    Definition Classes
    Http1ClientReceiver → BodyAndHeaderParser
  41. final def headersComplete(): Boolean

    Definition Classes
    BodyAndHeaderParser
  42. final def inChunkedHeaders(): Boolean

    Definition Classes
    BodyAndHeaderParser
  43. def inboundCommand(cmd: InboundCommand): Unit

    Definition Classes
    Stage
  44. final def isChunked(): Boolean

    Definition Classes
    BodyAndHeaderParser
  45. final def isClosed(): Boolean

    Definition Classes
    Http1ClientReceiverBlazeClientStage
  46. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  47. final def isStartState(): Boolean

    Definition Classes
    Http1ClientParser
  48. final val logger: Logger

    Attributes
    protected
    Definition Classes
    Stage
  49. final def makeRoom(arg0: Int): Unit

    Attributes
    protected[org.http4s.blaze.http.http_parser]
    Definition Classes
    ParserBase
  50. def mayHaveBody(): Boolean

    Definition Classes
    Http1ClientParser → BodyAndHeaderParser
  51. def name: String

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

    Definition Classes
    AnyRef
  53. final def next(arg0: ByteBuffer): Byte

    Attributes
    protected[org.http4s.blaze.http.http_parser]
    Definition Classes
    ParserBase
    Annotations
    @throws( ... )
  54. final def notify(): Unit

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

    Definition Classes
    AnyRef
  56. final def parseContent(arg0: ByteBuffer): ByteBuffer

    Attributes
    protected[org.http4s.blaze.http.http_parser]
    Definition Classes
    BodyAndHeaderParser
    Annotations
    @throws( ... )
  57. final def parseHeaders(arg0: ByteBuffer): Boolean

    Attributes
    protected[org.http4s.blaze.http.http_parser]
    Definition Classes
    BodyAndHeaderParser
    Annotations
    @throws( ... ) @throws( ... )
  58. final def parseResponseLine(arg0: ByteBuffer): Boolean

    Attributes
    protected[org.http4s.blaze.http.http_parser]
    Definition Classes
    Http1ClientParser
    Annotations
    @throws( ... ) @throws( ... )
  59. final def putByte(arg0: Byte): Unit

    Attributes
    protected[org.http4s.blaze.http.http_parser]
    Definition Classes
    ParserBase
  60. final def receiveResponse(cb: (\/[Throwable, Response]) ⇒ Unit, close: Boolean): Unit

    Attributes
    protected
    Definition Classes
    Http1ClientReceiver
  61. final def replaceInline(leafBuilder: LeafBuilder[ByteBuffer], startup: Boolean): Http1ClientStage.this.type

    Definition Classes
    Tail
  62. def reset(): Unit

    Definition Classes
    Http1ClientStageHttp1ClientReceiver → Http1ClientParser → BodyAndHeaderParser → ParserBase
  63. final def resetLimit(arg0: Int): Unit

    Attributes
    protected[org.http4s.blaze.http.http_parser]
    Definition Classes
    ParserBase
  64. final def responseLineComplete(): Boolean

    Definition Classes
    Http1ClientParser
  65. def runRequest(req: Request): Task[Response]

    Generate a Task[Response] that will perform an HTTP 1 request on execution

    Generate a Task[Response] that will perform an HTTP 1 request on execution

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

    Definition Classes
    Tail
  67. final def shutdown(): Unit

    Definition Classes
    Http1ClientReceiverBlazeClientStage
  68. def shutdownParser(): Unit

    Definition Classes
    Http1ClientParser → BodyAndHeaderParser → ParserBase
  69. final def stageShutdown(): Unit

    Definition Classes
    Http1ClientReceiver → Stage
  70. def stageStartup(): Unit

    Attributes
    protected
    Definition Classes
    Stage
  71. final def submitResponseLine(code: Int, reason: String, scheme: String, majorversion: Int, minorversion: Int): Unit

    Attributes
    protected
    Definition Classes
    Http1ClientReceiver → Http1ClientParser
  72. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  73. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Http1Stage

Inherited from Http1ClientReceiver

Inherited from BlazeClientStage

Inherited from TailStage[ByteBuffer]

Inherited from Tail[ByteBuffer]

Inherited from Stage

Inherited from Http1ClientParser

Inherited from BodyAndHeaderParser

Inherited from ParserBase

Inherited from AnyRef

Inherited from Any

Ungrouped