Methods in com.sun.grizzly.util that return Utils.Result |
static Utils.Result |
SSLUtils.doRead(SelectableChannel channel,
ByteBuffer inputBB,
SSLEngine sslEngine,
int timeout)
Read encrypted bytes using anSSLEngine . |
static Utils.Result |
SSLUtils.doSecureRead(SelectableChannel channel,
SSLEngine sslEngine,
ByteBuffer byteBuffer,
ByteBuffer inputBB)
Read and decrypt bytes from the underlying SSL connections. |
static Utils.Result |
SSLUtils.doSecureRead(SelectableChannel channel,
SSLEngine sslEngine,
ByteBuffer byteBuffer,
ByteBuffer inputBB,
int timeout)
Read and decrypt bytes from the underlying SSL connections. |
static Utils.Result |
Utils.readWithTemporarySelector(SelectableChannel channel,
ByteBuffer byteBuffer,
long readTimeout)
Method reads data from SelectableChannel to
ByteBuffer . |