com.sun.grizzly.async
Class OperationResult

java.lang.Object
  extended by com.sun.grizzly.async.OperationResult

public class OperationResult
extends Object

Class represents the result of a single I/O operation on async queue.

Author:
Alexey Stashok

Field Summary
 SocketAddress address
           
 int bytesProcessed
           
 
Constructor Summary
OperationResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bytesProcessed

public int bytesProcessed

address

public SocketAddress address
Constructor Detail

OperationResult

public OperationResult()


Copyright © 2012 Oracle Corporation. All Rights Reserved.