public class RequestWillBeSentExtraInfo extends Object
| Constructor and Description |
|---|
RequestWillBeSentExtraInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<BlockedCookieWithReason> |
getBlockedCookies()
A list of cookies which will not be sent with this request along with corresponding reasons for
blocking.
|
Map<String,Object> |
getHeaders()
Raw request headers as they will be sent over the wire.
|
String |
getRequestId()
Request identifier.
|
void |
setBlockedCookies(List<BlockedCookieWithReason> blockedCookies)
A list of cookies which will not be sent with this request along with corresponding reasons for
blocking.
|
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> getBlockedCookies()
public void setBlockedCookies(List<BlockedCookieWithReason> blockedCookies)
public Map<String,Object> getHeaders()
Copyright © 2020. All rights reserved.