java.lang.Object | ||
↳ | java.lang.Enum<javax.net.ssl.SSLEngineResult.HandshakeStatus> | |
↳ | javax.net.ssl.SSLEngineResult.HandshakeStatus |
The enum
describing the state of the current handshake.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SSLEngineResult.HandshakeStatus | FINISHED | The handshake is finished. | |||||||||
SSLEngineResult.HandshakeStatus | NEED_TASK | The results of one (or more) delegated tasks are needed to continue the handshake. | |||||||||
SSLEngineResult.HandshakeStatus | NEED_UNWRAP | The engine needs to receive data from the remote side to continue the handshake. | |||||||||
SSLEngineResult.HandshakeStatus | NEED_WRAP | The engine must send data to the remote side to continue the handshake. | |||||||||
SSLEngineResult.HandshakeStatus | NOT_HANDSHAKING | No handshake in progress. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
The handshake is finished.
The results of one (or more) delegated tasks are needed to continue the handshake.
The engine needs to receive data from the remote side to continue the handshake.
The engine must send data to the remote side to continue the handshake.
No handshake in progress.