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 HandshakeModifier and TypeMethodDescriptionResponse.handshake()Returns the TLS handshake of the connection that carried this response, or null if the response was received without TLS.Methods in org.miaixz.bus.http with parameters of type HandshakeModifier and TypeMethodDescription -
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) static HandshakeHandshake.get(org.miaixz.bus.core.net.tls.TlsVersion tlsVersion, CipherSuite cipherSuite, List<Certificate> peerCertificates, List<Certificate> localCertificates)