pl.wendigo.chrome.domain.network / WebSocketWillSendHandshakeRequestEvent

WebSocketWillSendHandshakeRequestEvent

data class WebSocketWillSendHandshakeRequestEvent : ProtocolEvent (source)

Represents event frames for Network.webSocketWillSendHandshakeRequest

Fired when WebSocket is about to initiate handshake.

Constructors

<init>

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

Represents event frames for Network.webSocketWillSendHandshakeRequest

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