All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ldaptive.handler.ResponseControlHandler Maven / Gradle / Ivy

The newest version!
/* See LICENSE for licensing and NOTICE for copyright. */
package org.ldaptive.handler;

import java.util.function.Consumer;
import org.ldaptive.control.ResponseControl;

/**
 * Marker interface for a response control handler.
 *
 * @author  Middleware Services
 */
public interface ResponseControlHandler extends Consumer {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy