public static interface SlotState.BusyWithResultAlreadyDetermined extends SlotState.BusyState
Modifier and Type | Method and Description |
---|---|
SlotState |
onConnectionCompleted(SlotContext ctx) |
SlotState |
onConnectionFailed(SlotContext ctx,
java.lang.Throwable cause) |
SlotState |
onRequestEntityFailed(SlotContext ctx,
java.lang.Throwable cause) |
SlotState |
onResponseEntityFailed(SlotContext ctx,
java.lang.Throwable cause) |
failOngoingRequest, isIdle, onConnectionAttemptFailed, ongoingRequest, onShutdown, waitingForEndOfRequestEntity
SlotState onConnectionCompleted(SlotContext ctx)
onConnectionCompleted
in interface SlotState.BusyState
SlotState onConnectionFailed(SlotContext ctx, java.lang.Throwable cause)
onConnectionFailed
in interface SlotState.BusyState
SlotState onRequestEntityFailed(SlotContext ctx, java.lang.Throwable cause)
onRequestEntityFailed
in interface SlotState.BusyState
SlotState onResponseEntityFailed(SlotContext ctx, java.lang.Throwable cause)