Class ThrottlerTransportAdapter

All Implemented Interfaces:
SchemeAugmenter, Transport

public class ThrottlerTransportAdapter extends ActorTransportAdapter
Deprecated.
Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
  • Constructor Details

  • Method Details

    • SchemeIdentifier

      public static String SchemeIdentifier()
      Deprecated.
    • UniqueId

      public static AtomicInteger UniqueId()
      Deprecated.
    • sendDirection

      public static ThrottlerTransportAdapter.Direction sendDirection()
      Deprecated.
      Java API: get the Direction.Send instance
    • receiveDirection

      public static ThrottlerTransportAdapter.Direction receiveDirection()
      Deprecated.
      Java API: get the Direction.Receive instance
    • bothDirection

      public static ThrottlerTransportAdapter.Direction bothDirection()
      Deprecated.
      Java API: get the Direction.Both instance
    • blackholeThrottleMode

      public static ThrottlerTransportAdapter.ThrottleMode blackholeThrottleMode()
      Deprecated.
      Java API: get the ThrottleMode.Blackhole instance
    • unthrottledThrottleMode

      public static ThrottlerTransportAdapter.ThrottleMode unthrottledThrottleMode()
      Deprecated.
      Java API: get the ThrottleMode.Unthrottled instance
    • addedSchemeIdentifier

      protected String addedSchemeIdentifier()
      Deprecated.
    • maximumOverhead

      protected int maximumOverhead()
      Deprecated.
      Specified by:
      maximumOverhead in class AbstractTransportAdapter
    • managerName

      protected String managerName()
      Deprecated.
      Specified by:
      managerName in class ActorTransportAdapter
    • managerProps

      protected Props managerProps()
      Deprecated.
      Specified by:
      managerProps in class ActorTransportAdapter
    • managementCommand

      public scala.concurrent.Future<Object> managementCommand(Object cmd)
      Deprecated.
      Description copied from interface: Transport
      This method allows upper layers to send management commands to the transport. It is the responsibility of the sender to send appropriate commands to different transport implementations. Unknown commands will be ignored.

      Parameters:
      cmd - Command message to the transport
      Returns:
      Future that succeeds when the command was handled or dropped