Uses of Class
com.amilesend.onedrive.connection.OneDriveConnectionException
Packages that use OneDriveConnectionException
-
Uses of OneDriveConnectionException in com.amilesend.onedrive.connection
Subclasses of OneDriveConnectionException in com.amilesend.onedrive.connectionModifier and TypeClassDescriptionclassDefines the exception thrown fromOneDriveConnectionthat is specific to an issue with a request.classDefines the exception thrown fromOneDriveConnectionthat is specific to an issue with a response.classDefines the exception thrown fromOneDriveConnectionthat is specific to an issue with parsing a response.classDefines the exception thrown fromOneDriveConnectionwhen a request is throttled.Methods in com.amilesend.onedrive.connection that throw OneDriveConnectionExceptionModifier and TypeMethodDescriptionlongOneDriveConnection.download(@NonNull okhttp3.Request request, @NonNull Path folderPath, String name, long sizeBytes, @NonNull TransferProgressCallback callback) Downloads the contents for the givenrequestto the specifiedfolderPathandname.intOneDriveConnection.execute(@NonNull okhttp3.Request request) Executes the givenRequestand returns the associated HTTP response code.<T> TOneDriveConnection.execute(@NonNull okhttp3.Request request, @NonNull GsonParser<T> parser) Executes the givenRequestand parses the JSON-formatted response with givenGsonParser.OneDriveConnection.executeRemoteAsync(@NonNull okhttp3.Request request) Executes the givenRequestfor a remote asynchronous operation and returns the monitoring URL. -
Uses of OneDriveConnectionException in com.amilesend.onedrive.connection.auth
Subclasses of OneDriveConnectionException in com.amilesend.onedrive.connection.auth