akka.remote
Class RemoteServerClientConnected

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

public class RemoteServerClientConnected
extends java.lang.Object
implements RemoteServerLifeCycleEvent, scala.Product, scala.Serializable

RemoteServerClientConnected is published when an inbound connection has been established

See Also:
Serialized Form

Constructor Summary
RemoteServerClientConnected(RemoteTransport remote, scala.Option<Address> clientAddress)
           
 
Method Summary
 scala.Option<Address> clientAddress()
           
 scala.Option<Address> getClientAddress()
           
 RemoteTransport getRemote()
           
 Logging.LogLevel logLevel()
           
 RemoteTransport remote()
           
 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 scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

RemoteServerClientConnected

public RemoteServerClientConnected(RemoteTransport remote,
                                   scala.Option<Address> clientAddress)
Method Detail

remote

public RemoteTransport remote()

clientAddress

public scala.Option<Address> clientAddress()

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()

getClientAddress

public scala.Option<Address> getClientAddress()