Class SlotContext
java.lang.Object
org.apache.pekko.http.impl.engine.client.pool.SlotContext
- All Implemented Interfaces:
org.apache.pekko.macros.LogHelper,org.apache.pekko.macros.LogHelperMacro
- Direct Known Subclasses:
SlotStateSpec.MockSlotContext
Internal API
Interface between slot states and the actual slot.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voiddispatchResponseResult(PoolFlow.RequestContext req, scala.util.Try<HttpResponse> result) abstract booleanabstract voidabstract ConnectionPoolSettingssettings()abstract booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.macros.LogHelper
isDebugEnabled, isInfoEnabled, isWarningEnabled, log, prefixString
-
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
-
willCloseAfter
-