JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.dromara.hutool.http
,
org.dromara.hutool.http.auth
,
org.dromara.hutool.http.client
,
org.dromara.hutool.http.client.body
,
org.dromara.hutool.http.client.cookie
,
org.dromara.hutool.http.client.engine
,
org.dromara.hutool.http.client.engine.httpclient4
,
org.dromara.hutool.http.client.engine.httpclient5
,
org.dromara.hutool.http.client.engine.jdk
,
org.dromara.hutool.http.client.engine.okhttp
,
org.dromara.hutool.http.html
,
org.dromara.hutool.http.meta
,
org.dromara.hutool.http.multipart
,
org.dromara.hutool.http.proxy
,
org.dromara.hutool.http.server
,
org.dromara.hutool.http.server.action
,
org.dromara.hutool.http.server.filter
,
org.dromara.hutool.http.server.handler
,
org.dromara.hutool.http.server.servlet
,
org.dromara.hutool.http.ssl
,
org.dromara.hutool.http.useragent
,
org.dromara.hutool.http.webservice
Class Hierarchy
java.lang.
Object
org.dromara.hutool.http.client.engine.
AbstractClientEngine
(implements org.dromara.hutool.http.client.engine.
ClientEngine
)
org.dromara.hutool.http.client.engine.httpclient4.
HttpClient4Engine
org.dromara.hutool.http.client.engine.httpclient5.
HttpClient5Engine
org.dromara.hutool.http.client.engine.jdk.
JdkClientEngine
org.dromara.hutool.http.client.engine.okhttp.
OkHttpEngine
org.apache.http.entity.AbstractHttpEntity (implements org.apache.http.HttpEntity)
org.dromara.hutool.http.client.engine.httpclient4.
HttpClient4BodyEntity
org.apache.hc.core5.http.io.entity.AbstractHttpEntity (implements org.apache.hc.core5.http.HttpEntity)
org.dromara.hutool.http.client.engine.httpclient5.
HttpClient5BodyEntity
org.dromara.hutool.http.server.handler.
ActionHandler
(implements com.sun.net.httpserver.HttpHandler)
org.dromara.hutool.http.client.engine.okhttp.
BasicProxyAuthenticator
(implements okhttp3.Authenticator)
org.dromara.hutool.http.client.
ClientConfig
org.dromara.hutool.http.client.
ApacheHttpClientConfig
org.dromara.hutool.http.client.engine.okhttp.
OkHttpClientConfig
org.dromara.hutool.http.client.engine.
ClientEngineFactory
org.dromara.hutool.http.meta.
ContentTypeUtil
org.dromara.hutool.http.client.engine.okhttp.
CookieJarImpl
(implements okhttp3.CookieJar)
org.dromara.hutool.http.server.filter.
ExceptionFilter
(implements org.dromara.hutool.http.server.filter.
HttpFilter
)
org.dromara.hutool.http.server.filter.
DefaultExceptionFilter
com.sun.net.httpserver.Filter
org.dromara.hutool.http.server.filter.
SimpleFilter
org.dromara.hutool.http.client.body.
FormBody
<T> (implements org.dromara.hutool.http.client.body.
HttpBody
)
org.dromara.hutool.http.client.body.
MultipartBody
org.dromara.hutool.http.client.body.
UrlEncodedFormBody
org.dromara.hutool.http.html.
HtmlFilter
org.dromara.hutool.http.html.
HtmlUtil
org.dromara.hutool.http.auth.
HttpAuthUtil
org.dromara.hutool.http.client.
HttpDownloader
com.sun.net.httpserver.HttpExchange
org.dromara.hutool.http.server.
HttpExchangeWrapper
(implements org.dromara.hutool.core.lang.wrapper.
Wrapper
<T>)
org.dromara.hutool.http.
HttpGlobalConfig
(implements java.io.
Serializable
)
org.dromara.hutool.http.meta.
HttpHeaderUtil
org.dromara.hutool.http.meta.
HttpHeaderUtil.ExtendedValue
(implements java.io.
Serializable
)
org.dromara.hutool.http.server.
HttpServerBase
(implements java.io.
Closeable
)
org.dromara.hutool.http.server.
HttpServerRequest
org.dromara.hutool.http.server.
HttpServerResponse
org.dromara.hutool.http.client.engine.jdk.
HttpUrlConnectionUtil
org.dromara.hutool.http.
HttpUtil
org.dromara.hutool.http.client.cookie.
InMemoryCookieStore
(implements org.dromara.hutool.http.client.cookie.
CookieStoreSpi
)
java.io.
InputStream
(implements java.io.
Closeable
)
java.io.
FilterInputStream
java.io.
BufferedInputStream
org.dromara.hutool.http.multipart.
MultipartRequestInputStream
org.dromara.hutool.http.client.engine.jdk.
JdkHttpInputStream
org.dromara.hutool.http.server.servlet.
JavaxServletUtil
org.dromara.hutool.http.client.engine.jdk.
JdkCookieManager
(implements java.io.
Closeable
)
org.dromara.hutool.http.client.engine.jdk.
JdkHttpConnection
(implements java.io.
Closeable
, org.dromara.hutool.http.client.
HeaderOperation
<T>)
org.dromara.hutool.http.client.engine.jdk.
JdkHttpResponse
(implements java.io.
Closeable
, org.dromara.hutool.http.client.
Response
)
org.dromara.hutool.http.multipart.
MultipartFormData
org.dromara.hutool.http.client.engine.okhttp.
OkHttpResponse
(implements org.dromara.hutool.http.client.
Response
)
java.io.
OutputStream
(implements java.io.
Closeable
, java.io.
Flushable
)
org.dromara.hutool.http.client.body.
MultipartOutputStream
java.net.
Proxy
org.dromara.hutool.http.proxy.
HttpProxy
org.dromara.hutool.http.client.
Request
(implements org.dromara.hutool.http.client.
HeaderOperation
<T>)
okhttp3.RequestBody
org.dromara.hutool.http.client.engine.okhttp.
OkHttpRequestBody
org.dromara.hutool.http.client.body.
ResourceBody
(implements org.dromara.hutool.http.client.body.
HttpBody
)
org.dromara.hutool.http.client.body.
BytesBody
org.dromara.hutool.http.client.body.
StringBody
org.dromara.hutool.http.client.body.
ResponseBody
(implements java.io.
Closeable
, org.dromara.hutool.http.client.body.
HttpBody
)
org.dromara.hutool.http.server.action.
RootAction
(implements org.dromara.hutool.http.server.action.
Action
)
org.dromara.hutool.http.server.servlet.
ServletUtil
org.dromara.hutool.http.server.
SimpleServer
org.dromara.hutool.core.lang.wrapper.
SimpleWrapper
<T> (implements org.dromara.hutool.core.lang.wrapper.
Wrapper
<T>)
org.dromara.hutool.http.client.engine.httpclient4.
HttpClient4Cookie
(implements org.dromara.hutool.http.client.cookie.
CookieSpi
)
org.dromara.hutool.http.client.engine.httpclient4.
HttpClient4CookieStore
(implements org.apache.http.client.CookieStore)
org.dromara.hutool.http.client.engine.httpclient4.
HttpClient4Response
(implements org.dromara.hutool.http.client.
Response
)
org.dromara.hutool.http.client.engine.httpclient5.
HttpClient5Cookie
(implements org.dromara.hutool.http.client.cookie.
CookieSpi
)
org.dromara.hutool.http.client.engine.httpclient5.
HttpClient5CookieStore
(implements org.apache.hc.client5.http.cookie.CookieStore)
org.dromara.hutool.http.client.engine.httpclient5.
HttpClient5Response
(implements org.dromara.hutool.http.client.
Response
)
org.dromara.hutool.http.client.engine.jdk.
JdkCookie
(implements org.dromara.hutool.http.client.cookie.
CookieSpi
)
org.dromara.hutool.http.client.engine.jdk.
JdkCookieStore
(implements java.net.
CookieStore
)
org.dromara.hutool.http.client.engine.okhttp.
OkCookie
(implements org.dromara.hutool.http.client.cookie.
CookieSpi
)
org.dromara.hutool.http.webservice.
SoapClient
(implements org.dromara.hutool.http.client.
HeaderOperation
<T>)
org.dromara.hutool.http.webservice.
SoapResponse
org.dromara.hutool.http.webservice.
SoapUtil
javax.net.
SocketFactory
javax.net.ssl.
SSLSocketFactory
org.dromara.hutool.http.ssl.
CustomProtocolsSSLFactory
org.dromara.hutool.http.ssl.
SSLInfo
org.dromara.hutool.http.client.cookie.
ThreadLocalCookieStore
(implements org.dromara.hutool.http.client.cookie.
CookieStoreSpi
)
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
java.lang.
RuntimeException
org.dromara.hutool.core.exception.
HutoolException
org.dromara.hutool.http.
HttpException
org.dromara.hutool.http.webservice.
SoapRuntimeException
org.dromara.hutool.http.client.engine.httpclient5.
TlsSocketStrategyBuilder
(implements org.dromara.hutool.core.lang.builder.
Builder
<T>)
org.dromara.hutool.http.multipart.
UploadFile
org.dromara.hutool.http.multipart.
UploadFileHeader
org.dromara.hutool.http.multipart.
UploadSetting
org.dromara.hutool.http.useragent.
UserAgent
(implements java.io.
Serializable
)
org.dromara.hutool.http.useragent.
UserAgentInfo
(implements java.io.
Serializable
)
org.dromara.hutool.http.useragent.
Browser
org.dromara.hutool.http.useragent.
BrowserEngine
org.dromara.hutool.http.useragent.
OS
org.dromara.hutool.http.useragent.
Platform
org.dromara.hutool.http.useragent.
UserAgentParser
org.dromara.hutool.http.useragent.
UserAgentUtil
Interface Hierarchy
org.dromara.hutool.http.server.action.
Action
java.lang.
AutoCloseable
org.dromara.hutool.http.client.engine.
ClientEngine
java.io.
Closeable
org.dromara.hutool.http.client.engine.
ClientEngine
org.dromara.hutool.http.client.
Response
org.dromara.hutool.http.client.
Response
org.dromara.hutool.http.client.cookie.
CookieSpi
org.dromara.hutool.http.client.cookie.
CookieStoreSpi
org.dromara.hutool.http.client.
HeaderOperation
<T>
org.dromara.hutool.http.client.body.
HttpBody
org.dromara.hutool.http.server.filter.
HttpFilter
org.dromara.hutool.http.meta.
HttpStatus
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
org.dromara.hutool.http.
GlobalHeaders
org.dromara.hutool.http.
GlobalCompressStreamRegister
org.dromara.hutool.http.meta.
Method
org.dromara.hutool.http.meta.
HeaderName
org.dromara.hutool.http.meta.
ContentType
org.dromara.hutool.http.webservice.
SoapProtocol
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2024. All rights reserved.