Skip to main content
Latest
class ConnectionSetupPayload
extends Payload
import { ConnectionSetupPayload } from "https://deno.land/x/rsocket@0.3.0/mod.ts";

Constructors

new
ConnectionSetupPayload(
keepAliveInterval: number,
keepAliveMaxLifetime: number,
flags: number,
metadataMimeType: string,
dataMimeType: string,
)

Properties

private
readonly
_dataMimeType: string
private
readonly
_flags: number
private
readonly
_keepAliveInterval: number
private
readonly
_keepAliveMaxLifetime: number
private
readonly
_metadataMimeType: string
readonly
dataMimeType: string
readonly
flags: number
readonly
keepAliveInterval: number
readonly
keepAliveMaxLifetime: number
readonly
metadataMimeType: string