Class SlotContext

  • All Implemented Interfaces:
    akka.macros.LogHelper, akka.macros.LogHelperMacro

    public abstract class SlotContext
    extends java.lang.Object
    implements akka.macros.LogHelper
    Internal API

    Interface between slot states and the actual slot.

    • Constructor Detail

      • SlotContext

        public SlotContext()
    • Method Detail

      • isConnectionClosed

        public abstract boolean isConnectionClosed()
      • openConnection

        public abstract void openConnection()
      • willCloseAfter

        public abstract boolean willCloseAfter​(HttpResponse res)