| | |
| | | * CDDL HEADER END |
| | | * |
| | | * |
| | | * Copyright 2009 Sun Microsystems, Inc. |
| | | * Copyright 2009-2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | |
| | | |
| | | import org.opends.sdk.*; |
| | | import org.opends.sdk.requests.ExtendedRequest; |
| | | import org.opends.sdk.requests.StartTLSExtendedRequest; |
| | | import org.opends.sdk.responses.ExtendedResult; |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Override |
| | | protected boolean isCancelable() { |
| | | return !request.getOID().equals(StartTLSExtendedRequest.OID); |
| | | } |
| | | |
| | | |
| | | |
| | | R decodeResult(final ExtendedResult result, final DecodeOptions options) |
| | | throws DecodeException |
| | | { |