Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/main/java/com/box/sdk/BoxAPIConnection.java
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,10 @@ public void setRequestInterceptor(RequestInterceptor interceptor) {
/**
* Saves the state of this connection to a string so that it can be persisted and restored at a later time.
*
* <p>Note that proxy settings aren't automatically saved or restored. This is mainly due to security concerns
* around persisting proxy authentication details to the state string. If your connection uses a proxy, you will
* have to manually configure it again after restoring the connection.</p>
*
* @see #restore
* @return the state of this connection.
*/
Expand Down