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.engine
,
org.dromara.hutool.http.server.engine.jetty
,
org.dromara.hutool.http.server.engine.smart
,
org.dromara.hutool.http.server.engine.sun
,
org.dromara.hutool.http.server.engine.sun.filter
,
org.dromara.hutool.http.server.engine.tomcat
,
org.dromara.hutool.http.server.engine.undertow
,
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.eclipse.jetty.util.component.AbstractLifeCycle (implements org.eclipse.jetty.util.component.LifeCycle)
org.eclipse.jetty.util.component.ContainerLifeCycle (implements org.eclipse.jetty.util.component.Container, org.eclipse.jetty.util.component.Destroyable, org.eclipse.jetty.util.component.Dumpable.DumpableContainer)
org.eclipse.jetty.server.handler.AbstractHandler (implements org.eclipse.jetty.server.Handler)
org.dromara.hutool.http.server.engine.jetty.
Jetty9Handler
org.dromara.hutool.http.server.engine.
AbstractServerEngine
(implements org.dromara.hutool.http.server.engine.
ServerEngine
)
org.dromara.hutool.http.server.engine.jetty.
JettyEngine
org.dromara.hutool.http.server.engine.smart.
SmartHttpServerEngine
org.dromara.hutool.http.server.engine.sun.
SunHttpServerEngine
org.dromara.hutool.http.server.engine.tomcat.
TomcatEngine
org.dromara.hutool.http.server.engine.undertow.
UndertowEngine
org.dromara.hutool.http.client.engine.okhttp.
BasicProxyAuthenticator
(implements okhttp3.Authenticator)
org.dromara.hutool.http.client.engine.httpclient5.
ClassicHttpRequestBuilder
(implements org.dromara.hutool.http.client.engine.
EngineRequestBuilder
<T>)
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.client.engine.httpclient4.
ConnectionSocketFactoryRegistryBuilder
(implements org.dromara.hutool.core.lang.builder.
Builder
<T>)
org.dromara.hutool.http.meta.
ContentTypeUtil
org.dromara.hutool.http.client.engine.okhttp.
CookieJarImpl
(implements okhttp3.CookieJar)
org.dromara.hutool.http.server.engine.sun.filter.
ExceptionFilter
(implements org.dromara.hutool.http.server.engine.sun.filter.
HttpFilter
)
org.dromara.hutool.http.server.engine.sun.filter.
DefaultExceptionFilter
com.sun.net.httpserver.Filter
org.dromara.hutool.http.server.engine.sun.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.engine.sun.
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.client.engine.httpclient4.
HttpUriRequestBuilder
(implements org.dromara.hutool.http.client.engine.
EngineRequestBuilder
<T>)
org.dromara.hutool.http.client.engine.jdk.
HttpUrlConnectionUtil
org.dromara.hutool.http.
HttpUrlUtil
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.
JavaxServletRequest
(implements org.dromara.hutool.http.server.handler.
ServerRequest
)
org.dromara.hutool.http.server.servlet.
JavaxServletResponse
(implements org.dromara.hutool.http.server.handler.
ServerResponse
)
org.dromara.hutool.http.server.servlet.
JavaxServletUtil
org.dromara.hutool.http.client.engine.jdk.
JdkCookieManager
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.client.engine.jdk.
JdkRequestBuilder
(implements org.dromara.hutool.http.client.engine.
EngineRequestBuilder
<T>)
org.dromara.hutool.http.server.engine.tomcat.
JSSESSLContext
(implements org.apache.tomcat.util.net.SSLContext)
org.dromara.hutool.http.multipart.
MultipartFormData
org.dromara.hutool.http.client.engine.okhttp.
OkHttpRequestBuilder
(implements org.dromara.hutool.http.client.engine.
EngineRequestBuilder
<T>)
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
org.dromara.hutool.http.proxy.
ProxyInfo
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.
RequestContext
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.handler.
RootHandler
(implements org.dromara.hutool.http.server.handler.
HttpHandler
)
org.dromara.hutool.http.server.
ServerConfig
org.dromara.hutool.http.server.engine.
ServerEngineFactory
org.dromara.hutool.http.server.servlet.
ServletRequest
(implements org.dromara.hutool.http.server.handler.
ServerRequest
)
org.dromara.hutool.http.server.servlet.
ServletResponse
(implements org.dromara.hutool.http.server.handler.
ServerResponse
)
org.dromara.hutool.http.server.servlet.
ServletUtil
org.dromara.hutool.http.server.engine.sun.
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.server.engine.smart.
SmartHttpRequest
(implements org.dromara.hutool.http.server.handler.
ServerRequest
)
org.dromara.hutool.http.server.engine.smart.
SmartHttpResponse
(implements org.dromara.hutool.http.server.handler.
ServerResponse
)
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.server.engine.sun.
SunServerExchangeBase
(implements java.io.
Closeable
)
org.dromara.hutool.http.server.engine.sun.
SunServerRequest
(implements org.dromara.hutool.http.server.handler.
ServerRequest
)
org.dromara.hutool.http.server.engine.sun.
SunServerResponse
(implements org.dromara.hutool.http.server.handler.
ServerResponse
)
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.server.engine.tomcat.
TomcatRequest
(implements org.dromara.hutool.http.server.handler.
ServerRequest
)
org.dromara.hutool.http.server.engine.tomcat.
TomcatResponse
(implements org.dromara.hutool.http.server.handler.
ServerResponse
)
org.dromara.hutool.http.server.engine.undertow.
UndertowExchangeBase
org.dromara.hutool.http.server.engine.undertow.
UndertowRequest
(implements org.dromara.hutool.http.server.handler.
ServerRequest
)
org.dromara.hutool.http.server.engine.undertow.
UndertowResponse
(implements org.dromara.hutool.http.server.handler.
ServerResponse
)
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
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.engine.
EngineRequestBuilder
<T>
org.dromara.hutool.http.client.
HeaderOperation
<T>
org.dromara.hutool.http.client.body.
HttpBody
org.dromara.hutool.http.server.engine.sun.filter.
HttpFilter
org.dromara.hutool.http.server.handler.
HttpHandler
org.dromara.hutool.http.meta.
HttpStatus
org.dromara.hutool.http.server.engine.
ServerEngine
org.dromara.hutool.http.server.handler.
ServerRequest
org.dromara.hutool.http.server.handler.
ServerResponse
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.