Uses of Class
org.miaixz.bus.http.socket.Handshake
Packages that use Handshake
Package
Description
Java应用的HTTP客户端
内部实现及规则
内部标准及逻辑
web socket支持
-
Uses of Handshake in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return HandshakeMethods in org.miaixz.bus.http with parameters of type HandshakeModifier and TypeMethodDescription设置 TLS 握手信息。 -
Uses of Handshake in org.miaixz.bus.http.accord
Methods in org.miaixz.bus.http.accord that return Handshake -
Uses of Handshake in org.miaixz.bus.http.metric
Methods in org.miaixz.bus.http.metric with parameters of type HandshakeModifier and TypeMethodDescriptionvoidEventListener.secureConnectEnd(NewCall call, Handshake handshake) 尝试TLS连接后立即调用. -
Uses of Handshake in org.miaixz.bus.http.socket
Methods in org.miaixz.bus.http.socket that return HandshakeModifier and TypeMethodDescriptionstatic HandshakeHandshake.get(SSLSession session) 从 SSL 会话创建 Handshake 实例static HandshakeHandshake.get(org.miaixz.bus.core.net.tls.TlsVersion tlsVersion, CipherSuite cipherSuite, List<Certificate> peerCertificates, List<Certificate> localCertificates) 创建 Handshake 实例