| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.types.network |
| Modifier and Type | Method and Description |
|---|---|
RequestReferrerPolicy |
Request.getReferrerPolicy()
The referrer policy of the request, as defined in https://www.w3.org/TR/referrer-policy/
|
static RequestReferrerPolicy |
RequestReferrerPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestReferrerPolicy[] |
RequestReferrerPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Request.setReferrerPolicy(RequestReferrerPolicy referrerPolicy)
The referrer policy of the request, as defined in https://www.w3.org/TR/referrer-policy/
|
Copyright © 2020. All rights reserved.