Deprecated API


Contents
Deprecated Methods
com.unboundid.ldap.sdk.LDAPConnectionOptions.autoReconnect()
          The use of auto-reconnect is strongly discouraged because it is inherently fragile and can only work under very limited circumstances. It is strongly recommended that a connection pool be used instead of the auto-reconnect option, even in cases where only a single connection is desired. 
com.unboundid.ldif.LDIFReader.ignoreDuplicateValues()
          Use the LDIFReader.getDuplicateValueBehavior() method instead. 
com.unboundid.asn1.ASN1StreamReader.ignoreSocketTimeoutException()
          Use the ASN1StreamReader.ignoreInitialSocketTimeoutException() and ASN1StreamReader.ignoreSubsequentSocketTimeoutException() methods instead. 
com.unboundid.ldap.sdk.LDAPConnectionOptions.setAutoReconnect(boolean)
          The use of auto-reconnect is strongly discouraged because it is inherently fragile and can only work under very limited circumstances. It is strongly recommended that a connection pool be used instead of the auto-reconnect option, even in cases where only a single connection is desired. 
com.unboundid.ldif.LDIFReader.setIgnoreDuplicateValues(boolean)
          Use the LDIFReader.setDuplicateValueBehavior(com.unboundid.ldif.DuplicateValueBehavior) method instead. 
com.unboundid.asn1.ASN1StreamReader.setIgnoreSocketTimeout(boolean)
          Use the ASN1StreamReader.setIgnoreSocketTimeout(boolean,boolean) method instead. 
com.unboundid.ldif.LDIFReader.setStripTrailingSpaces(boolean)
          Use the LDIFReader.setTrailingSpaceBehavior(com.unboundid.ldif.TrailingSpaceBehavior) method instead. 
com.unboundid.ldif.LDIFReader.stripTrailingSpaces()
          Use the LDIFReader.getTrailingSpaceBehavior() method instead.