Package org.forgerock.openig.proxy
Class NoProxyOptions
java.lang.Object
org.forgerock.openig.proxy.NoProxyOptions
- All Implemented Interfaces:
ProxyOptions
A
ProxyOptions
to use when no proxy must be used.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Creates and initializes aNoProxyOptions
in a heap environment. -
Field Summary
Modifier and TypeFieldDescriptionstatic final NoProxyOptions
The only instance ofNoProxyOptions
. -
Method Summary
Modifier and TypeMethodDescriptionConfigure proxy settings.
-
Field Details
-
INSTANCE
The only instance ofNoProxyOptions
.
-
-
Method Details
-
configure
Description copied from interface:ProxyOptions
Configure proxy settings.- Specified by:
configure
in interfaceProxyOptions
- Parameters:
options
- The options to add proxy configuration into.- Returns:
- The promise that options have been set.
-