Trait

org.http4s.server.blaze

WebSocketSupport

Related Doc: package blaze

Permalink

trait WebSocketSupport extends Http1ServerStage

Linear Supertypes
Http1ServerStage, Http1Stage, TailStage[ByteBuffer], Tail[ByteBuffer], Stage, Http1ServerParser, BodyAndHeaderParser, ParserBase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WebSocketSupport
  2. Http1ServerStage
  3. Http1Stage
  4. TailStage
  5. Tail
  6. Stage
  7. Http1ServerParser
  8. BodyAndHeaderParser
  9. ParserBase
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

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(arg0: 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 badMessage(debugMessage: String, t: ParserException, req: Request): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Http1ServerStage
  7. final def bufferPosition(): Int

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

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

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

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

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

    Permalink
    Definition Classes
    Tail
  13. final def checkCloseConnection(conn: Connection, rr: StringWriter): Boolean

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Http1ServerStage
  18. final def contentComplete(): Boolean

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Http1Stage
  22. val ec: ExecutionContextExecutorService

    Permalink
    Attributes
    protected
    Definition Classes
    Http1ServerStage → Http1Stage
  23. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    BodyAndHeaderParser
  31. final def getEncoder(connectionHeader: Option[Connection], bodyEncoding: Option[Transfer-Encoding], lengthHeader: Option[Content-Length], trailer: Task[Headers], rr: StringWriter, minor: Int, closeOnFinish: Boolean): ProcessWriter

    Permalink
    Attributes
    protected
    Definition Classes
    Http1Stage
  32. final def getEncoder(msg: Message, rr: StringWriter, minor: Int, closeOnFinish: Boolean): ProcessWriter

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Stage
  42. final def internalServerError(errorMsg: String, t: Throwable, req: Request, bodyCleanup: () ⇒ Future[ByteBuffer]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Http1ServerStage
  43. final def isChunked(): Boolean

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

    Permalink
    Definition Classes
    Any
  45. final val logger: Logger

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

    Permalink
    Definition Classes
    Http1ServerParser → BodyAndHeaderParser
  47. val name: String

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    WebSocketSupportHttp1ServerStage
  57. final def replaceInline(leafBuilder: LeafBuilder[ByteBuffer], startup: Boolean): WebSocketSupport.this.type

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from Http1ServerStage

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