| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.types.network | |
| com.qeagle.devtools.protocol.types.security |
| Modifier and Type | Method and Description |
|---|---|
MixedContentType |
Request.getMixedContentType()
The mixed content type of the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Request.setMixedContentType(MixedContentType mixedContentType)
The mixed content type of the request.
|
| Modifier and Type | Method and Description |
|---|---|
MixedContentType |
SecurityStateExplanation.getMixedContentType()
The type of mixed content described by the explanation.
|
static MixedContentType |
MixedContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MixedContentType[] |
MixedContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityStateExplanation.setMixedContentType(MixedContentType mixedContentType)
The type of mixed content described by the explanation.
|
Copyright © 2020. All rights reserved.