Uses of Interface
org.forgerock.opendj.server.config.server.HttpConnectionHandlerCfg
-
Packages that use HttpConnectionHandlerCfg Package Description org.forgerock.opendj.server.config.client Provides client-side interfaces for querying and managing the Core directory server administrative components.org.forgerock.opendj.server.config.meta Provides introspection interfaces for the Core directory server administrative components.org.forgerock.opendj.server.config.server Provides server-side interfaces for accessing the Core directory server administrative components.org.opends.server.protocols.http Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using HTTP. -
-
Uses of HttpConnectionHandlerCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type HttpConnectionHandlerCfg Modifier and Type Method Description ManagedObjectDefinition<? extends HttpConnectionHandlerCfgClient,? extends HttpConnectionHandlerCfg>
HttpConnectionHandlerCfgClient. definition()
Get the configuration definition associated with this HTTP Connection Handler. -
Uses of HttpConnectionHandlerCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return HttpConnectionHandlerCfg Modifier and Type Method Description HttpConnectionHandlerCfg
HttpConnectionHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends HttpConnectionHandlerCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type HttpConnectionHandlerCfg Modifier and Type Method Description Class<HttpConnectionHandlerCfg>
HttpConnectionHandlerCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type HttpConnectionHandlerCfg Modifier and Type Method Description HttpConnectionHandlerCfg
HttpConnectionHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends HttpConnectionHandlerCfg> impl)
-
Uses of HttpConnectionHandlerCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type HttpConnectionHandlerCfg Modifier and Type Method Description Class<? extends HttpConnectionHandlerCfg>
HttpConnectionHandlerCfg. configurationClass()
Gets the configuration class associated with this HTTP Connection Handler.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type HttpConnectionHandlerCfg Modifier and Type Method Description void
HttpConnectionHandlerCfg. addHttpChangeListener(ConfigurationChangeListener<HttpConnectionHandlerCfg> listener)
Register to be notified when this HTTP Connection Handler is changed.void
HttpConnectionHandlerCfg. removeHttpChangeListener(ConfigurationChangeListener<HttpConnectionHandlerCfg> listener)
Deregister an existing HTTP Connection Handler configuration change listener. -
Uses of HttpConnectionHandlerCfg in org.opends.server.protocols.http
Methods in org.opends.server.protocols.http with parameters of type HttpConnectionHandlerCfg Modifier and Type Method Description ConfigChangeResult
HTTPConnectionHandler. applyConfigurationChange(HttpConnectionHandlerCfg config)
void
HTTPConnectionHandler. doInitializeConnectionHandler(ServerContext serverContext, HttpConnectionHandlerCfg config)
boolean
HTTPConnectionHandler. isConfigurationAcceptable(ServerContext serverContext, HttpConnectionHandlerCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
HTTPConnectionHandler. isConfigurationChangeAcceptable(HttpConnectionHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
-