org.http4s.blaze.http

HttpClientStage

Related Doc: package http

class HttpClientStage extends Http1ClientParser with TailStage[ByteBuffer]

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

Instance Constructors

  1. new HttpClientStage(timeout: Duration = Duration.Inf)(implicit ec: ExecutionContext = Execution.trampoline)

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

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

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

    Attributes
    protected[org.http4s.blaze.http.http_parser]
    Definition Classes
    ParserBase
  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 clearBuffer(): Unit

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. final def contentComplete(): Boolean

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

    Definition Classes
    BodyAndHeaderParser
  16. implicit val ec: ExecutionContext

  17. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Definition Classes
    BodyAndHeaderParser
  24. final def getString(start: Int, end: Int): String

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

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

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

    Attributes
    protected[org.http4s.blaze.http.http_parser]
    Definition Classes
    ParserBase
  28. def hashCode(): Int

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

    Attributes
    protected
    Definition Classes
    HttpClientStageBodyAndHeaderParser
  30. final def headersComplete(): Boolean

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

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

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

    Definition Classes
    BodyAndHeaderParser
  34. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    Http1ClientParser
  36. final val logger: Logger

    Attributes
    protected
    Definition Classes
    Stage
  37. def makeRequest(method: String, host: String, uri: String, headers: Seq[(String, String)], body: ByteBuffer, timeout: Duration = Duration.Inf): Future[Response]

  38. def mayHaveBody(): Boolean

    Definition Classes
    Http1ClientParserBodyAndHeaderParser
  39. def name: String

    Definition Classes
    HttpClientStage → Stage
  40. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  41. final def next(buffer: ByteBuffer, allow8859: Boolean): Char

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

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

    Definition Classes
    AnyRef
  44. final def parseContent(in: ByteBuffer): ByteBuffer

    Attributes
    protected[org.http4s.blaze.http.http_parser]
    Definition Classes
    BodyAndHeaderParser
  45. final def parseHeaders(in: ByteBuffer): Boolean

    Attributes
    protected[org.http4s.blaze.http.http_parser]
    Definition Classes
    BodyAndHeaderParser
  46. final def parseResponseLine(in: ByteBuffer): Boolean

    Attributes
    protected[org.http4s.blaze.http.http_parser]
    Definition Classes
    Http1ClientParser
  47. final def putChar(c: Char): Unit

    Attributes
    protected[org.http4s.blaze.http.http_parser]
    Definition Classes
    ParserBase
  48. final def replaceInline(leafBuilder: LeafBuilder[ByteBuffer], startup: Boolean): HttpClientStage.this.type

    Definition Classes
    Tail
  49. def reset(): Unit

    Attributes
    protected
    Definition Classes
    HttpClientStageHttp1ClientParserBodyAndHeaderParserParserBase
  50. final def resetLimit(limit: Int): Unit

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

    Definition Classes
    Http1ClientParser
  52. final def sendOutboundCommand(cmd: OutboundCommand): Unit

    Definition Classes
    Tail
  53. def shutdownParser(): Unit

  54. def stageShutdown(): Unit

    Attributes
    protected
    Definition Classes
    HttpClientStage → Stage
  55. def stageStartup(): Unit

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

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

    Definition Classes
    AnyRef
  58. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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