Polish the API/SPI of remoting, see #2827

* Changed TransportAdapterProvider to support java impl
* Verified java impl of AbstractTransportAdapter and
  ActorTransportAdapter
* Privatized things that should not be public api
* Consistent usage of INTERNAL API marker in scaladoc
* Added some missing doc in conf
* Added missing SerialVersionUID
This commit is contained in:
Patrik Nordwall 2013-02-08 13:13:52 +01:00
parent af7ca554c9
commit 323e5c80b5
44 changed files with 340 additions and 125 deletions

View file

@ -347,7 +347,7 @@ trait MessageQueue {
}
/**
* INTERNAL USE ONLY
* INTERNAL API
*/
private[akka] trait SystemMessageQueue {
/**
@ -364,7 +364,7 @@ private[akka] trait SystemMessageQueue {
}
/**
* INTERNAL USE ONLY
* INTERNAL API
*/
private[akka] trait DefaultSystemMessageQueue { self: Mailbox