pekko/akka-remote/src/main
Roland edceda8edf restructure remoting
- remove Remote, incorporate its few fields into RemoteActorRefProvider
- rename RemoteSupport to RemoteTransport to sync up with conf and
  the way we talk about it
- remove LocalAddress/RemoteAddress etc. and just have a final case
  class Address(protocol, system, host, port)
- split netty settings out or RemoteSettings into NettySettings
- split out from NettyRemoteSupport.scala: Server.scala, Client.scala,
  Settings.scala

plus a few fixes, including using the contextClassLoader when loading
the provider for ActorSystemImpl
2012-01-20 14:41:15 +01:00
..
java/akka/remote Unborking docs, ScalaDoc.... 2011-12-30 22:44:52 +01:00
protocol Closing #1584 and #1585 2011-12-30 14:15:26 +01:00
resources restructure remoting 2012-01-20 14:41:15 +01:00
scala/akka restructure remoting 2012-01-20 14:41:15 +01:00