| Modifier and Type | Method and Description |
|---|---|
ResourceType |
AuthRequired.getResourceType()
How the requested resource will be used.
|
ResourceType |
RequestPaused.getResourceType()
How the requested resource will be used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthRequired.setResourceType(ResourceType resourceType)
How the requested resource will be used.
|
void |
RequestPaused.setResourceType(ResourceType resourceType)
How the requested resource will be used.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceType |
RequestIntercepted.getResourceType()
Deprecated.
How the requested resource will be used.
|
ResourceType |
LoadingFailed.getType()
Resource type.
|
ResourceType |
RequestWillBeSent.getType()
Type of this resource.
|
ResourceType |
ResponseReceived.getType()
Resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestIntercepted.setResourceType(ResourceType resourceType)
Deprecated.
How the requested resource will be used.
|
void |
LoadingFailed.setType(ResourceType type)
Resource type.
|
void |
RequestWillBeSent.setType(ResourceType type)
Type of this resource.
|
void |
ResponseReceived.setType(ResourceType type)
Resource type.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceType |
RequestPattern.getResourceType()
If set, only requests for matching resource types will be intercepted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestPattern.setResourceType(ResourceType resourceType)
If set, only requests for matching resource types will be intercepted.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceType |
RequestPattern.getResourceType()
If set, only requests for matching resource types will be intercepted.
|
ResourceType |
CachedResource.getType()
Type of this resource.
|
static ResourceType |
ResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
ResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestPattern.setResourceType(ResourceType resourceType)
If set, only requests for matching resource types will be intercepted.
|
void |
CachedResource.setType(ResourceType type)
Type of this resource.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceType |
FrameResource.getType()
Type of this resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FrameResource.setType(ResourceType type)
Type of this resource.
|
Copyright © 2020. All rights reserved.