Skip to content

Commit

Permalink
hidden some doc
Browse files Browse the repository at this point in the history
  • Loading branch information
YangSen-qn committed Nov 30, 2023
1 parent 1e41eed commit b582e31
Show file tree
Hide file tree
Showing 68 changed files with 177 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

/**
* Created by long on 2017/7/25.
*
* @hidden
*/

public final class Configuration implements Cloneable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@

/**
* Created by bailong on 15/11/12.
*
* @hidden
*/
public final class Client {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

/**
* 定义请求完成后续动作的处理接口
*
* @hidden
*/
public interface CompletionHandler {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

/**
* 定义请求参数列表
*
* @hidden
*/
public final class PostArgs {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

/**
* Created by long on 2017/7/25.
*
* @hidden
*/
public final class Pipeline {
private static final String HTTPHeaderAuthorization = "Authorization";
Expand Down Expand Up @@ -144,6 +146,8 @@ private String url(String repo) {

/**
* Pump 完成回调
*
* @hidden
*/
public interface PumpCompleteHandler {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

/**
* 数据点
*
* @hidden
*/
public final class Points {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

/**
* 记录信息
*
* @hidden
*/
public class ReportItem {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@

/**
* 记录上报
*
* @hidden
*/
public class UploadInfoReporter {
private static final String DelayReportTransactionName = "com.qiniu.uplog";
Expand Down
4 changes: 4 additions & 0 deletions library/src/main/java/com/qiniu/android/common/ZoneInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@ public class ZoneInfo implements Cloneable {
/**
* 默认 io host
* 只允许内部使用
*
* @hidden
*/
public final static String SDKDefaultIOHost = "sdkDefaultIOHost";

/**
* 未知 region id
*
* @hidden
*/
public final static String EmptyRegionId = "unknown";

Expand Down
4 changes: 4 additions & 0 deletions library/src/main/java/com/qiniu/android/http/Headers.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
* whitespace.
*
* <p>Instances of this class are immutable. Use {@link Builder} to create instances.
*
* @hidden
*/
public final class Headers {
private final String[] namesAndValues;
Expand Down Expand Up @@ -324,6 +326,8 @@ public Map<String, List<String>> toMultimap() {

/**
* Builder
*
* @hidden
*/
public static final class Builder {
final List<String> namesAndValues = new ArrayList<>(20);
Expand Down
2 changes: 2 additions & 0 deletions library/src/main/java/com/qiniu/android/http/HttpDate.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

/**
* Best-effort parser for HTTP dates.
*
* @hidden
*/
public final class HttpDate {

Expand Down
2 changes: 2 additions & 0 deletions library/src/main/java/com/qiniu/android/http/UserAgent.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

/**
* Created by bailong on 15/6/23.
*
* @hidden
*/
public final class UserAgent {
private static UserAgent _instance = new UserAgent();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

/**
* 网络连接检查器
*
* @hidden
*/
public class ConnectChecker {

Expand Down
2 changes: 2 additions & 0 deletions library/src/main/java/com/qiniu/android/http/dns/Dns.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
import java.util.List;

/**
* Dns 解析器
*
* Created by sxci on 03/04/2018.
*/
public interface Dns {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

/**
* Created by jemy on 2019/9/17.
*
* @hidden
*/

public class DnsCacheFile implements Recorder {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

/**
* Created by jemy on 2019/9/23.
*
* @hidden
*/
public class DnsCacheInfo implements java.io.Serializable {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

/**
* Created by yangsen on 2020/6/4
*
* @hidden
*/
public class DnsPrefetchTransaction {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

/**
* Created by yangsen on 2020/5/28
*
* @hidden
*/
public class DnsPrefetcher {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

/**
* Created by yangsen on 2020/6/8
*
* @hidden
*/
@Deprecated
public class HappyDns implements Dns {
Expand Down
2 changes: 2 additions & 0 deletions library/src/main/java/com/qiniu/android/http/dns/HttpDns.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

/**
* Http Dns
*
* @hidden
*/
public class HttpDns extends BaseDns implements Dns {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

/**
* Dns 预解析信息
*
* @hidden
*/
public interface IDnsNetworkAddress {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

/**
* Created by yangsen on 2020/5/28
*
* @hidden
*/
public class SystemDns extends BaseDns implements Dns {

Expand Down
2 changes: 2 additions & 0 deletions library/src/main/java/com/qiniu/android/http/dns/UdpDns.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

/**
* udp dns
*
* @hidden
*/
public class UdpDns extends BaseDns implements Dns {
private IResolver udpIpv4Resolver;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

/**
* 上传指标
*
* @hidden
*/
public class UploadMetrics {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

/**
* 区域上传事务
*
* @hidden
*/
public class UploadRegionRequestMetrics extends UploadMetrics {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

/**
* 单请求的指标
*
* @hidden
*/
public class UploadSingleRequestMetrics extends UploadMetrics {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

/**
* upload task metrics
*
* @hidden
*/
public class UploadTaskMetrics extends UploadMetrics {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

/**
* 网络状态管理器
*
* @hidden
*/
public class NetworkStatusManager {

Expand Down Expand Up @@ -96,6 +98,8 @@ public void updateNetworkStatus(String type, int speed) {

/**
* 网络状态
*
* @hidden
*/
public static class NetworkStatus implements Cache.Object {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

/**
* UploadServerNetworkStatus
*
* @hidden
*/
public class UploadServerNetworkStatus {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
import com.qiniu.android.http.ResponseInfo;

/**
* 上传区域仇晓
* 上传区域
*
* @hidden
*/
public interface IUploadRegion {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

/**
* upload server 信息
*
* @hidden
*/
public abstract class IUploadServer {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

/**
* request
*
* @hidden
*/
public class Request {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@

/**
* 请求事务
*
* @hidden
*/
public class RequestTransaction {

Expand Down Expand Up @@ -732,6 +734,8 @@ private void completeAction(ResponseInfo responseInfo,

/**
* 请求结束回调
*
* @hidden
*/
public interface RequestCompleteHandler {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

/**
* 上传状态
*
* @hidden
*/
public class UploadRequestState {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

/**
* CheckCancelHandler
*
* @hidden
*/
public interface CheckCancelHandler {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

/**
* 请求进度回调
*
* @hidden
*/
public interface RequestProgressHandler {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

/**
* 请求重试回调
*
* @hidden
*/
public interface RequestShouldRetryHandler {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

/**
* Created by yangsen on 2020/6/10
*
* @hidden
*/
public class ByteBody extends RequestBody {

Expand Down
Loading

0 comments on commit b582e31

Please sign in to comment.