akka.remote
Class RemoteClientConnected

java.lang.Object
  extended by akka.remote.RemoteClientConnected
All Implemented Interfaces:
RemoteClientLifeCycleEvent, RemoteLifeCycleEvent, java.io.Serializable, scala.Equals, scala.Product

public class RemoteClientConnected
extends java.lang.Object
implements RemoteClientLifeCycleEvent, scala.Product, scala.Serializable

RemoteClientConnected is published when a RemoteClient's connection is established

See Also:
Serialized Form

Constructor Summary
RemoteClientConnected(RemoteTransport remote, Address remoteAddress)
           
 
Method Summary
 RemoteTransport getRemote()
           
 Logging.LogLevel logLevel()
           
 RemoteTransport remote()
           
 Address remoteAddress()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface akka.remote.RemoteClientLifeCycleEvent
getRemoteAddress
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

RemoteClientConnected

public RemoteClientConnected(RemoteTransport remote,
                             Address remoteAddress)
Method Detail

remote

public RemoteTransport remote()

remoteAddress

public Address remoteAddress()
Specified by:
remoteAddress in interface RemoteClientLifeCycleEvent

logLevel

public Logging.LogLevel logLevel()
Specified by:
logLevel in interface RemoteLifeCycleEvent

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getRemote

public RemoteTransport getRemote()