akka.io
Class TcpConnection.CloseInformation

java.lang.Object
  extended by akka.io.TcpConnection.CloseInformation
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
TcpConnection

public static class TcpConnection.CloseInformation
extends java.lang.Object
implements scala.Product, scala.Serializable

Used to transport information to the postStop method to notify interested party about a connection close.

See Also:
Serialized Form

Constructor Summary
TcpConnection.CloseInformation(scala.collection.immutable.Set<ActorRef> notificationsTo, Tcp.Event closedEvent)
           
 
Method Summary
 Tcp.Event closedEvent()
           
 scala.collection.immutable.Set<ActorRef> notificationsTo()
           
 
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

TcpConnection.CloseInformation

public TcpConnection.CloseInformation(scala.collection.immutable.Set<ActorRef> notificationsTo,
                                      Tcp.Event closedEvent)
Method Detail

notificationsTo

public scala.collection.immutable.Set<ActorRef> notificationsTo()

closedEvent

public Tcp.Event closedEvent()