Uses of Class
com.sun.grizzly.util.Utils.Result

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 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.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.