Interface SlotState.BusyWithResultAlreadyDetermined
- All Superinterfaces:
SlotState.BusyState
- All Known Implementing Classes:
SlotState.WaitingForEndOfResponseEntity,SlotState.WaitingForResponseDispatch,SlotState.WaitingForResponseEntitySubscription
- Enclosing class:
- SlotState
-
Method Summary
Modifier and TypeMethodDescriptiononConnectionFailed(SlotContext ctx, Throwable cause) onRequestEntityFailed(SlotContext ctx, Throwable cause) onResponseEntityFailed(SlotContext ctx, Throwable cause) Methods inherited from interface org.apache.pekko.http.impl.engine.client.pool.SlotState.BusyState
failOngoingRequest, isIdle, onConnectionAttemptFailed, ongoingRequest, onShutdown, waitingForEndOfRequestEntity
-
Method Details
-
onConnectionCompleted
- Specified by:
onConnectionCompletedin interfaceSlotState.BusyState
-
onConnectionFailed
- Specified by:
onConnectionFailedin interfaceSlotState.BusyState
-
onRequestEntityFailed
- Specified by:
onRequestEntityFailedin interfaceSlotState.BusyState
-
onResponseEntityFailed
-