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 void
dispatchResponseResult
(PoolFlow.RequestContext req, scala.util.Try<HttpResponse> result) abstract boolean
abstract void
abstract ConnectionPoolSettings
settings()
abstract boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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
-