Uses of Class
org.miaixz.bus.http.socket.Handshake
Packages that use Handshake
Package
Description
An HTTP client for Java applications.
Provides internal implementation details for the HTTP client, including connection management, streams, and routing.
Provides internal metrics and standards for the HTTP client.
Provides the implementation of the WebSocket protocol (RFC 6455) for creating and managing WebSocket connections.
-
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 TypeMethodDescriptionSets the TLS handshake information. -
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) Invoked immediately after a TLS connection was attempted. -
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) Creates a Handshake instance from an SSL session.static HandshakeHandshake.get(org.miaixz.bus.core.net.tls.TlsVersion tlsVersion, CipherSuite cipherSuite, List<Certificate> peerCertificates, List<Certificate> localCertificates) Creates a Handshake instance from its components.