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
AProxyOptions
to use when no proxy must be used.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NoProxyOptions.Heaplet
Creates and initializes aNoProxyOptions
in a heap environment.
-
Field Summary
Fields Modifier and Type Field Description static NoProxyOptions
INSTANCE
The 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: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.
-
-