Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W _ 

A

AbstractHttpUtils - Class in org.noear.solon.net.http.impl
Http 工具基类
AbstractHttpUtils(String) - Constructor for class org.noear.solon.net.http.impl.AbstractHttpUtils
 
accept(String) - Method in interface org.noear.solon.net.http.HttpUtils
Accept 头配置
add(HttpExtension) - Static method in class org.noear.solon.net.http.HttpExtensionManager
Deprecated.
添加扩展
addExtension(HttpExtension) - Static method in class org.noear.solon.net.http.HttpConfiguration
添加扩展
allowMethods(String...) - Static method in class org.noear.solon.net.http.impl.jdk.JdkHttpUtils
补丁,增加新方法支持
allowPatch() - Static method in class org.noear.solon.net.http.impl.jdk.JdkHttpUtils
允许 PATCH 方法
available() - Method in class org.noear.solon.net.http.impl.jdk.JdkInputStreamWrapper
 

B

baseUri(String) - Method in class org.noear.solon.net.http.HttpUtilsBuilder
基础地址
body() - Method in interface org.noear.solon.net.http.HttpResponse
获取响应主体
body(String, String) - Method in interface org.noear.solon.net.http.HttpUtils
主体配置
body(byte[], String) - Method in interface org.noear.solon.net.http.HttpUtils
主体配置
body(byte[]) - Method in interface org.noear.solon.net.http.HttpUtils
主体配置
body(InputStream, String) - Method in interface org.noear.solon.net.http.HttpUtils
主体配置
body(InputStream) - Method in interface org.noear.solon.net.http.HttpUtils
主体配置
body() - Method in class org.noear.solon.net.http.impl.jdk.JdkHttpResponse
 
body(String, String) - Method in class org.noear.solon.net.http.impl.jdk.JdkHttpUtils
设置 BODY txt 及内容类型
body(byte[], String) - Method in class org.noear.solon.net.http.impl.jdk.JdkHttpUtils
 
body(InputStream, String) - Method in class org.noear.solon.net.http.impl.jdk.JdkHttpUtils
 
body() - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpResponse
 
body(String, String) - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpUtils
设置 BODY txt 及内容类型
body(byte[], String) - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpUtils
 
body(InputStream, String) - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpUtils
 
bodyAsBean(Type) - Method in interface org.noear.solon.net.http.HttpResponse
获取响应主体并转为对象
bodyAsBean(Type) - Method in class org.noear.solon.net.http.impl.jdk.JdkHttpResponse
 
bodyAsBean(Type) - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpResponse
 
bodyAsBytes() - Method in interface org.noear.solon.net.http.HttpResponse
获取响应主体并转为字节数组
bodyAsBytes() - Method in class org.noear.solon.net.http.impl.jdk.JdkHttpResponse
 
bodyAsBytes() - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpResponse
 
bodyAsString() - Method in interface org.noear.solon.net.http.HttpResponse
获取响应主体并转为字符串
bodyAsString() - Method in class org.noear.solon.net.http.impl.jdk.JdkHttpResponse
 
bodyAsString() - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpResponse
 
bodyBytes() - Method in exception org.noear.solon.net.http.HttpResponseException
 
bodyJson(String) - Method in interface org.noear.solon.net.http.HttpUtils
bodyOfBean(Object) - Method in interface org.noear.solon.net.http.HttpUtils
主体配置(由序列化器决定内容类型)
bodyOfBean(Object) - Method in class org.noear.solon.net.http.impl.jdk.JdkHttpUtils
 
bodyOfBean(Object) - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpUtils
 
bodyOfJson(String) - Method in interface org.noear.solon.net.http.HttpUtils
主体配置
bodyOfTxt(String) - Method in interface org.noear.solon.net.http.HttpUtils
主体配置
bodyRaw(byte[], String) - Method in interface org.noear.solon.net.http.HttpUtils
bodyRaw(byte[]) - Method in interface org.noear.solon.net.http.HttpUtils
Deprecated.
bodyRaw(InputStream) - Method in interface org.noear.solon.net.http.HttpUtils
bodyRaw(InputStream, String) - Method in interface org.noear.solon.net.http.HttpUtils
bodyTxt(String, String) - Method in interface org.noear.solon.net.http.HttpUtils
bodyTxt(String) - Method in interface org.noear.solon.net.http.HttpUtils
build(String) - Method in class org.noear.solon.net.http.HttpUtilsBuilder
构建 Http 工具
build() - Method in class org.noear.solon.net.http.ssl.SslContextBuilder
构建
build() - Method in class org.noear.solon.net.http.textstream.ServerSentEvent.Builder
 
builder() - Static method in class org.noear.solon.net.http.textstream.ServerSentEvent
 
Builder() - Constructor for class org.noear.solon.net.http.textstream.ServerSentEvent.Builder
 

C

charset(String) - Method in interface org.noear.solon.net.http.HttpUtils
编码配置
charset(String) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
charset() - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
checkClientTrusted(X509Certificate[], String) - Method in class org.noear.solon.net.http.ssl.SslAnyTrustManager
 
checkClientTrusted(X509Certificate[], String, Socket) - Method in class org.noear.solon.net.http.ssl.SslAnyTrustManager
 
checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class org.noear.solon.net.http.ssl.SslAnyTrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class org.noear.solon.net.http.ssl.SslAnyTrustManager
 
checkServerTrusted(X509Certificate[], String, Socket) - Method in class org.noear.solon.net.http.ssl.SslAnyTrustManager
 
checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class org.noear.solon.net.http.ssl.SslAnyTrustManager
 
close() - Method in class org.noear.solon.net.http.impl.jdk.JdkHttpResponse
 
close() - Method in class org.noear.solon.net.http.impl.jdk.JdkInputStreamWrapper
 
close() - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpResponse
 
close() - Method in class org.noear.solon.net.http.textstream.CloseTrackableBufferedReader
 
CloseTrackableBufferedReader - Class in org.noear.solon.net.http.textstream
有关闭跟踪的 BufferedReader
CloseTrackableBufferedReader(Reader) - Constructor for class org.noear.solon.net.http.textstream.CloseTrackableBufferedReader
 
CloseTrackableBufferedReader(Reader, int) - Constructor for class org.noear.solon.net.http.textstream.CloseTrackableBufferedReader
 
code() - Method in interface org.noear.solon.net.http.HttpResponse
获取状态代码
code() - Method in exception org.noear.solon.net.http.HttpResponseException
 
code() - Method in class org.noear.solon.net.http.impl.jdk.JdkHttpResponse
 
code() - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpResponse
 
comment(String) - Method in class org.noear.solon.net.http.textstream.ServerSentEvent.Builder
 
comment() - Method in class org.noear.solon.net.http.textstream.ServerSentEvent
contentCharset() - Method in interface org.noear.solon.net.http.HttpResponse
获取内容字符集
contentCharset() - Method in class org.noear.solon.net.http.impl.jdk.JdkHttpResponse
 
contentCharset() - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpResponse
 
contentEncoding() - Method in interface org.noear.solon.net.http.HttpResponse
Deprecated.
3.6
contentLength() - Method in interface org.noear.solon.net.http.HttpResponse
获取内容长度
contentLength() - Method in class org.noear.solon.net.http.impl.jdk.JdkHttpResponse
 
contentLength() - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpResponse
 
contentLength() - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpUtils.StreamBody
 
contentType() - Method in interface org.noear.solon.net.http.HttpResponse
获取内容类型
contentType(String) - Method in interface org.noear.solon.net.http.HttpUtils
Content-Type 头配置
contentType() - Method in class org.noear.solon.net.http.impl.jdk.JdkHttpResponse
 
contentType() - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpResponse
 
contentType() - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpUtils.StreamBody
 
cookie(String) - Method in interface org.noear.solon.net.http.HttpResponse
获取饼值
cookie(String, String) - Method in interface org.noear.solon.net.http.HttpUtils
小饼配置(替换)
cookie(String, String) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
cookie(String) - Method in class org.noear.solon.net.http.impl.jdk.JdkHttpResponse
 
cookie(String) - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpResponse
 
cookieAdd(String, String) - Method in interface org.noear.solon.net.http.HttpUtils
小饼配置(添加)
cookieAdd(String, String) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
cookieNames() - Method in interface org.noear.solon.net.http.HttpResponse
获取饼名
cookieNames() - Method in class org.noear.solon.net.http.impl.jdk.JdkHttpResponse
 
cookieNames() - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpResponse
 
cookies(String) - Method in interface org.noear.solon.net.http.HttpResponse
获取饼值数组
cookies() - Method in interface org.noear.solon.net.http.HttpResponse
获取小饼数组
cookies(Map) - Method in interface org.noear.solon.net.http.HttpUtils
小饼配置
cookies(Iterable<KeyValues<String>>) - Method in interface org.noear.solon.net.http.HttpUtils
小饼配置
cookies(Map) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
设置请求 cookies
cookies(Iterable<KeyValues<String>>) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
cookies(String) - Method in class org.noear.solon.net.http.impl.jdk.JdkHttpResponse
 
cookies() - Method in class org.noear.solon.net.http.impl.jdk.JdkHttpResponse
 
cookies(String) - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpResponse
 
cookies() - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpResponse
 
createError() - Method in interface org.noear.solon.net.http.HttpResponse
创建响应异常
createError() - Method in class org.noear.solon.net.http.impl.jdk.JdkHttpResponse
 
createError() - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpResponse
 

D

data(Map) - Method in interface org.noear.solon.net.http.HttpUtils
参数配置
data(Iterable<KeyValues<String>>) - Method in interface org.noear.solon.net.http.HttpUtils
参数配置
data(String, String) - Method in interface org.noear.solon.net.http.HttpUtils
参数配置(替换)
data(String, String, InputStream, String) - Method in interface org.noear.solon.net.http.HttpUtils
参数配置
data(String, String, File) - Method in interface org.noear.solon.net.http.HttpUtils
参数配置
data(String, File) - Method in interface org.noear.solon.net.http.HttpUtils
参数配置
data(Map) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
设置表单数据
data(Iterable<KeyValues<String>>) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
data(String, String) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
设置表单数据
data(String, String, InputStream, String) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
data(String, String, File) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
data(String) - Method in class org.noear.solon.net.http.textstream.ServerSentEvent.Builder
 
data() - Method in class org.noear.solon.net.http.textstream.ServerSentEvent
Deprecated.
delete() - Method in interface org.noear.solon.net.http.HttpUtils
delete 请求并返回 body
delete() - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
deleteAs(Type) - Method in interface org.noear.solon.net.http.HttpUtils
delete 请求并返回 body
deleteAs(Type) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
dispatcherLoader - Static variable in class org.noear.solon.net.http.impl.jdk.JdkHttpUtils
 
dispatcherLoader - Static variable in class org.noear.solon.net.http.impl.okhttp.OkHttpUtils
 

E

enablePrintln(boolean) - Method in interface org.noear.solon.net.http.HttpUtils
启用打印(专为 tester 服务)
enablePrintln(boolean) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
event(String) - Method in class org.noear.solon.net.http.textstream.ServerSentEvent.Builder
 
event() - Method in class org.noear.solon.net.http.textstream.ServerSentEvent
exec(String) - Method in interface org.noear.solon.net.http.HttpUtils
执行请求并返回响应
exec(String) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
执行请求,返回响应对象(需要自己做关闭处理)
execAsBody(String) - Method in interface org.noear.solon.net.http.HttpUtils
执行请求并返回响应主体
execAsBody(String, Type) - Method in interface org.noear.solon.net.http.HttpUtils
执行请求并返回响应主体
execAsBody(String) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
execAsBody(String, Type) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
execAsCode(String) - Method in interface org.noear.solon.net.http.HttpUtils
执行请求并返回代码
execAsCode(String) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
execAsEventStream(String) - Method in interface org.noear.solon.net.http.HttpUtils
execAsLineStream(String) - Method in interface org.noear.solon.net.http.HttpUtils
执行请求并返回文本行流
execAsLineStream(String) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
execAsSseStream(String) - Method in interface org.noear.solon.net.http.HttpUtils
执行请求并返回服务端推送事件流
execAsSseStream(String) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
execAsTextStream(String) - Method in interface org.noear.solon.net.http.HttpUtils
execAsync(String) - Method in interface org.noear.solon.net.http.HttpUtils
异步执行请求
execAsync(String) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
execDo(String, CompletableFuture<HttpResponse>) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
execDo(String, CompletableFuture<HttpResponse>) - Method in class org.noear.solon.net.http.impl.jdk.JdkHttpUtils
 
execDo(String, CompletableFuture<HttpResponse>) - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpUtils
 

F

factory(HttpUtilsFactory) - Method in class org.noear.solon.net.http.HttpUtilsBuilder
设置工具工厂
fileName - Variable in class org.noear.solon.net.http.impl.HttpUploadFile
 
fileStream - Variable in class org.noear.solon.net.http.impl.HttpUploadFile
 
fill(Consumer<HttpUtils>) - Method in interface org.noear.solon.net.http.HttpUtils
填充自己
FormDataBody(Charset) - Constructor for class org.noear.solon.net.http.impl.jdk.JdkHttpUtils.FormDataBody
 

G

get() - Method in interface org.noear.solon.net.http.HttpUtils
get 请求并返回 body
get() - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
getAcceptedIssuers() - Method in class org.noear.solon.net.http.ssl.SslAnyTrustManager
 
getAnySslContext() - Method in class org.noear.solon.net.http.impl.HttpSslSupplierDefault
 
getAs(Type) - Method in interface org.noear.solon.net.http.HttpUtils
get 请求并返回 body
getAs(Type) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
getClient(String) - Method in class org.noear.solon.net.http.impl.jdk.JdkHttpUtils
 
getClient() - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpUtils
 
getComment() - Method in class org.noear.solon.net.http.textstream.ServerSentEvent
 
getConnectionSpecs() - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpUtils
 
getConnectTimeout() - Method in class org.noear.solon.net.http.HttpTimeout
 
getContent() - Method in class org.noear.solon.net.http.impl.HttpStream
 
getContentLength() - Method in class org.noear.solon.net.http.impl.HttpStream
 
getContentType() - Method in class org.noear.solon.net.http.impl.HttpStream
 
getData() - Method in class org.noear.solon.net.http.textstream.ServerSentEvent
 
getDefSslContext() - Method in class org.noear.solon.net.http.impl.HttpSslSupplierDefault
获取默认ssl上下文
getDispatcher() - Method in class org.noear.solon.net.http.impl.jdk.JdkHttpDispatcherLoader
 
getDispatcher() - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpDispatcherLoader
 
getEvent() - Method in class org.noear.solon.net.http.textstream.ServerSentEvent
 
getExtensions() - Static method in class org.noear.solon.net.http.HttpConfiguration
获取所有扩展
getExtensions() - Static method in class org.noear.solon.net.http.HttpExtensionManager
Deprecated.
获取所有扩展
getFactory() - Static method in class org.noear.solon.net.http.HttpConfiguration
获取工厂
getHost() - Method in class org.noear.solon.net.http.HttpProxy
 
getHostnameVerifier() - Method in interface org.noear.solon.net.http.HttpSslSupplier
获取域名的核对机
getHostnameVerifier() - Method in class org.noear.solon.net.http.impl.HttpSslSupplierDefault
 
getId() - Method in class org.noear.solon.net.http.textstream.ServerSentEvent
 
getInstance() - Static method in class org.noear.solon.net.http.impl.HttpSslSupplierDefault
 
getInstance() - Static method in class org.noear.solon.net.http.impl.jdk.JdkHttpUtilsFactory
 
getInstance() - Static method in class org.noear.solon.net.http.impl.okhttp.OkHttpUtilsFactory
 
getLocationUrl(String, String) - Static method in class org.noear.solon.net.http.impl.AbstractHttpUtils
获取转发的新地址
getPort() - Method in class org.noear.solon.net.http.HttpProxy
 
getReadTimeout() - Method in class org.noear.solon.net.http.HttpTimeout
 
getRequestCookieString(MultiMap<String>) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
getResponse(HttpURLConnection, String) - Method in class org.noear.solon.net.http.impl.jdk.JdkHttpUtils
 
getResponse(Response, String) - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpUtils
 
getRetry() - Method in class org.noear.solon.net.http.textstream.ServerSentEvent
 
getServer(String, String) - Static method in class org.noear.solon.net.http.LoadBalanceUtils
获取服务地址
getSocketFactory() - Method in interface org.noear.solon.net.http.HttpSslSupplier
获取证书套接字工厂
getSocketFactory() - Method in class org.noear.solon.net.http.impl.HttpSslSupplierDefault
 
getSslContext() - Method in interface org.noear.solon.net.http.HttpSslSupplier
获取证书上下文
getSslContext() - Method in class org.noear.solon.net.http.impl.HttpSslSupplierDefault
 
getWriteTimeout() - Method in class org.noear.solon.net.http.HttpTimeout
 
getX509TrustManager() - Method in interface org.noear.solon.net.http.HttpSslSupplier
获取信任管理器
getX509TrustManager() - Method in class org.noear.solon.net.http.impl.HttpSslSupplierDefault
 

H

head() - Method in interface org.noear.solon.net.http.HttpUtils
head 请求并返回 code
head() - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
header(String) - Method in interface org.noear.solon.net.http.HttpResponse
获取头值
header(String, String) - Method in interface org.noear.solon.net.http.HttpUtils
头配置(替换)
header(String, String) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
设置请求头
header(String) - Method in class org.noear.solon.net.http.impl.jdk.JdkHttpResponse
 
header(String) - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpResponse
 
headerAdd(String, String) - Method in interface org.noear.solon.net.http.HttpUtils
头配置(添加)
headerAdd(String, String) - Method in class org.noear.solon.net.http.HttpUtilsBuilder
添加头
headerAdd(String, String) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
添加请求头
headerNames() - Method in interface org.noear.solon.net.http.HttpResponse
获取头名
headerNames() - Method in class org.noear.solon.net.http.impl.jdk.JdkHttpResponse
 
headerNames() - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpResponse
 
headers(String) - Method in interface org.noear.solon.net.http.HttpResponse
获取头值数组
headers(Map) - Method in interface org.noear.solon.net.http.HttpUtils
头配置
headers(Iterable<KeyValues<String>>) - Method in interface org.noear.solon.net.http.HttpUtils
头配置
headers(Map) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
设置请求头
headers(Iterable<KeyValues<String>>) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
headers(String) - Method in class org.noear.solon.net.http.impl.jdk.JdkHttpResponse
 
headers(String) - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpResponse
 
headerSet(String, String) - Method in class org.noear.solon.net.http.HttpUtilsBuilder
设置头
http(String, String) - Static method in interface org.noear.solon.net.http.HttpUtils
创建
http(String, String, String) - Static method in interface org.noear.solon.net.http.HttpUtils
创建
http(String) - Static method in interface org.noear.solon.net.http.HttpUtils
创建
http(String, String) - Method in interface org.noear.solon.net.http.HttpUtilsFactory
创建
http(String, String, String) - Method in interface org.noear.solon.net.http.HttpUtilsFactory
创建
http(String) - Method in interface org.noear.solon.net.http.HttpUtilsFactory
创建
http(String) - Method in class org.noear.solon.net.http.impl.HttpUtilsFactoryDefault
 
http(String) - Method in class org.noear.solon.net.http.impl.jdk.JdkHttpUtilsFactory
 
http(String) - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpUtilsFactory
 
HttpConfiguration - Class in org.noear.solon.net.http
Http 配置类
HttpConfiguration() - Constructor for class org.noear.solon.net.http.HttpConfiguration
 
HttpException - Exception in org.noear.solon.net.http
Http 异常
HttpException(String) - Constructor for exception org.noear.solon.net.http.HttpException
 
HttpException(String, Throwable) - Constructor for exception org.noear.solon.net.http.HttpException
 
HttpException(Throwable) - Constructor for exception org.noear.solon.net.http.HttpException
 
HttpExtension - Interface in org.noear.solon.net.http
Http 扩展
HttpExtensionManager - Class in org.noear.solon.net.http
Deprecated.
3.0
HttpExtensionManager() - Constructor for class org.noear.solon.net.http.HttpExtensionManager
Deprecated.
 
HttpProxy - Class in org.noear.solon.net.http
Http 代理
HttpProxy() - Constructor for class org.noear.solon.net.http.HttpProxy
 
HttpResponse - Interface in org.noear.solon.net.http
Http 响应
HttpResponseException - Exception in org.noear.solon.net.http
Http 异常
HttpResponseException(HttpResponse, String, URL) - Constructor for exception org.noear.solon.net.http.HttpResponseException
 
HttpResponseException(HttpResponse, String, URL, Throwable) - Constructor for exception org.noear.solon.net.http.HttpResponseException
 
HttpSslSupplier - Interface in org.noear.solon.net.http
Http Ssl 提供者
HttpSslSupplierDefault - Class in org.noear.solon.net.http.impl
SSL 客户端
HttpSslSupplierDefault() - Constructor for class org.noear.solon.net.http.impl.HttpSslSupplierDefault
 
HttpStream - Class in org.noear.solon.net.http.impl
 
HttpStream(InputStream, String) - Constructor for class org.noear.solon.net.http.impl.HttpStream
 
HttpStream(String, File) - Constructor for class org.noear.solon.net.http.impl.HttpStream
 
HttpTimeout - Class in org.noear.solon.net.http
Http 超时
HttpTimeout() - Constructor for class org.noear.solon.net.http.HttpTimeout
 
HttpUploadFile - Class in org.noear.solon.net.http.impl
 
HttpUploadFile(String, HttpStream) - Constructor for class org.noear.solon.net.http.impl.HttpUploadFile
 
HttpUtils - Interface in org.noear.solon.net.http
Http 工具类
HttpUtilsBuilder - Class in org.noear.solon.net.http
Http 工具构建器(提供预处理支持)
HttpUtilsBuilder() - Constructor for class org.noear.solon.net.http.HttpUtilsBuilder
 
HttpUtilsFactory - Interface in org.noear.solon.net.http
Http 工具类工厂
HttpUtilsFactoryDefault - Class in org.noear.solon.net.http.impl
 
HttpUtilsFactoryDefault() - Constructor for class org.noear.solon.net.http.impl.HttpUtilsFactoryDefault
 

I

id(String) - Method in class org.noear.solon.net.http.textstream.ServerSentEvent.Builder
 
id() - Method in class org.noear.solon.net.http.textstream.ServerSentEvent
Deprecated.
INSTANCE - Static variable in class org.noear.solon.net.http.ssl.SslAnyHostnameVerifier
 
INSTANCE - Static variable in class org.noear.solon.net.http.ssl.SslAnyTrustManager
 
isClosed() - Method in class org.noear.solon.net.http.textstream.CloseTrackableBufferedReader
 
isRedirected(int) - Static method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 

J

JdkHttpDispatcherLoader - Class in org.noear.solon.net.http.impl.jdk
Http 调度加载器(用于懒加载)
JdkHttpDispatcherLoader() - Constructor for class org.noear.solon.net.http.impl.jdk.JdkHttpDispatcherLoader
 
JdkHttpResponse - Class in org.noear.solon.net.http.impl.jdk
Http 响应 JDK HttpURLConnection 实现
JdkHttpResponse(JdkHttpUtils, int, HttpURLConnection) - Constructor for class org.noear.solon.net.http.impl.jdk.JdkHttpResponse
 
JdkHttpUtils - Class in org.noear.solon.net.http.impl.jdk
Http 工具 JDK HttpURLConnection 实现
JdkHttpUtils(String) - Constructor for class org.noear.solon.net.http.impl.jdk.JdkHttpUtils
 
JdkHttpUtils.FormBody - Class in org.noear.solon.net.http.impl.jdk
 
JdkHttpUtils.FormDataBody - Class in org.noear.solon.net.http.impl.jdk
 
JdkHttpUtilsFactory - Class in org.noear.solon.net.http.impl.jdk
Http 工具工厂 JDK HttpURLConnection 实现
JdkHttpUtilsFactory() - Constructor for class org.noear.solon.net.http.impl.jdk.JdkHttpUtilsFactory
 
JdkInputStreamWrapper - Class in org.noear.solon.net.http.impl.jdk
Http 输出流包装器,关闭时流同时关闭连接
JdkInputStreamWrapper(HttpURLConnection, InputStream) - Constructor for class org.noear.solon.net.http.impl.jdk.JdkInputStreamWrapper
 

K

keyManagers(KeyManager...) - Method in class org.noear.solon.net.http.ssl.SslContextBuilder
配置密钥管理

L

LoadBalanceUtils - Class in org.noear.solon.net.http
负截均衡工具类
LoadBalanceUtils() - Constructor for class org.noear.solon.net.http.LoadBalanceUtils
 
log - Static variable in interface org.noear.solon.net.http.HttpUtils
 
log - Static variable in class org.noear.solon.net.http.impl.okhttp.OkHttpUtils
 

M

mark(int) - Method in class org.noear.solon.net.http.impl.jdk.JdkInputStreamWrapper
 
markSupported() - Method in class org.noear.solon.net.http.impl.jdk.JdkInputStreamWrapper
 
message() - Method in interface org.noear.solon.net.http.HttpResponse
获取状态消息
message() - Method in exception org.noear.solon.net.http.HttpResponseException
 
message() - Method in class org.noear.solon.net.http.impl.jdk.JdkHttpResponse
 
message() - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpResponse
 
multipart(boolean) - Method in interface org.noear.solon.net.http.HttpUtils
是否多部分配置
multipart(boolean) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 

N

NetHttpPlugin - Class in org.noear.solon.net.http.integration
 
NetHttpPlugin() - Constructor for class org.noear.solon.net.http.integration.NetHttpPlugin
 

O

of(String, int) - Static method in class org.noear.solon.net.http.HttpProxy
 
of(int) - Static method in class org.noear.solon.net.http.HttpTimeout
 
of(int, int, int) - Static method in class org.noear.solon.net.http.HttpTimeout
 
of() - Static method in class org.noear.solon.net.http.ssl.SslContextBuilder
创建 SSLContextBuilder
OkHttpDispatcherLoader - Class in org.noear.solon.net.http.impl.okhttp
Http 调度加载器(用于懒加载)
OkHttpDispatcherLoader() - Constructor for class org.noear.solon.net.http.impl.okhttp.OkHttpDispatcherLoader
 
OkHttpResponse - Class in org.noear.solon.net.http.impl.okhttp
Http 响应 OkHttp 实现
OkHttpResponse(OkHttpUtils, int, Response) - Constructor for class org.noear.solon.net.http.impl.okhttp.OkHttpResponse
 
OkHttpUtils - Class in org.noear.solon.net.http.impl.okhttp
Http 工具 OkHttp 实现
OkHttpUtils(String) - Constructor for class org.noear.solon.net.http.impl.okhttp.OkHttpUtils
 
OkHttpUtils.StreamBody - Class in org.noear.solon.net.http.impl.okhttp
 
OkHttpUtilsFactory - Class in org.noear.solon.net.http.impl.okhttp
Http 工具工厂 OkHttp 实现
OkHttpUtilsFactory() - Constructor for class org.noear.solon.net.http.impl.okhttp.OkHttpUtilsFactory
 
onInit(HttpUtils, String) - Method in interface org.noear.solon.net.http.HttpExtension
初始化
openConnection(String) - Method in class org.noear.solon.net.http.impl.jdk.JdkHttpUtils
 
options() - Method in interface org.noear.solon.net.http.HttpUtils
options 请求并返回 body
options() - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
org.noear.solon.net.http - package org.noear.solon.net.http
 
org.noear.solon.net.http.impl - package org.noear.solon.net.http.impl
 
org.noear.solon.net.http.impl.jdk - package org.noear.solon.net.http.impl.jdk
 
org.noear.solon.net.http.impl.okhttp - package org.noear.solon.net.http.impl.okhttp
 
org.noear.solon.net.http.integration - package org.noear.solon.net.http.integration
 
org.noear.solon.net.http.ssl - package org.noear.solon.net.http.ssl
 
org.noear.solon.net.http.textstream - package org.noear.solon.net.http.textstream
 

P

parseContentCharset(String) - Static method in class org.noear.solon.net.http.impl.jdk.JdkHttpResponse
 
parseEventStream(InputStream, Subscriber<? super ServerSentEvent>) - Static method in class org.noear.solon.net.http.textstream.TextStreamUtil
parseLineStream(InputStream) - Static method in class org.noear.solon.net.http.textstream.TextStreamUtil
解析文件行流
parseLineStream(HttpResponse) - Static method in class org.noear.solon.net.http.textstream.TextStreamUtil
解析文件行流
parseLineStream(HttpResponse, Subscriber<? super String>) - Static method in class org.noear.solon.net.http.textstream.TextStreamUtil
解析文件行流
parseLineStream(InputStream, Charset, Subscriber<? super String>) - Static method in class org.noear.solon.net.http.textstream.TextStreamUtil
解析文件行流
parseSseStream(InputStream) - Static method in class org.noear.solon.net.http.textstream.TextStreamUtil
解析服务推送事件流
parseSseStream(HttpResponse) - Static method in class org.noear.solon.net.http.textstream.TextStreamUtil
解析服务推送事件流
parseSseStream(HttpResponse, Subscriber<? super ServerSentEvent>) - Static method in class org.noear.solon.net.http.textstream.TextStreamUtil
解析服务推送事件流
parseSseStream(InputStream, Charset, Subscriber<? super ServerSentEvent>) - Static method in class org.noear.solon.net.http.textstream.TextStreamUtil
解析服务推送事件流
parseTextStream(InputStream, Subscriber<? super String>) - Static method in class org.noear.solon.net.http.textstream.TextStreamUtil
patch() - Method in interface org.noear.solon.net.http.HttpUtils
patch 请求并返回 body
patch() - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
patchAs(Type) - Method in interface org.noear.solon.net.http.HttpUtils
patch 请求并返回 body
patchAs(Type) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
post() - Method in interface org.noear.solon.net.http.HttpUtils
post 请求并返回 body
post(boolean) - Method in interface org.noear.solon.net.http.HttpUtils
post 请求并返回 body
post() - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
postAs(Type) - Method in interface org.noear.solon.net.http.HttpUtils
post 请求并返回 body
postAs(Type, boolean) - Method in interface org.noear.solon.net.http.HttpUtils
post 请求并返回 body
postAs(Type) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
preheat(String) - Static method in class org.noear.solon.net.http.PreheatUtils
预热本地地址
preheat(String, ConsumerEx<HttpUtils>) - Static method in class org.noear.solon.net.http.PreheatUtils
预热本地地址
PreheatUtils - Class in org.noear.solon.net.http
预热工具
PreheatUtils() - Constructor for class org.noear.solon.net.http.PreheatUtils
 
protocol(String) - Method in class org.noear.solon.net.http.ssl.SslContextBuilder
配置协议
provider(Provider) - Method in class org.noear.solon.net.http.ssl.SslContextBuilder
配置提供者
proxy(Proxy) - Method in interface org.noear.solon.net.http.HttpUtils
代理配置
proxy(String, int) - Method in interface org.noear.solon.net.http.HttpUtils
代理配置
proxy(Proxy) - Method in class org.noear.solon.net.http.HttpUtilsBuilder
设置代理
proxy(String, int) - Method in class org.noear.solon.net.http.HttpUtilsBuilder
设置代理
proxy(Proxy) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
put() - Method in interface org.noear.solon.net.http.HttpUtils
put 请求并返回 body
put() - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
putAs(Type) - Method in interface org.noear.solon.net.http.HttpUtils
put 请求并返回 body
putAs(Type) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 

R

read() - Method in class org.noear.solon.net.http.impl.jdk.JdkInputStreamWrapper
 
read(byte[], int, int) - Method in class org.noear.solon.net.http.impl.jdk.JdkInputStreamWrapper
 
remove(HttpExtension) - Static method in class org.noear.solon.net.http.HttpExtensionManager
Deprecated.
移除扩展
removeExtension(HttpExtension) - Static method in class org.noear.solon.net.http.HttpConfiguration
移除扩展
request(HttpURLConnection, String) - Method in class org.noear.solon.net.http.impl.jdk.JdkHttpUtils
 
requestMethod() - Method in exception org.noear.solon.net.http.HttpResponseException
 
requestUrl() - Method in exception org.noear.solon.net.http.HttpResponseException
 
reset() - Method in class org.noear.solon.net.http.impl.jdk.JdkInputStreamWrapper
 
retry(String) - Method in class org.noear.solon.net.http.textstream.ServerSentEvent.Builder
 
retry(Duration) - Method in class org.noear.solon.net.http.textstream.ServerSentEvent.Builder
 
retry() - Method in class org.noear.solon.net.http.textstream.ServerSentEvent

S

secureRandom(SecureRandom) - Method in class org.noear.solon.net.http.ssl.SslContextBuilder
配置安全随机
serializer(Serializer) - Method in interface org.noear.solon.net.http.HttpUtils
配置序列化器
serializer() - Method in interface org.noear.solon.net.http.HttpUtils
获取序列化器
serializer(Serializer) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
serializer() - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
ServerSentEvent - Class in org.noear.solon.net.http.textstream
服务端 Sse 事件文本流
ServerSentEvent() - Constructor for class org.noear.solon.net.http.textstream.ServerSentEvent
 
ServerSentEvent(Map<String, String>, String) - Constructor for class org.noear.solon.net.http.textstream.ServerSentEvent
 
ServerSentEvent(String, String, String, String) - Constructor for class org.noear.solon.net.http.textstream.ServerSentEvent
 
ServerSentEvent(String, String, String, String, String) - Constructor for class org.noear.solon.net.http.textstream.ServerSentEvent
 
ServerSentEvent.Builder - Class in org.noear.solon.net.http.textstream
 
service(String) - Method in class org.noear.solon.net.http.HttpUtilsBuilder
服务名
service(String, String) - Method in class org.noear.solon.net.http.HttpUtilsBuilder
服务分组与服务名
setConnectTimeout(Duration) - Method in class org.noear.solon.net.http.HttpTimeout
 
setFactory(HttpUtilsFactory) - Static method in class org.noear.solon.net.http.HttpConfiguration
设置工厂
setHost(String) - Method in class org.noear.solon.net.http.HttpProxy
 
setPort(int) - Method in class org.noear.solon.net.http.HttpProxy
 
setReadTimeout(Duration) - Method in class org.noear.solon.net.http.HttpTimeout
 
setWriteTimeout(Duration) - Method in class org.noear.solon.net.http.HttpTimeout
 
skip(long) - Method in class org.noear.solon.net.http.impl.jdk.JdkInputStreamWrapper
 
ssl(HttpSslSupplier) - Method in interface org.noear.solon.net.http.HttpUtils
ssl
ssl(HttpSslSupplier) - Method in class org.noear.solon.net.http.HttpUtilsBuilder
设置 ssl 提供者
ssl(HttpSslSupplier) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
SSL - Static variable in interface org.noear.solon.net.http.ssl.SslVersions
 
SslAnyHostnameVerifier - Class in org.noear.solon.net.http.ssl
任意主机验证
SslAnyHostnameVerifier() - Constructor for class org.noear.solon.net.http.ssl.SslAnyHostnameVerifier
 
SslAnyTrustManager - Class in org.noear.solon.net.http.ssl
任意信任管理
SslAnyTrustManager() - Constructor for class org.noear.solon.net.http.ssl.SslAnyTrustManager
 
SslContextBuilder - Class in org.noear.solon.net.http.ssl
SSLContext 构建器
SslContextBuilder() - Constructor for class org.noear.solon.net.http.ssl.SslContextBuilder
 
SSLv2 - Static variable in interface org.noear.solon.net.http.ssl.SslVersions
 
SSLv3 - Static variable in interface org.noear.solon.net.http.ssl.SslVersions
 
SslVersions - Interface in org.noear.solon.net.http.ssl
SSL 或 TLS 版本号
start(AppContext) - Method in class org.noear.solon.net.http.integration.NetHttpPlugin
 
StreamBody(HttpStream) - Constructor for class org.noear.solon.net.http.impl.okhttp.OkHttpUtils.StreamBody
 

T

TextStreamUtil - Class in org.noear.solon.net.http.textstream
文本流解析工具
TextStreamUtil() - Constructor for class org.noear.solon.net.http.textstream.TextStreamUtil
 
timeout(int) - Method in interface org.noear.solon.net.http.HttpUtils
超时配置
timeout(int, int, int) - Method in interface org.noear.solon.net.http.HttpUtils
超时配置
timeout(HttpTimeout) - Method in interface org.noear.solon.net.http.HttpUtils
超时配置
timeout(int) - Method in class org.noear.solon.net.http.HttpUtilsBuilder
设置超时
timeout(int, int, int) - Method in class org.noear.solon.net.http.HttpUtilsBuilder
设置超时
timeout(HttpTimeout) - Method in class org.noear.solon.net.http.HttpUtilsBuilder
设置超时
timeout(HttpTimeout) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
TLS - Static variable in interface org.noear.solon.net.http.ssl.SslVersions
 
TLSv1 - Static variable in interface org.noear.solon.net.http.ssl.SslVersions
 
TLSv11 - Static variable in interface org.noear.solon.net.http.ssl.SslVersions
 
TLSv12 - Static variable in interface org.noear.solon.net.http.ssl.SslVersions
 
toQueryString(Map<?, ?>) - Static method in interface org.noear.solon.net.http.HttpUtils
map 转为 queryString
toQueryString(Map<?, ?>, String) - Static method in interface org.noear.solon.net.http.HttpUtils
map 转为 queryString
toString() - Method in class org.noear.solon.net.http.textstream.ServerSentEvent
 
trustManagers(TrustManager...) - Method in class org.noear.solon.net.http.ssl.SslContextBuilder
配置信任信息
tryInitCookies() - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
tryInitFiles() - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
tryInitHeaders() - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
tryInitParams() - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 

U

urlEncode(String) - Static method in interface org.noear.solon.net.http.HttpUtils
url 编码
urlEncode(String, String) - Static method in interface org.noear.solon.net.http.HttpUtils
url 编码
urlRebuild(String, String, Charset) - Method in class org.noear.solon.net.http.impl.jdk.JdkHttpUtils
 
urlRebuild(String, String, Charset) - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpUtils
 
userAgent(String) - Method in interface org.noear.solon.net.http.HttpUtils
用户代理配置
userAgent(String) - Method in class org.noear.solon.net.http.impl.AbstractHttpUtils
 

V

verify(String, SSLSession) - Method in class org.noear.solon.net.http.ssl.SslAnyHostnameVerifier
 

W

writeTo(BufferedSink) - Method in class org.noear.solon.net.http.impl.okhttp.OkHttpUtils.StreamBody
 

_

_charset - Variable in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
_cookies - Variable in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
_enablePrintln - Variable in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
_files - Variable in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
_headers - Variable in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
_multipart - Variable in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
_params - Variable in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
_proxy - Variable in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
_serializer - Variable in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
_sslSupplier - Variable in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
_timeout - Variable in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
_url - Variable in class org.noear.solon.net.http.impl.AbstractHttpUtils
 
A B C D E F G H I J K L M N O P R S T U V W _ 
Skip navigation links

Copyright © 2025. All rights reserved.