EngineStates.STATE_READY_HANDSHAKE_CUT_THROUGH

The handshake call returned but the listeners have not yet been notified. This is expected behaviour in cut-through mode, where SSL_do_handshake returns before the handshake is complete. We can now start writing data to the socket.

class EngineStates
enum int STATE_READY_HANDSHAKE_CUT_THROUGH;

Meta