org.http4s.server.blaze

Http1ServerStage

class Http1ServerStage extends Http1ServerParser with TailStage[ByteBuffer] with Http1Stage

Linear Supertypes
Http1Stage, TailStage[ByteBuffer], Tail[ByteBuffer], Stage, Http1ServerParser, BodyAndHeaderParser, ParserBase, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Http1ServerStage
  2. Http1Stage
  3. TailStage
  4. Tail
  5. Stage
  6. Http1ServerParser
  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 Http1ServerStage(service: HttpService, conn: Option[SocketConnection], pool: ExecutorService = ...)

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. def badMessage(msg: String, t: ParserException, req: Request): Unit

    Attributes
    protected
  9. final def bufferPosition(): Int

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

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

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Http1Stage
  19. final def collectMessage(body: EntityBody): Option[Request]

    Attributes
    protected
  20. final def contentComplete(): Boolean

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

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

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

    Attributes
    protected
    Definition Classes
    Http1Stage
  24. val ec: ExecutionContextExecutorService

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Http1ServerStage → BodyAndHeaderParser
  42. final def headersComplete(): Boolean

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

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

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

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

    Definition Classes
    Any
  47. final val logger: Logger

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

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

    Definition Classes
    Http1ServerParser → BodyAndHeaderParser
  50. val name: String

    Definition Classes
    Http1ServerStage → Stage
  51. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

    Attributes
    protected[org.http4s.blaze.http.http_parser]
    Definition Classes
    ParserBase
  59. def renderResponse(req: Request, resp: Response, bodyCleanup: () ⇒ Future[ByteBuffer]): Unit

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

    Definition Classes
    Tail
  61. final def requestLineComplete(): Boolean

    Definition Classes
    Http1ServerParser
  62. def reset(): Unit

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

    Attributes
    protected[org.http4s.blaze.http.http_parser]
    Definition Classes
    ParserBase
  64. final def sendOutboundCommand(cmd: OutboundCommand): Unit

    Definition Classes
    Tail
  65. def shutdownParser(): Unit

    Definition Classes
    Http1ServerParser → BodyAndHeaderParser → ParserBase
  66. def stageShutdown(): Unit

    Attributes
    protected
    Definition Classes
    Http1ServerStage → Stage
  67. def stageStartup(): Unit

    Definition Classes
    Http1ServerStage → Stage
  68. final def submitRequestLine(methodString: String, uri: String, scheme: String, majorversion: Int, minorversion: Int): Boolean

    Attributes
    protected
    Definition Classes
    Http1ServerStage → Http1ServerParser
  69. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  70. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Http1Stage

Inherited from TailStage[ByteBuffer]

Inherited from Tail[ByteBuffer]

Inherited from Stage

Inherited from Http1ServerParser

Inherited from BodyAndHeaderParser

Inherited from ParserBase

Inherited from AnyRef

Inherited from Any

Ungrouped