Interface SlotState.UnconnectedState
- All Superinterfaces:
SlotState.IdleState
- All Known Implementing Classes:
SlotState.OutOfEmbargo$,SlotState.Unconnected$
- Enclosing class:
- SlotState
-
Method Summary
Modifier 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.IdleState
isIdle
-
Method Details
-
isConnected
boolean isConnected() -
onNewConnectionEmbargo
SlotState onNewConnectionEmbargo(SlotContext ctx, scala.concurrent.duration.FiniteDuration embargoDuration) -
onNewRequest
-
onPreConnect
-