Package org.forgerock.openig.proxy
Class NoProxyOptions
- java.lang.Object
 - 
- org.forgerock.openig.proxy.NoProxyOptions
 
 
- 
- All Implemented Interfaces:
 ProxyOptions
public final class NoProxyOptions extends Object implements ProxyOptions
AProxyOptionsto use when no proxy must be used. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNoProxyOptions.HeapletCreates and initializes aNoProxyOptionsin a heap environment. 
- 
Field Summary
Fields Modifier and Type Field Description static NoProxyOptionsINSTANCEThe only instance ofNoProxyOptions. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Promise<Void,NeverThrowsException>configure(Options options)Configure proxy settings. 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final NoProxyOptions INSTANCE
The only instance ofNoProxyOptions. 
 - 
 
- 
Method Detail
- 
configure
public Promise<Void,NeverThrowsException> configure(Options options)
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.
 
 
 - 
 
 -