| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.events.network | |
| com.qeagle.devtools.protocol.types.network |
| Modifier and Type | Method and Description |
|---|---|
Response |
RequestWillBeSent.getRedirectResponse()
Redirect response data.
|
Response |
ResponseReceived.getResponse()
Response data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestWillBeSent.setRedirectResponse(Response redirectResponse)
Redirect response data.
|
void |
ResponseReceived.setResponse(Response response)
Response data.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
SignedExchangeInfo.getOuterResponse()
The outer response of signed HTTP exchange which was received from network.
|
Response |
CachedResource.getResponse()
Cached response data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignedExchangeInfo.setOuterResponse(Response outerResponse)
The outer response of signed HTTP exchange which was received from network.
|
void |
CachedResource.setResponse(Response response)
Cached response data.
|
Copyright © 2020. All rights reserved.