akka.remote.testconductor
Class ClientFSM.Connected

java.lang.Object
  extended by akka.remote.testconductor.ClientFSM.Connected
All Implemented Interfaces:
NoSerializationVerificationNeeded, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
ClientFSM

public static class ClientFSM.Connected
extends java.lang.Object
implements NoSerializationVerificationNeeded, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
ClientFSM.Connected(org.jboss.netty.channel.Channel channel)
           
 
Method Summary
 org.jboss.netty.channel.Channel 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

ClientFSM.Connected

public ClientFSM.Connected(org.jboss.netty.channel.Channel channel)
Method Detail

channel

public org.jboss.netty.channel.Channel channel()