Package org.hildan.chrome.devtools.domains.network.events
See: Description
-
Class Summary Class Description DataReceivedEvent Fired when data chunk was received over the network. EventSourceMessageReceivedEvent Fired when EventSource message is received. LoadingFailedEvent Fired when HTTP request has failed to load. LoadingFinishedEvent Fired when HTTP request has finished loading. RequestInterceptedEvent Details of an intercepted HTTP request, which must be either allowed, blocked, modified or mocked. RequestServedFromCacheEvent Fired if request ended up loading from cache. RequestWillBeSentEvent Fired when page is about to send HTTP request. ResourceChangedPriorityEvent Fired when resource loading priority is changedOfficial doc SignedExchangeReceivedEvent Fired when a signed exchange was received over the networkOfficial doc ResponseReceivedEvent Fired when HTTP response is available. WebSocketClosedEvent Fired when WebSocket is closed. WebSocketCreatedEvent Fired upon WebSocket creation. WebSocketFrameErrorEvent Fired when WebSocket message error occurs. WebSocketFrameReceivedEvent Fired when WebSocket message is received. WebSocketFrameSentEvent Fired when WebSocket message is sent. WebSocketHandshakeResponseReceivedEvent Fired when WebSocket handshake response becomes available. WebSocketWillSendHandshakeRequestEvent Fired when WebSocket is about to initiate handshake. WebTransportCreatedEvent Fired upon WebTransport creation. WebTransportClosedEvent Official doc RequestWillBeSentExtraInfoEvent Fired when additional information about a requestWillBeSent event is available from the network stack. ResponseReceivedExtraInfoEvent Fired when additional information about a responseReceived event is available from the network stack. TrustTokenOperationDoneEvent Fired exactly once for each Trust Token operation. NetworkEvent