com.sun.grizzly.async
Class OperationResult

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

public class OperationResult
extends java.lang.Object

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

Author:
Alexey Stashok

Field Summary
 java.net.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 java.net.SocketAddress address
Constructor Detail

OperationResult

public OperationResult()


Copyright © 2012 Oracle Corporation. All Rights Reserved.