pl.wendigo.chrome.api.network / WebSocketWillSendHandshakeRequestEvent

WebSocketWillSendHandshakeRequestEvent

data class WebSocketWillSendHandshakeRequestEvent : Event (source)

Fired when WebSocket is about to initiate handshake.

Link
Network#webSocketWillSendHandshakeRequest event documentation.

Constructors

<init>

WebSocketWillSendHandshakeRequestEvent(requestId: RequestId, timestamp: MonotonicTime, wallTime: TimeSinceEpoch, request: WebSocketRequest)

Fired when WebSocket is about to initiate handshake.

Properties

request

val request: WebSocketRequest

WebSocket request data.

requestId

val requestId: RequestId

Request identifier.

timestamp

val timestamp: MonotonicTime

Timestamp.

wallTime

val wallTime: TimeSinceEpoch

UTC Timestamp.

Inherited Functions

protocolDomain

fun protocolDomain(): String