Interface SlotState.UnconnectedState
- All Superinterfaces:
- SlotState.IdleState
- All Known Implementing Classes:
- SlotState.OutOfEmbargo$,- SlotState.Unconnected$
- Enclosing class:
- SlotState
- 
Method SummaryModifier and TypeMethodDescriptionbooleanonNewConnectionEmbargo(SlotContext ctx, scala.concurrent.duration.FiniteDuration embargoDuration) onNewRequest(SlotContext ctx, PoolFlow.RequestContext requestContext) onPreConnect(SlotContext ctx) Methods inherited from interface org.apache.pekko.http.impl.engine.client.pool.SlotState.IdleStateisIdle
- 
Method Details- 
isConnectedboolean isConnected()
- 
onNewConnectionEmbargoSlotState onNewConnectionEmbargo(SlotContext ctx, scala.concurrent.duration.FiniteDuration embargoDuration) 
- 
onNewRequest
- 
onPreConnect
 
-