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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract voiddispatchResponseResult(PoolFlow.RequestContext req, scala.util.Try<HttpResponse> result) abstract booleanabstract voidabstract ConnectionPoolSettingssettings()abstract booleanMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.macros.LogHelperisDebugEnabled, isInfoEnabled, isWarningEnabled, log, prefixString
- 
Constructor Details- 
SlotContextpublic SlotContext()
 
- 
- 
Method Details- 
dispatchResponseResultpublic abstract void dispatchResponseResult(PoolFlow.RequestContext req, scala.util.Try<HttpResponse> result) 
- 
isConnectionClosedpublic abstract boolean isConnectionClosed()
- 
openConnectionpublic abstract void openConnection()
- 
settings
- 
willCloseAfter
 
-