java.lang.Object | ||
↳ | java.lang.Enum <E extends java.lang.Enum <E>> | |
↳ | javax.net.ssl.SSLEngineResult.Status |
The
enum
describing the result of the
SSLEngine
operation.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SSLEngineResult.Status | BUFFER_OVERFLOW | The size of the destination buffer is too small to hold the result of the current operation. | |||||||||
SSLEngineResult.Status | BUFFER_UNDERFLOW | There were not enough bytes available in the source buffer to complete the current operation. | |||||||||
SSLEngineResult.Status | CLOSED | The operation closed this side of the communication or was already closed. | |||||||||
SSLEngineResult.Status | OK | The operation completed successfully. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
||||||||||
|
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
|
|||||||||||
From class
java.lang.Object
|
|||||||||||
From interface
java.lang.Comparable
|
The size of the destination buffer is too small to hold the result of the current operation.
There were not enough bytes available in the source buffer to complete the current operation.
The operation closed this side of the communication or was already closed.
The operation completed successfully.