Package | Description |
---|---|
org.dromara.hutool.http.client.cookie |
自定义Cookie
|
org.dromara.hutool.http.client.engine |
Http客户端引擎实现
|
org.dromara.hutool.http.client.engine.httpclient4 |
Apache HttpClient 4.x实现
文档见:https://hc.apache.org/httpcomponents-client-4.5.x/index.html |
org.dromara.hutool.http.client.engine.httpclient5 |
Apache HttpClient 5.1.x实现
文档见:https://hc.apache.org/httpcomponents-client-5.1.x/index.html |
org.dromara.hutool.http.client.engine.jdk |
基于JDK的HttpUrlConnection封装的HTTP客户端
|
org.dromara.hutool.http.client.engine.okhttp |
OKHttp3封装
文档见:https://square.github.io/okhttp/ |
Modifier and Type | Class and Description |
---|---|
class |
InMemoryCookieStore
基于内存的Cookie存储实现,线程安全
|
class |
ThreadLocalCookieStore
线程隔离的Cookie存储。
|
Modifier and Type | Method and Description |
---|---|
CookieStoreSpi |
ThreadLocalCookieStore.getCookieStore()
获取本线程下的CookieStore
|
Modifier and Type | Field and Description |
---|---|
protected CookieStoreSpi |
AbstractClientEngine.cookieStore |
Modifier and Type | Method and Description |
---|---|
CookieStoreSpi |
AbstractClientEngine.getCookieStore()
获得Cookie存储器
|
Constructor and Description |
---|
HttpClient4CookieStore(CookieStoreSpi raw)
构造
|
Constructor and Description |
---|
HttpClient5CookieStore(CookieStoreSpi cookieStore)
构造
|
Constructor and Description |
---|
JdkCookieManager(CookieStoreSpi cookieStore)
构造
|
JdkCookieStore(CookieStoreSpi raw)
构造
|
Modifier and Type | Method and Description |
---|---|
CookieStoreSpi |
CookieJarImpl.getCookieStore()
获取Cookie存储器
|
Constructor and Description |
---|
CookieJarImpl(CookieStoreSpi cookieStore)
构造
|
Copyright © 2025. All rights reserved.