Package | Description |
---|---|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
org.opends.server.protocols |
Contains various Directory Server connection handler implementations which will be used to accept connections from
and perform communication with clients over various protocols.
|
org.opends.server.protocols.http |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using HTTP.
|
org.opends.server.protocols.jmx |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using JMX.
|
org.opends.server.protocols.ldap |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using LDAPv3.
|
org.opends.server.snmp |
This package contains Simple Network Management Protocol (SNMP) connection handler, the required classes to support
MIB 2605 objects and SNMP requests, and the SNMP adaptor that allows a SNMP manager to access OpenDS monitoring
information.
|
Modifier and Type | Method and Description |
---|---|
abstract ConnectionHandler<?> |
ClientConnection.getConnectionHandler()
Retrieves the connection handler that accepted this client connection.
|
Modifier and Type | Method and Description |
---|---|
static List<ConnectionHandler<?>> |
DirectoryServer.getConnectionHandlers()
Retrieves the set of connection handlers configured in the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
static void |
DirectoryServer.deregisterConnectionHandler(ConnectionHandler<?> handler)
Deregisters the provided connection handler with the Directory Server.
|
static void |
DirectoryServer.deregisterSupportedLDAPVersion(int supportedLDAPVersion,
ConnectionHandler<?> connectionHandler)
Deregisters the provided LDAP protocol version as supported within the Directory Server.
|
static void |
DirectoryServer.registerConnectionHandler(ConnectionHandler<? extends ConnectionHandlerCfg> handler)
Registers the provided connection handler with the Directory Server.
|
static void |
DirectoryServer.registerSupportedLDAPVersion(int supportedLDAPVersion,
ConnectionHandler<?> connectionHandler)
Registers the provided LDAP protocol version as supported within the Directory Server.
|
Modifier and Type | Class and Description |
---|---|
class |
LDIFConnectionHandler
This class defines an LDIF connection handler, which can be used to watch for new LDIF files to be placed in a
specified directory.
|
Modifier and Type | Class and Description |
---|---|
class |
HTTPConnectionHandler
This class defines a connection handler that will be used for communicating with clients over HTTP.
|
Modifier and Type | Class and Description |
---|---|
class |
JmxConnectionHandler
This class defines a connection handler that will be used for communicating with administrative clients over JMX.
|
Modifier and Type | Method and Description |
---|---|
ConnectionHandler<?> |
JmxClientConnection.getConnectionHandler() |
Modifier and Type | Class and Description |
---|---|
class |
LDAPConnectionHandler
This class defines a connection handler that will be used for communicating with clients over LDAP.
|
Modifier and Type | Method and Description |
---|---|
ConnectionHandler<?> |
LdapClientConnection.getConnectionHandler() |
Modifier and Type | Class and Description |
---|---|
class |
SNMPConnectionHandler
This class defines an SNMP connection handler, which can be used to answer SNMP Requests on MIB 2605.
|
Copyright 2010-2022 ForgeRock AS.