akka.remote.security.provider
Class InternetSeedGenerator$

java.lang.Object
  extended by akka.remote.security.provider.InternetSeedGenerator$

public class InternetSeedGenerator$
extends java.lang.Object

INTERNAL API Seed generator that maintains multiple strategies for seed generation and will delegate to the best one available for the current operating environment.


Field Summary
static InternetSeedGenerator$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
InternetSeedGenerator$()
           
 
Method Summary
 InternetSeedGenerator getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final InternetSeedGenerator$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

InternetSeedGenerator$

public InternetSeedGenerator$()
Method Detail

getInstance

public InternetSeedGenerator getInstance()
Returns:
The singleton instance of this class.