| Interface | Description |
|---|---|
| IBaseCollectionPage<T1,T2 extends IRequestBuilder> |
A page of results from a collection.
|
| IConnection |
An http connection with a remote server.
|
| IConnectionFactory |
Creates connections to remove servers.
|
| IHttpProvider |
Sends http requests.
|
| IHttpRequest |
An http request.
|
| IHttpStreamRequest |
A request for a binary stream.
|
| IRequestBuilder |
Builder for a request.
|
| IRequestInterceptor |
Intercepts a request before it is sent by the http provider.
|
| IStatefulResponseHandler<ResultType,DeserializedType> |
The handler interface for requests having stateful response from server.
|
| Class | Description |
|---|---|
| BaseCollectionPage<T1,T2 extends IRequestBuilder> |
A page of results from a collection.
|
| BaseCollectionRequest<T1,T2> |
A request against a collection.
|
| BaseRequest |
An http request.
|
| BaseRequestBuilder |
A request builder.
|
| BaseStreamRequest<T> |
A request for a binary stream.
|
| DefaultConnectionFactory |
Creates connections to remove servers.
|
| DefaultHttpProvider |
Http provider based off of URLConnection.
|
| HttpResponseCode |
The http code for http request.
|
| OneDriveError | |
| OneDriveErrorResponse | |
| OneDriveInnerError | |
| UrlConnection |
Wrapper around HttpUrlConnection for testability
|
| Enum | Description |
|---|---|
| HttpMethod |
The http method for a request.
|
| Exception | Description |
|---|---|
| OneDriveFatalServiceException |
An unexpected exception from the OneDrive service.
|
| OneDriveServiceException |
An exception from the OneDrive service.
|