Text

org.http4s.websocket.WebSocketFrame.Text
See theText companion class
object Text

Attributes

Companion
class
Source
WebSocketFrame.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Text.type

Members list

Value members

Concrete methods

def apply(str: String, last: Boolean): Text

Attributes

Source
WebSocketFrame.scala
def apply(data: ByteVector, last: Boolean): Text

Attributes

Source
WebSocketFrame.scala
def apply(data: ByteVector): Text

Attributes

Source
WebSocketFrame.scala
def unapply(txt: Text): Option[(String, Boolean)]

Attributes

Source
WebSocketFrame.scala