akka.remote.transport
Class ThrottlerTransportAdapter.Direction.Send$

java.lang.Object
  extended by akka.remote.transport.ThrottlerTransportAdapter.Direction.Send$
All Implemented Interfaces:
ThrottlerTransportAdapter.Direction, java.io.Serializable, scala.Equals, scala.Product
Enclosing interface:
ThrottlerTransportAdapter.Direction

public static class ThrottlerTransportAdapter.Direction.Send$
extends java.lang.Object
implements ThrottlerTransportAdapter.Direction, scala.Product, scala.Serializable

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface akka.remote.transport.ThrottlerTransportAdapter.Direction
ThrottlerTransportAdapter.Direction.Both$, ThrottlerTransportAdapter.Direction.Receive$, ThrottlerTransportAdapter.Direction.Send$
 
Constructor Summary
ThrottlerTransportAdapter.Direction.Send$()
           
 
Method Summary
 ThrottlerTransportAdapter.Direction.Send$ getInstance()
          Java API: get the singleton instance
 boolean includes(ThrottlerTransportAdapter.Direction other)
           
 
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.Direction.Send$

public ThrottlerTransportAdapter.Direction.Send$()
Method Detail

includes

public boolean includes(ThrottlerTransportAdapter.Direction other)
Specified by:
includes in interface ThrottlerTransportAdapter.Direction

getInstance

public ThrottlerTransportAdapter.Direction.Send$ getInstance()
Java API: get the singleton instance