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$
 
Field Summary
static ThrottlerTransportAdapter.Direction.Send$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
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
 

Field Detail

MODULE$

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

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

Returns:
(undocumented)