T - The type of control decoded by this decoder.public interface ControlDecoder<T extends Control>
T decode(boolean isCritical, org.forgerock.opendj.ldap.ByteString value) throws DirectoryException
isCritical - Indicates whether the control should be considered
critical.value - The value for the control.DirectoryException - If the control could not be decoded.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.