Class

org.http4s.blaze.http

HttpServerStage

Related Doc: package http

Permalink

class HttpServerStage extends Http1ServerParser with TailStage[ByteBuffer]

Linear Supertypes
TailStage[ByteBuffer], Tail[ByteBuffer], Stage, Http1ServerParser, BodyAndHeaderParser, ParserBase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpServerStage
  2. TailStage
  3. Tail
  4. Stage
  5. Http1ServerParser
  6. BodyAndHeaderParser
  7. ParserBase
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HttpServerStage(maxReqBody: Long, maxNonbody: Int)(handleRequest: HttpService)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def arrayMatches(chars: Array[Char]): Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Tail
  12. final def clearBuffer(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    HttpServerStageBodyAndHeaderParser
  29. final def headersComplete(): Boolean

    Permalink
    Definition Classes
    BodyAndHeaderParser
  30. final def inChunkedHeaders(): Boolean

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

    Permalink
    Definition Classes
    Stage
  32. final def isChunked(): Boolean

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

    Permalink
    Definition Classes
    Any
  34. final def isLenient(): Boolean

    Permalink
    Attributes
    protected[org.http4s.blaze.http.http_parser]
    Definition Classes
    ParserBase
  35. final val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Stage
  36. def mustNotHaveBody(): Boolean

    Permalink
    Definition Classes
    Http1ServerParserBodyAndHeaderParser
  37. val name: String

    Permalink
    Definition Classes
    HttpServerStage → Stage
  38. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  41. final def notifyAll(): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    Tail
  47. final def requestLineComplete(): Boolean

    Permalink
    Definition Classes
    Http1ServerParser
  48. def reset(): Unit

    Permalink
  49. final def resetLimit(limit: Int): Unit

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

    Permalink
    Definition Classes
    Tail
  51. def shutdownParser(): Unit

    Permalink
  52. final def spliceBefore(stage: MidStage[ByteBuffer, ByteBuffer]): Unit

    Permalink
    Definition Classes
    Tail
  53. def stageShutdown(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    HttpServerStage → Stage
  54. def stageStartup(): Unit

    Permalink
    Definition Classes
    HttpServerStage → Stage
  55. def submitRequestLine(methodString: String, uri: String, scheme: String, majorversion: Int, minorversion: Int): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    HttpServerStageHttp1ServerParser
  56. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  57. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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