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
Nested ClassesModifier and TypeClassDescriptionstatic classCreates and initializes aNoProxyOptionsin a heap environment. - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NoProxyOptionsThe only instance ofNoProxyOptions. - 
Method Summary
Modifier and TypeMethodDescriptionConfigure proxy settings. 
- 
Field Details
- 
INSTANCE
The only instance ofNoProxyOptions. 
 - 
 - 
Method Details
- 
configure
Description copied from interface:ProxyOptionsConfigure proxy settings.- Specified by:
 configurein interfaceProxyOptions- Parameters:
 options- The options to add proxy configuration into.- Returns:
 - The promise that options have been set.
 
 
 -