| | |
| | | * LDAP connection factory implementation. |
| | | */ |
| | | public final class LDAPConnectionFactoryImpl extends |
| | | AbstractConnectionFactory<AsynchronousConnection> implements |
| | | ConnectionFactory<AsynchronousConnection> |
| | | AbstractConnectionFactory implements ConnectionFactory |
| | | { |
| | | private final class LDAPTransport extends AbstractLDAPTransport |
| | | { |
| | |
| | | * {@inheritDoc} |
| | | */ |
| | | public FutureResult<AsynchronousConnection> getAsynchronousConnection( |
| | | ResultHandler<? super AsynchronousConnection> handler) |
| | | ResultHandler<AsynchronousConnection> handler) |
| | | { |
| | | FutureResultImpl future = new FutureResultImpl(handler); |
| | | |