websocket

sttp.tapir.server.vertx.streams.websocket$
object websocket

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
websocket.type

Members list

Type members

Types

type Accumulator = Option[Either[Array[Byte], String]]

Value members

Concrete methods

def concatenateFrames(acc: Accumulator, frame: WebSocketFrame): (Accumulator, Option[WebSocketFrame])
def isPong(frame: WebSocketFrame): Boolean