org.apache.directory.ldap.client.api.listener
Interface IntermediateResponseListener
public interface IntermediateResponseListener
A listener used for asynchronous IntermediateResponse handling.
- Version:
- $Rev$, $Date$
- Author:
- Apache Directory Project
responseReceived
void responseReceived(LdapConnection connection,
IntermediateResponse intermediateResponse)
- A callback method for each entry returned by a intermediateResponse response.
- Parameters:
connection
- The current connectionIntermediateResponse
- The intermediate response
Copyright © 2009-2011 Apache Software Foundation. All Rights Reserved.