Class SlotContext

java.lang.Object
akka.http.impl.engine.client.pool.SlotContext
All Implemented Interfaces:
akka.macros.LogHelper, akka.macros.LogHelperMacro

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

Interface between slot states and the actual slot.

  • Constructor Details

    • SlotContext

      public SlotContext()
  • Method Details

    • dispatchResponseResult

      public abstract void dispatchResponseResult(PoolFlow.RequestContext req, scala.util.Try<HttpResponse> result)
    • isConnectionClosed

      public abstract boolean isConnectionClosed()
    • openConnection

      public abstract void openConnection()
    • settings

      public abstract ConnectionPoolSettings settings()
    • willCloseAfter

      public abstract boolean willCloseAfter(HttpResponse res)