Package akka.remote
Class BoundAddressesExtension
- java.lang.Object
 - 
- akka.remote.BoundAddressesExtension
 
 
- 
- 
Constructor Summary
Constructors Constructor Description BoundAddressesExtension(ExtendedActorSystem system) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Tapply(ActorSystem system)static Tapply(ClassicActorSystemProvider system)scala.collection.immutable.Map<java.lang.String,scala.collection.immutable.Set<Address>>boundAddresses()Returns a mapping from a protocol to a set of bound addresses.static BoundAddressesExtensioncreateExtension(ExtendedActorSystem system)static booleanequals(java.lang.Object other)static BoundAddressesExtensionget(ActorSystem system)static BoundAddressesExtensionget(ClassicActorSystemProvider system)static inthashCode()static BoundAddressesExtension$lookup()ExtendedActorSystemsystem() 
 - 
 
- 
- 
Constructor Detail
- 
BoundAddressesExtension
public BoundAddressesExtension(ExtendedActorSystem system)
 
 - 
 
- 
Method Detail
- 
get
public static BoundAddressesExtension get(ActorSystem system)
 
- 
get
public static BoundAddressesExtension get(ClassicActorSystemProvider system)
 
- 
lookup
public static BoundAddressesExtension$ lookup()
 
- 
createExtension
public static BoundAddressesExtension createExtension(ExtendedActorSystem system)
 
- 
apply
public static T apply(ActorSystem system)
 
- 
apply
public static T apply(ClassicActorSystemProvider system)
 
- 
hashCode
public static final int hashCode()
 
- 
equals
public static final boolean equals(java.lang.Object other)
 
- 
system
public ExtendedActorSystem system()
 
- 
boundAddresses
public scala.collection.immutable.Map<java.lang.String,scala.collection.immutable.Set<Address>> boundAddresses()
Returns a mapping from a protocol to a set of bound addresses. 
 - 
 
 -