|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Utils.Result | |
---|---|
com.sun.grizzly.util |
Uses of Utils.Result in com.sun.grizzly.util |
---|
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 an SSLEngine . |
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 |
Utils.readWithTemporarySelector(SelectableChannel channel,
ByteBuffer byteBuffer,
long readTimeout)
Method reads data from SelectableChannel to
ByteBuffer . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |