Uses of Class
org.miaixz.bus.socket.security.HandshakeModel
Packages that use HandshakeModel
-
Uses of HandshakeModel in org.miaixz.bus.socket.security
Methods in org.miaixz.bus.socket.security that return HandshakeModelModifier and TypeMethodDescriptionSslService.createSSLEngine(AsynchronousSocketChannel socketChannel, BufferPage bufferPage) Methods in org.miaixz.bus.socket.security with parameters of type HandshakeModelModifier and TypeMethodDescriptionvoidSslService.doHandshake(HandshakeModel handshakeModel) 纯异步实现的SSL握手, 在执行doHandshake期间必须保证当前通道无数据读写正在执行。 若触发了数据读写,也应立马终止doHandshake方法