akka.io
Class TcpListener.FailedRegisterIncoming

java.lang.Object
  extended by akka.io.TcpListener.FailedRegisterIncoming
All Implemented Interfaces:
NoSerializationVerificationNeeded, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
TcpListener

public static class TcpListener.FailedRegisterIncoming
extends java.lang.Object
implements NoSerializationVerificationNeeded, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
TcpListener.FailedRegisterIncoming(java.nio.channels.SocketChannel channel)
           
 
Method Summary
 java.nio.channels.SocketChannel channel()
           
 
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

TcpListener.FailedRegisterIncoming

public TcpListener.FailedRegisterIncoming(java.nio.channels.SocketChannel channel)
Method Detail

channel

public java.nio.channels.SocketChannel channel()