Merge branch 'master' of github.com:jboner/akka
This commit is contained in:
commit
a1ae775aa0
4 changed files with 293 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ case class RemoteServerClientDisconnected(
|
|||
* @author <a href="http://jonasboner.com">Jonas Bonér</a>
|
||||
*/
|
||||
class RemoteServer extends Logging with ListenerManagement {
|
||||
val name = "RemoteServer@" + hostname + ":" + port
|
||||
def name = "RemoteServer@" + hostname + ":" + port
|
||||
|
||||
private[akka] var hostname = RemoteServer.HOSTNAME
|
||||
private[akka] var port = RemoteServer.PORT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue