类 HttpGlobalConfig
java.lang.Object
com.cdkjframework.util.network.request.HttpGlobalConfig
- 所有已实现的接口:
Serializable
http 全局配置
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static void允许PATCH请求static voidsetBoundary(String customBoundary) 设置边界符static voidsetDecodeUrl(boolean customDecodeUrl) 设置解码Urlstatic voidsetIgnoreEofError(boolean customIgnoreEofError) 设置是否忽略EOF错误static voidsetMaxRedirectCount(int customMaxRedirectCount) 设置最大重定向次数static voidsetTimeout(int customTimeout) 设置超时
-
构造器详细资料
-
HttpGlobalConfig
public HttpGlobalConfig()
-
-
方法详细资料
-
setTimeout
public static void setTimeout(int customTimeout) 设置超时- 参数:
customTimeout- 自定义超时
-
setBoundary
设置边界符- 参数:
customBoundary- 自定义边界符
-
setMaxRedirectCount
public static void setMaxRedirectCount(int customMaxRedirectCount) 设置最大重定向次数- 参数:
customMaxRedirectCount- 最大重定向次数
-
setIgnoreEofError
public static void setIgnoreEofError(boolean customIgnoreEofError) 设置是否忽略EOF错误- 参数:
customIgnoreEofError- 是否忽略EOF错误
-
setDecodeUrl
public static void setDecodeUrl(boolean customDecodeUrl) 设置解码Url- 参数:
customDecodeUrl- 是否解码Url
-
allowPatch
public static void allowPatch()允许PATCH请求
-