public final class NetworkContext extends Object
Modifier and Type | Class and Description |
---|---|
static class |
NetworkContext.ConfigureRequest
A delegate which will be called with a request immediately before it is sent,
allowing the request to be modified.
|
Modifier and Type | Method and Description |
---|---|
static NetworkContext.ConfigureRequest |
getConfigureRequestCallback()
Gets a delegate which, if set, will be called to configure every network
request made by Insight3D before it is made.
|
static void |
setConfigureRequestCallback(NetworkContext.ConfigureRequest value)
Sets a delegate which, if set, will be called to configure every network
request made by Insight3D before it is made.
|
@Nullable public static NetworkContext.ConfigureRequest getConfigureRequestCallback()
null
.public static void setConfigureRequestCallback(@Nullable NetworkContext.ConfigureRequest value)
null
.