Uses of Interface
org.apache.directory.api.ldap.codec.api.CodecControl
-
Packages that use CodecControl Package Description org.apache.directory.api.ldap.codec org.apache.directory.api.ldap.codec.api -
-
Uses of CodecControl in org.apache.directory.api.ldap.codec
Classes in org.apache.directory.api.ldap.codec that implement CodecControl Modifier and Type Class Description classBasicControlDecoratorA decorator for handling opaque Control objects where we know nothing about their encoded value. -
Uses of CodecControl in org.apache.directory.api.ldap.codec.api
Classes in org.apache.directory.api.ldap.codec.api that implement CodecControl Modifier and Type Class Description classControlDecorator<E extends Control>Decorates Control objects by wrapping them, and enabling them as CodecControls so the codec to store transient information associated with the Control in the decorator while processing.
-