We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a90f97c + ab14f08 commit aacfe0dCopy full SHA for aacfe0d
src/main/java/com/box/sdk/BoxAPIConnection.java
@@ -541,6 +541,10 @@ public void setRequestInterceptor(RequestInterceptor interceptor) {
541
/**
542
* Saves the state of this connection to a string so that it can be persisted and restored at a later time.
543
*
544
+ * <p>Note that proxy settings aren't automatically saved or restored. This is mainly due to security concerns
545
+ * around persisting proxy authentication details to the state string. If your connection uses a proxy, you will
546
+ * have to manually configure it again after restoring the connection.</p>
547
+ *
548
* @see #restore
549
* @return the state of this connection.
550
*/
0 commit comments