@PublicAPI(stability=PRIVATE)

Package 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.

See:
          Description

Class Summary
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.
 

Package org.opends.server.protocols Description

Contains various Directory Server connection handler implementations which will be used to accept connections from and perform communication with clients over various protocols. Note that it is expected that each protocol will be sufficiently complex so as to warrant its own sub-package.