akka.remote.transport
Class ThrottlerTransportAdapter.SetThrottle

java.lang.Object
  extended by akka.remote.transport.ThrottlerTransportAdapter.SetThrottle
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
ThrottlerTransportAdapter

public static class ThrottlerTransportAdapter.SetThrottle
extends java.lang.Object
implements scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
ThrottlerTransportAdapter.SetThrottle(Address address, ThrottlerTransportAdapter.Direction direction, ThrottlerTransportAdapter.ThrottleMode mode)
           
 
Method Summary
 Address address()
           
 ThrottlerTransportAdapter.Direction direction()
           
 ThrottlerTransportAdapter.ThrottleMode mode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

ThrottlerTransportAdapter.SetThrottle

public ThrottlerTransportAdapter.SetThrottle(Address address,
                                             ThrottlerTransportAdapter.Direction direction,
                                             ThrottlerTransportAdapter.ThrottleMode mode)
Method Detail

address

public Address address()

direction

public ThrottlerTransportAdapter.Direction direction()

mode

public ThrottlerTransportAdapter.ThrottleMode mode()