| Interface | Description |
|---|---|
| YfyArg | |
| YfyProgressListener |
The listener interface for monitoring the progress of a long-running API(usually upload and download) call.
|
| YfyRefreshListener<T> |
One must implements YfyRefreshListener if you use auto refreshing
|
| YfySessionStore |
An interface that lets you save, retrieve, and clear a single value in the user's web
session.
|
| Class | Description |
|---|---|
| ProgressInputStream | |
| ProgressOutputStream | |
| YfyAppInfo |
Identifying information about your application.
|
| YfyBaseClient<K> | |
| YfyClient<K> | |
| YfyClientFactory<T> |
Always used by server, which has multiply users at the same time
|
| YfyEnterpriseClient<K> | |
| YfyErrorResponse |
standard errors response in requesting to server
|
| YfyErrorResponse.SpecificError | |
| YfyHost | |
| YfyRequestConfig |
A grouping of a few configuration parameters for how we should make requests to the
Fangcloud servers.
|
| YfyRequestUtil | |
| YfySdkConstant | |
| YfySdkVersion | |
| YfyStandardSessionStore |
A
YfySessionStore implementation that stores the value using the standard
HttpSession interface from the Java Servlet API. |
| YfyUploadErrorResponse |
Copyright © 2018 YiFangYun. All rights reserved.