Interface | Description |
---|---|
SSLProtocols |
SSL或TLS协议
|
Class | Description |
---|---|
DefaultTrustManager |
默认信任管理器,默认信任所有客户端和服务端证书
继承 X509ExtendedTrustManager 的原因见:https://blog.csdn.net/ghaohao/article/details/79454913 |
FormUrlencoded |
application/x-www-form-urlencoded,遵循W3C HTML Form content types规范,如空格须转+,+须被编码
规范见:https://url.spec.whatwg.org/#urlencoded-serializing |
Ipv4Util |
IPV4地址工具类
pr自:https://gitee.com/loolly/hutool/pulls/161
|
LocalPortGenerater |
本地端口生成器
用于生成本地可用(未被占用)的端口号 注意:多线程甚至单线程访问时可能会返回同一端口(例如获取了端口但是没有使用) |
MaskBit |
掩码位和掩码之间的Map对应
|
NetUtil |
网络相关工具
|
PassAuth |
账号密码形式的
Authenticator 实现。 |
ProxySocketFactory |
代理Socket工厂,用于创建代理Socket
来自commons-net的DefaultSocketFactory |
RFC3986 | |
SSLContextBuilder |
SSLContext 构建器,可以自定义:协议(protocol),默认TLS KeyManager ,默认空
TrustManager ,默认DefaultTrustManager ,即信任全部
SecureRandom
构建后可获得SSLContext ,通过调用SSLContext.getSocketFactory() 获取SSLSocketFactory |
SSLUtil |
SSL(Secure Sockets Layer 安全套接字协议)相关工具封装
|
URLDecoder |
URL解码,数据内容的类型是 application/x-www-form-urlencoded。
|
URLEncoder | Deprecated
此类中的方法并不规范,请使用
RFC3986 |
URLEncodeUtil |
URL编码工具
TODO 在6.x中移除此工具(无法很好区分URL编码和www-form编码) |
UserPassAuthenticator |
账号密码形式的
Authenticator |
Copyright © 2024. All rights reserved.