public class RequestWillBeSentExtraInfo extends Object
| Constructor and Description |
|---|
RequestWillBeSentExtraInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<BlockedCookieWithReason> |
getAssociatedCookies()
A list of cookies potentially associated to the requested URL.
|
ClientSecurityState |
getClientSecurityState()
The client security state set for the request.
|
Map<String,Object> |
getHeaders()
Raw request headers as they will be sent over the wire.
|
String |
getRequestId()
Request identifier.
|
void |
setAssociatedCookies(List<BlockedCookieWithReason> associatedCookies)
A list of cookies potentially associated to the requested URL.
|
void |
setClientSecurityState(ClientSecurityState clientSecurityState)
The client security state set for the request.
|
void |
setHeaders(Map<String,Object> headers)
Raw request headers as they will be sent over the wire.
|
void |
setRequestId(String requestId)
Request identifier.
|
public String getRequestId()
public void setRequestId(String requestId)
public List<BlockedCookieWithReason> getAssociatedCookies()
public void setAssociatedCookies(List<BlockedCookieWithReason> associatedCookies)
public Map<String,Object> getHeaders()
public void setHeaders(Map<String,Object> headers)
public ClientSecurityState getClientSecurityState()
public void setClientSecurityState(ClientSecurityState clientSecurityState)
Copyright © 2021 Kenan Klisura. All rights reserved.