org.http4s.client.blaze

Http1ClientReceiver

abstract class Http1ClientReceiver extends Http1ClientParser with BlazeClientStage

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

Instance Constructors

  1. new Http1ClientReceiver()

Abstract Value Members

  1. abstract def name: String

    Definition Classes
    Stage
  2. abstract def runRequest(req: Request): Task[Response]

    Definition Classes
    BlazeClientStage

Concrete 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[Char]): 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. 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. def channelWrite(data: Seq[ByteBuffer]): Future[Unit]

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

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

    Definition Classes
    Tail
  14. final def clearBuffer(): Unit

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

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

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

    Definition Classes
    BodyAndHeaderParser
  18. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Definition Classes
    BodyAndHeaderParser
  25. final def getString(arg0: Int, arg1: Int): String

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Http1ClientParser
  38. final val logger: Logger

    Attributes
    protected
    Definition Classes
    Stage
  39. def mayHaveBody(): Boolean

    Definition Classes
    Http1ClientParser → BodyAndHeaderParser
  40. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  41. final def next(arg0: ByteBuffer, arg1: Boolean): Char

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

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

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

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

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

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

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

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

    Definition Classes
    Tail
  50. final def reset(): Unit

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

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

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

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

    Definition Classes
    Http1ClientReceiverBlazeClientStage
  55. def shutdownParser(): Unit

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

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

    Attributes
    protected
    Definition Classes
    Stage
  58. val stageState: AtomicReference[\/[Exception, Cancellable]]

    Attributes
    protected
  59. final def submitResponseLine(code: Int, reason: String, scheme: String, majorversion: Int, minorversion: Int): Unit

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

    Definition Classes
    AnyRef
  61. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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