Package | Description |
---|---|
org.forgerock.http.apache.async |
Provides
HttpClientHandler client integration with
Apache HttpComponents Http Async Client. |
org.forgerock.http.handler |
Core
Handler implementations. |
org.forgerock.http.spi |
HTTP service provider API.
|
org.forgerock.openig.ldap |
Facilitates access to the OpenDJ LDAP SDK from within scripts.
|
org.forgerock.util |
Provides common interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
HttpClient |
AsyncHttpClientProvider.newHttpClient(Options options) |
Constructor and Description |
---|
HttpClientHandler(Options options)
Creates a new HTTP client using the provided client options.
|
Modifier and Type | Method and Description |
---|---|
<S> S |
Loader.load(Class<S> service,
Options options)
Loads a service of the specified type.
|
HttpClient |
HttpClientProvider.newHttpClient(Options options)
Returns a new
HttpClient configured using the provided set of
options. |
Modifier and Type | Method and Description |
---|---|
static Options |
LdapClient.defaultOptions(Context context)
Setup the default options to create a LdapClient and adds the transactionId if any in the context's chain.
|
Modifier and Type | Method and Description |
---|---|
LdapConnection |
LdapClient.connect(String host,
int port,
Options options)
Returns an LDAP connection for the specified LDAP server using the
provided LDAP options.
|
Modifier and Type | Method and Description |
---|---|
static Options |
Options.copyOf(Options options)
Returns a copy of the provided set of options.
|
static Options |
Options.defaultOptions()
Returns a new set of options with default settings.
|
<T> Options |
Options.reset(Option<T> option)
Resets an option to its default behavior.
|
<T> Options |
Options.set(Option<T> option,
T value)
Sets an option to the provided value.
|
static Options |
Options.unmodifiableCopyOf(Options options)
Returns an unmodifiable copy of the provided set of options.
|
static Options |
Options.unmodifiableDefaultOptions()
Returns an unmodifiable set of options with default settings.
|
Modifier and Type | Method and Description |
---|---|
static Options |
Options.copyOf(Options options)
Returns a copy of the provided set of options.
|
static Options |
Options.unmodifiableCopyOf(Options options)
Returns an unmodifiable copy of the provided set of options.
|
Copyright 2011-2015 ForgeRock AS.