Class SignedExchangeInfo
java.lang.Object
org.openqa.selenium.devtools.v141.network.model.SignedExchangeInfo
Information about a signed exchange response.
-
Constructor Summary
ConstructorsConstructorDescriptionSignedExchangeInfo(Response outerResponse, Boolean hasExtraInfo, Optional<SignedExchangeHeader> header, Optional<SecurityDetails> securityDetails, Optional<List<SignedExchangeError>> errors) -
Method Summary
Modifier and TypeMethodDescriptionErrors occurred while handling the signed exchange.Whether network response for the signed exchange was accompanied by extra headers.Information about the signed exchange header.The outer response of signed HTTP exchange which was received from network.Security details for the signed exchange header.
-
Constructor Details
-
SignedExchangeInfo
public SignedExchangeInfo(Response outerResponse, Boolean hasExtraInfo, Optional<SignedExchangeHeader> header, Optional<SecurityDetails> securityDetails, Optional<List<SignedExchangeError>> errors)
-
-
Method Details
-
getOuterResponse
The outer response of signed HTTP exchange which was received from network. -
getHasExtraInfo
Whether network response for the signed exchange was accompanied by extra headers. -
getHeader
Information about the signed exchange header. -
getSecurityDetails
Security details for the signed exchange header. -
getErrors
Errors occurred while handling the signed exchange.
-