akka.io
Class TcpListener.RegisterIncoming

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

public static class TcpListener.RegisterIncoming
extends java.lang.Object
implements SelectionHandler.HasFailureMessage, NoSerializationVerificationNeeded, scala.Product, scala.Serializable

See Also:
Serialized Form

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

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

channel

public java.nio.channels.SocketChannel channel()

failureMessage

public TcpListener.FailedRegisterIncoming failureMessage()
Specified by:
failureMessage in interface SelectionHandler.HasFailureMessage