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