| Interface | Description |
|---|---|
| CreationAPI |
Gfycat creation API wrapper.
|
| DefaultUploadManager.GetGfycatByName | |
| ProgressReportingSource.ProgressListener | |
| UploadListener |
Callback from
UploadManager with current creation progress. |
| UploadManager |
Manages Gfycat uploading to Gfycat.com
|
| Class | Description |
|---|---|
| DefaultUploadManager |
Created by dekalo on 23.03.17.
|
| InputStreamRequestBody |
Created by dekalo on 23.03.17.
|
| ProgressReportingSource |
Created by dekalo on 28.03.17.
|
| UploadManagerAsyncWrapper |
Created by dgoliy on 4/11/17.
|
| Enum | Description |
|---|---|
| UploadListener.Stage |
Stage of creation.
|
| Exception | Description |
|---|---|
| UploadManager.CanNotCreateKeyException |
Indicates that request creation key step failed.
|
| UploadManager.CanNotGetGfycatStatusException |
Indicates that request creation key and upload content steps have passed, but
UploadManager was unable to retrieve creation status from Gfycat.com |
| UploadManager.CanNotUploadGfycatException |
Indicates that upload content step failed.
|
| UploadManager.CreationTimeoutException |
Happens when creation flow ended by timeout.
|
| UploadManager.FailedToCreateGfycatException |
Indicates that request creation key and upload content steps have passed, but
Gfycat.com was unable to create Gfycat from uploaded content.
|
| UploadManager.GfycatWasDeletedBeforeCompletionException |
Indicates that Gfycat was deleted on server, while creation flow was in process.
|
| UploadManager.InternalCreationException |
Indicates that creation flow terminated due to internal logic error.
|