akka.io
Class BackpressureBuffer.Ack

java.lang.Object
  extended by akka.io.BackpressureBuffer.Ack
All Implemented Interfaces:
NoSerializationVerificationNeeded, Tcp.Event, Tcp.Message, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
BackpressureBuffer

public class BackpressureBuffer.Ack
extends java.lang.Object
implements Tcp.Event, NoSerializationVerificationNeeded, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
BackpressureBuffer.Ack(int num, Tcp.Event ack)
           
 
Method Summary
 Tcp.Event ack()
           
 int num()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

BackpressureBuffer.Ack

public BackpressureBuffer.Ack(int num,
                              Tcp.Event ack)
Method Detail

num

public int num()

ack

public Tcp.Event ack()