Package org.forgerock.openig.util
Interface HttpClientLoader
-
-
Field Summary
-
Fields inherited from interface org.forgerock.http.spi.Loader
SERVICE_LOADER
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isOptionSupported​(String name)
Returnstrue
if option is supported.
-
-
-
Method Detail
-
isOptionSupported
boolean isOptionSupported​(String name)
Returnstrue
if option is supported.- Parameters:
name
- option name- Returns:
true
if option is supported,false
otherwise.
-
-