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, waitingForEndOfRequestEntitySlotState onConnectionCompleted(SlotContext ctx)
onConnectionCompleted in interface SlotState.BusyStateSlotState onConnectionFailed(SlotContext ctx, java.lang.Throwable cause)
onConnectionFailed in interface SlotState.BusyStateSlotState onRequestEntityFailed(SlotContext ctx, java.lang.Throwable cause)
onRequestEntityFailed in interface SlotState.BusyStateSlotState onResponseEntityFailed(SlotContext ctx, java.lang.Throwable cause)