Interface SlotState.UnconnectedState
-
- All Superinterfaces:
SlotState.IdleState
- All Known Implementing Classes:
SlotState.OutOfEmbargo$
,SlotState.Unconnected$
- Enclosing class:
- SlotState
public static interface SlotState.UnconnectedState extends SlotState.IdleState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isConnected()
SlotState
onNewConnectionEmbargo(SlotContext ctx, scala.concurrent.duration.FiniteDuration embargoDuration)
SlotState
onNewRequest(SlotContext ctx, PoolFlow.RequestContext requestContext)
SlotState
onPreConnect(SlotContext ctx)
-
Methods inherited from interface akka.http.impl.engine.client.pool.SlotState.IdleState
isIdle
-
-
-
-
Method Detail
-
isConnected
boolean isConnected()
-
onNewConnectionEmbargo
SlotState onNewConnectionEmbargo(SlotContext ctx, scala.concurrent.duration.FiniteDuration embargoDuration)
-
onNewRequest
SlotState onNewRequest(SlotContext ctx, PoolFlow.RequestContext requestContext)
-
onPreConnect
SlotState onPreConnect(SlotContext ctx)
-
-