跳过导航链接
A B C D E F G H I J L M O P R S T U V W _ 

A

AbstractHttpUtils - org.noear.solon.net.http.impl中的类
Http 工具基类
AbstractHttpUtils(String) - 类 的构造器org.noear.solon.net.http.impl.AbstractHttpUtils
 
add(HttpExtension) - 类 中的静态方法org.noear.solon.net.http.HttpExtensionManager
添加扩展

B

body() - 接口 中的方法org.noear.solon.net.http.HttpResponse
获取响应主体
body() - 类 中的方法org.noear.solon.net.http.impl.jdk.JdkHttpResponseImpl
 
body() - 类 中的方法org.noear.solon.net.http.impl.okhttp.OkHttpResponseImpl
 
bodyAsBytes() - 接口 中的方法org.noear.solon.net.http.HttpResponse
获取响应主体字节数组
bodyAsBytes() - 类 中的方法org.noear.solon.net.http.impl.jdk.JdkHttpResponseImpl
 
bodyAsBytes() - 类 中的方法org.noear.solon.net.http.impl.okhttp.OkHttpResponseImpl
 
bodyAsString() - 接口 中的方法org.noear.solon.net.http.HttpResponse
获取响应主体字符串
bodyAsString() - 类 中的方法org.noear.solon.net.http.impl.jdk.JdkHttpResponseImpl
 
bodyAsString() - 类 中的方法org.noear.solon.net.http.impl.okhttp.OkHttpResponseImpl
 
bodyJson(String) - 接口 中的方法org.noear.solon.net.http.HttpUtils
主体配置
bodyJson(String) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 
bodyRaw(byte[]) - 接口 中的方法org.noear.solon.net.http.HttpUtils
主体配置
bodyRaw(byte[], String) - 接口 中的方法org.noear.solon.net.http.HttpUtils
主体配置
bodyRaw(InputStream) - 接口 中的方法org.noear.solon.net.http.HttpUtils
主体配置
bodyRaw(InputStream, String) - 接口 中的方法org.noear.solon.net.http.HttpUtils
主体配置
bodyRaw(byte[]) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 
bodyRaw(byte[], String) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 
bodyRaw(InputStream) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 
bodyRaw(InputStream, String) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 
bodyTxt(String) - 接口 中的方法org.noear.solon.net.http.HttpUtils
主体配置
bodyTxt(String, String) - 接口 中的方法org.noear.solon.net.http.HttpUtils
主体配置
bodyTxt(String) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
设置 BODY txt
bodyTxt(String, String) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
设置 BODY txt 及内容类型

C

charset(String) - 接口 中的方法org.noear.solon.net.http.HttpUtils
编码配置
charset(String) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 
checkClientTrusted(X509Certificate[], String) - 类 中的方法org.noear.solon.net.http.impl.HttpSsl.DefaultX509TrustManager
 
checkServerTrusted(X509Certificate[], String) - 类 中的方法org.noear.solon.net.http.impl.HttpSsl.DefaultX509TrustManager
 
close() - 类 中的方法org.noear.solon.net.http.impl.jdk.JdkHttpResponseImpl
 
close() - 类 中的方法org.noear.solon.net.http.impl.jdk.JdkInputStreamWrapper
 
close() - 类 中的方法org.noear.solon.net.http.impl.okhttp.OkHttpResponseImpl
 
code() - 接口 中的方法org.noear.solon.net.http.HttpResponse
获取响应代码
code() - 类 中的方法org.noear.solon.net.http.impl.jdk.JdkHttpResponseImpl
 
code() - 类 中的方法org.noear.solon.net.http.impl.okhttp.OkHttpResponseImpl
 
connectTimeout - 类 中的变量org.noear.solon.net.http.impl.HttpTimeout
连接超时
content - 类 中的变量org.noear.solon.net.http.impl.HttpStream
 
contentEncoding() - 接口 中的方法org.noear.solon.net.http.HttpResponse
获取内容编码
contentEncoding() - 类 中的方法org.noear.solon.net.http.impl.jdk.JdkHttpResponseImpl
 
contentEncoding() - 类 中的方法org.noear.solon.net.http.impl.okhttp.OkHttpResponseImpl
 
contentLength() - 接口 中的方法org.noear.solon.net.http.HttpResponse
获取内容长度
contentLength() - 类 中的方法org.noear.solon.net.http.impl.jdk.JdkHttpResponseImpl
 
contentLength() - 类 中的方法org.noear.solon.net.http.impl.okhttp.OkHttpResponseImpl
 
contentLength() - 类 中的方法org.noear.solon.net.http.impl.okhttp.OkHttpUtilsImpl.StreamBody
 
contentType() - 接口 中的方法org.noear.solon.net.http.HttpResponse
获取内容类型
contentType - 类 中的变量org.noear.solon.net.http.impl.HttpStream
 
contentType() - 类 中的方法org.noear.solon.net.http.impl.jdk.JdkHttpResponseImpl
 
contentType() - 类 中的方法org.noear.solon.net.http.impl.okhttp.OkHttpResponseImpl
 
contentType() - 类 中的方法org.noear.solon.net.http.impl.okhttp.OkHttpUtilsImpl.StreamBody
 
cookie(String, String) - 接口 中的方法org.noear.solon.net.http.HttpUtils
小饼配置(替换)
cookie(String, String) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 
cookieAdd(String, String) - 接口 中的方法org.noear.solon.net.http.HttpUtils
小饼配置(添加)
cookieAdd(String, String) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 
cookies() - 接口 中的方法org.noear.solon.net.http.HttpResponse
获取小饼数组
cookies(Map) - 接口 中的方法org.noear.solon.net.http.HttpUtils
小饼配置
cookies(Iterable<KeyValues<String>>) - 接口 中的方法org.noear.solon.net.http.HttpUtils
小饼配置
cookies(Map) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
设置请求 cookies
cookies(Iterable<KeyValues<String>>) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 
cookies() - 类 中的方法org.noear.solon.net.http.impl.jdk.JdkHttpResponseImpl
 
cookies() - 类 中的方法org.noear.solon.net.http.impl.okhttp.OkHttpResponseImpl
 

D

data(Map) - 接口 中的方法org.noear.solon.net.http.HttpUtils
参数配置
data(Iterable<KeyValues<String>>) - 接口 中的方法org.noear.solon.net.http.HttpUtils
参数配置
data(String, String) - 接口 中的方法org.noear.solon.net.http.HttpUtils
参数配置(替换)
data(String, String, InputStream, String) - 接口 中的方法org.noear.solon.net.http.HttpUtils
参数配置
data(Map) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
设置表单数据
data(Iterable<KeyValues<String>>) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 
data(String, String) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
设置表单数据
data(String, String, InputStream, String) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 
defaultHostnameVerifier - 类 中的静态变量org.noear.solon.net.http.impl.HttpSsl
 
DefaultHostnameVerifier() - 类 的构造器org.noear.solon.net.http.impl.HttpSsl.DefaultHostnameVerifier
 
defaultTrustManager - 类 中的静态变量org.noear.solon.net.http.impl.HttpSsl
 
DefaultX509TrustManager() - 类 的构造器org.noear.solon.net.http.impl.HttpSsl.DefaultX509TrustManager
 
delete() - 接口 中的方法org.noear.solon.net.http.HttpUtils
delete 请求并返回 body
delete() - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 

E

enablePrintln(boolean) - 接口 中的方法org.noear.solon.net.http.HttpUtils
启用打印(专为 tester 服务)
enablePrintln(boolean) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 
exec(String) - 接口 中的方法org.noear.solon.net.http.HttpUtils
执行请求并返回响应
exec(String) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
执行请求,返回响应对象(需要自己做关闭处理)
execAsBody(String) - 接口 中的方法org.noear.solon.net.http.HttpUtils
执行请求并返回响应主体
execAsBody(String) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 
execAsCode(String) - 接口 中的方法org.noear.solon.net.http.HttpUtils
执行请求并返回代码
execAsCode(String) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 
execAsync(String) - 接口 中的方法org.noear.solon.net.http.HttpUtils
异步执行请求
execAsync(String) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 
execDo(String, CompletableFuture<HttpResponse>) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 
execDo(String, CompletableFuture<HttpResponse>) - 类 中的方法org.noear.solon.net.http.impl.jdk.JdkHttpUtilsImpl
 
execDo(String, CompletableFuture<HttpResponse>) - 类 中的方法org.noear.solon.net.http.impl.okhttp.OkHttpUtilsImpl
 

F

fileName - 类 中的变量org.noear.solon.net.http.impl.HttpUploadFile
 
fileStream - 类 中的变量org.noear.solon.net.http.impl.HttpUploadFile
 
FormDataBody(Charset) - 类 的构造器org.noear.solon.net.http.impl.jdk.JdkHttpUtilsImpl.FormDataBody
 

G

get() - 接口 中的方法org.noear.solon.net.http.HttpUtils
get 请求并返回 body
get() - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 
getAcceptedIssuers() - 类 中的方法org.noear.solon.net.http.impl.HttpSsl.DefaultX509TrustManager
 
getExtensions() - 类 中的静态方法org.noear.solon.net.http.HttpExtensionManager
获取所有扩展
getRequestCookieString(MultiMap<String>) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 
getServer(String, String) - 类 中的静态方法org.noear.solon.net.http.LoadBalanceUtils
获取服务地址
getSSLSocketFactory() - 类 中的静态方法org.noear.solon.net.http.impl.HttpSsl
 
getX509TrustManager() - 类 中的静态方法org.noear.solon.net.http.impl.HttpSsl
 

H

head() - 接口 中的方法org.noear.solon.net.http.HttpUtils
head 请求并返回 code
head() - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 
header(String) - 接口 中的方法org.noear.solon.net.http.HttpResponse
获取头值
header(String, String) - 接口 中的方法org.noear.solon.net.http.HttpUtils
头配置(替换)
header(String, String) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
设置请求头
header(String) - 类 中的方法org.noear.solon.net.http.impl.jdk.JdkHttpResponseImpl
 
header(String) - 类 中的方法org.noear.solon.net.http.impl.okhttp.OkHttpResponseImpl
 
headerAdd(String, String) - 接口 中的方法org.noear.solon.net.http.HttpUtils
头配置(添加)
headerAdd(String, String) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
添加请求头
headerNames() - 接口 中的方法org.noear.solon.net.http.HttpResponse
获取头名
headerNames() - 类 中的方法org.noear.solon.net.http.impl.jdk.JdkHttpResponseImpl
 
headerNames() - 类 中的方法org.noear.solon.net.http.impl.okhttp.OkHttpResponseImpl
 
headers(String) - 接口 中的方法org.noear.solon.net.http.HttpResponse
获取头值数组
headers(Map) - 接口 中的方法org.noear.solon.net.http.HttpUtils
头配置
headers(Iterable<KeyValues<String>>) - 接口 中的方法org.noear.solon.net.http.HttpUtils
头配置
headers(Map) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
设置请求头
headers(Iterable<KeyValues<String>>) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 
headers(String) - 类 中的方法org.noear.solon.net.http.impl.jdk.JdkHttpResponseImpl
 
headers(String) - 类 中的方法org.noear.solon.net.http.impl.okhttp.OkHttpResponseImpl
 
http(String, String) - 接口 中的静态方法org.noear.solon.net.http.HttpUtils
 
http(String, String, String) - 接口 中的静态方法org.noear.solon.net.http.HttpUtils
 
http(String) - 接口 中的静态方法org.noear.solon.net.http.HttpUtils
 
HttpExtension - org.noear.solon.net.http中的接口
Http 扩展
HttpExtensionManager - org.noear.solon.net.http中的类
Http 扩展管理
HttpExtensionManager() - 类 的构造器org.noear.solon.net.http.HttpExtensionManager
 
HttpResponse - org.noear.solon.net.http中的接口
Http 响应
HttpSsl - org.noear.solon.net.http.impl中的类
SSL 客户端
HttpSsl() - 类 的构造器org.noear.solon.net.http.impl.HttpSsl
 
HttpSsl.DefaultHostnameVerifier - org.noear.solon.net.http.impl中的类
 
HttpSsl.DefaultX509TrustManager - org.noear.solon.net.http.impl中的类
 
HttpStream - org.noear.solon.net.http.impl中的类
 
HttpStream(InputStream, String) - 类 的构造器org.noear.solon.net.http.impl.HttpStream
 
HttpTimeout - org.noear.solon.net.http.impl中的类
Http 超时:单位:秒
HttpTimeout(int) - 类 的构造器org.noear.solon.net.http.impl.HttpTimeout
 
HttpTimeout(int, int, int) - 类 的构造器org.noear.solon.net.http.impl.HttpTimeout
 
HttpUploadFile - org.noear.solon.net.http.impl中的类
 
HttpUploadFile(String, HttpStream) - 类 的构造器org.noear.solon.net.http.impl.HttpUploadFile
 
HttpUtils - org.noear.solon.net.http中的接口
Http 工具类

I

instance - 类 中的静态变量org.noear.solon.net.http.impl.okhttp.OkHttpInterceptorImpl
 
intercept(Interceptor.Chain) - 类 中的方法org.noear.solon.net.http.impl.okhttp.OkHttpInterceptorImpl
 

J

JdkHttpResponseImpl - org.noear.solon.net.http.impl.jdk中的类
Http 响应 JDK HttpURLConnection 实现
JdkHttpResponseImpl(HttpURLConnection) - 类 的构造器org.noear.solon.net.http.impl.jdk.JdkHttpResponseImpl
 
JdkHttpUtilsImpl - org.noear.solon.net.http.impl.jdk中的类
Http 工具 JDK HttpURLConnection 实现
JdkHttpUtilsImpl(String) - 类 的构造器org.noear.solon.net.http.impl.jdk.JdkHttpUtilsImpl
 
JdkHttpUtilsImpl.FormBody - org.noear.solon.net.http.impl.jdk中的类
 
JdkHttpUtilsImpl.FormDataBody - org.noear.solon.net.http.impl.jdk中的类
 
JdkInputStreamWrapper - org.noear.solon.net.http.impl.jdk中的类
Http 输出流包装器,关闭时流同时关闭连接
JdkInputStreamWrapper(HttpURLConnection, InputStream) - 类 的构造器org.noear.solon.net.http.impl.jdk.JdkInputStreamWrapper
 

L

LoadBalanceUtils - org.noear.solon.net.http中的类
负截均衡工具类
LoadBalanceUtils() - 类 的构造器org.noear.solon.net.http.LoadBalanceUtils
 

M

multipart(boolean) - 接口 中的方法org.noear.solon.net.http.HttpUtils
是否多部分配置
multipart(boolean) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 

O

OkHttpInterceptorImpl - org.noear.solon.net.http.impl.okhttp中的类
Http 请求 OkHttp 拦截器实现
OkHttpInterceptorImpl() - 类 的构造器org.noear.solon.net.http.impl.okhttp.OkHttpInterceptorImpl
 
OkHttpResponseImpl - org.noear.solon.net.http.impl.okhttp中的类
Http 响应 OkHttp 实现
OkHttpResponseImpl(Response) - 类 的构造器org.noear.solon.net.http.impl.okhttp.OkHttpResponseImpl
 
OkHttpUtilsImpl - org.noear.solon.net.http.impl.okhttp中的类
Http 工具 OkHttp 实现
OkHttpUtilsImpl(String) - 类 的构造器org.noear.solon.net.http.impl.okhttp.OkHttpUtilsImpl
 
OkHttpUtilsImpl(String, OkHttpClient) - 类 的构造器org.noear.solon.net.http.impl.okhttp.OkHttpUtilsImpl
 
OkHttpUtilsImpl.StreamBody - org.noear.solon.net.http.impl.okhttp中的类
 
onInit(HttpUtils, String) - 接口 中的方法org.noear.solon.net.http.HttpExtension
初始化
options() - 接口 中的方法org.noear.solon.net.http.HttpUtils
options 请求并返回 body
options() - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 
org.noear.solon.net.http - 程序包 org.noear.solon.net.http
 
org.noear.solon.net.http.impl - 程序包 org.noear.solon.net.http.impl
 
org.noear.solon.net.http.impl.jdk - 程序包 org.noear.solon.net.http.impl.jdk
 
org.noear.solon.net.http.impl.okhttp - 程序包 org.noear.solon.net.http.impl.okhttp
 

P

patch() - 接口 中的方法org.noear.solon.net.http.HttpUtils
patch 请求并返回 body
patch() - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 
post() - 接口 中的方法org.noear.solon.net.http.HttpUtils
post 请求并返回 body
post() - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 
preheat(String) - 类 中的静态方法org.noear.solon.net.http.PreheatUtils
预热本地地址
preheat(String, ConsumerEx<HttpUtils>) - 类 中的静态方法org.noear.solon.net.http.PreheatUtils
预热本地地址
PreheatUtils - org.noear.solon.net.http中的类
预热工具
PreheatUtils() - 类 的构造器org.noear.solon.net.http.PreheatUtils
 
put() - 接口 中的方法org.noear.solon.net.http.HttpUtils
put 请求并返回 body
put() - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 

R

read() - 类 中的方法org.noear.solon.net.http.impl.jdk.JdkInputStreamWrapper
 
readTimeout - 类 中的变量org.noear.solon.net.http.impl.HttpTimeout
读超时
remove(HttpExtension) - 类 中的静态方法org.noear.solon.net.http.HttpExtensionManager
移除扩展

S

StreamBody(HttpStream) - 类 的构造器org.noear.solon.net.http.impl.okhttp.OkHttpUtilsImpl.StreamBody
 

T

timeout(int) - 接口 中的方法org.noear.solon.net.http.HttpUtils
超时配置
timeout(int, int, int) - 接口 中的方法org.noear.solon.net.http.HttpUtils
超时配置
timeout(int) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 
timeout(int, int, int) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 
toQueryString(Map<?, ?>) - 接口 中的静态方法org.noear.solon.net.http.HttpUtils
map 转为 queryString
toQueryString(Map<?, ?>, String) - 接口 中的静态方法org.noear.solon.net.http.HttpUtils
map 转为 queryString
tryInitCookies() - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 
tryInitFiles() - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 
tryInitHeaders() - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 
tryInitParams() - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 

U

urlEncode(String) - 接口 中的静态方法org.noear.solon.net.http.HttpUtils
url 编码
urlEncode(String, String) - 接口 中的静态方法org.noear.solon.net.http.HttpUtils
url 编码
urlRebuild(String, Charset) - 类 中的静态方法org.noear.solon.net.http.impl.jdk.JdkHttpUtilsImpl
 
userAgent(String) - 接口 中的方法org.noear.solon.net.http.HttpUtils
用户代理配置
userAgent(String) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
 

V

verify(String, SSLSession) - 类 中的方法org.noear.solon.net.http.impl.HttpSsl.DefaultHostnameVerifier
 

W

writeTimeout - 类 中的变量org.noear.solon.net.http.impl.HttpTimeout
写超时
writeTo(BufferedSink) - 类 中的方法org.noear.solon.net.http.impl.okhttp.OkHttpUtilsImpl.StreamBody
 

_

_bodyRaw - 类 中的变量org.noear.solon.net.http.impl.AbstractHttpUtils
 
_charset - 类 中的变量org.noear.solon.net.http.impl.AbstractHttpUtils
 
_cookies - 类 中的变量org.noear.solon.net.http.impl.AbstractHttpUtils
 
_enablePrintln - 类 中的变量org.noear.solon.net.http.impl.AbstractHttpUtils
 
_files - 类 中的变量org.noear.solon.net.http.impl.AbstractHttpUtils
 
_headers - 类 中的变量org.noear.solon.net.http.impl.AbstractHttpUtils
 
_multipart - 类 中的变量org.noear.solon.net.http.impl.AbstractHttpUtils
 
_params - 类 中的变量org.noear.solon.net.http.impl.AbstractHttpUtils
 
_timeout - 类 中的变量org.noear.solon.net.http.impl.AbstractHttpUtils
 
_url - 类 中的变量org.noear.solon.net.http.impl.AbstractHttpUtils
 
A B C D E F G H I J L M O P R S T U V W _ 
跳过导航链接

Copyright © 2024. All rights reserved.