| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.events.network | |
| com.qeagle.devtools.protocol.types.network |
| Modifier and Type | Method and Description |
|---|---|
ResourcePriority |
ResourceChangedPriority.getNewPriority()
New priority
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceChangedPriority.setNewPriority(ResourcePriority newPriority)
New priority
|
| Modifier and Type | Method and Description |
|---|---|
ResourcePriority |
Request.getInitialPriority()
Priority of the resource request at the time request is sent.
|
static ResourcePriority |
ResourcePriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourcePriority[] |
ResourcePriority.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.setInitialPriority(ResourcePriority initialPriority)
Priority of the resource request at the time request is sent.
|
Copyright © 2020. All rights reserved.