public static final class SlotState.WaitingForResponseDispatch extends SlotState.ConnectedState implements SlotState.BusyWithResultAlreadyDetermined, scala.Product, java.io.Serializable
SlotState.BusyState, SlotState.BusyWithResultAlreadyDetermined, SlotState.ConnectedState, SlotState.Connecting, SlotState.Connecting$, SlotState.Embargoed, SlotState.Embargoed$, SlotState.Failed, SlotState.Failed$, SlotState.Idle, SlotState.Idle$, SlotState.IdleState, SlotState.OutOfEmbargo$, SlotState.PreConnecting$, SlotState.PushingRequestToConnection, SlotState.PushingRequestToConnection$, SlotState.ShouldCloseConnectionState, SlotState.ToBeClosed$, SlotState.Unconnected$, SlotState.UnconnectedState, SlotState.WaitingForEndOfRequestEntity$, SlotState.WaitingForEndOfResponseEntity, SlotState.WaitingForEndOfResponseEntity$, SlotState.WaitingForResponse, SlotState.WaitingForResponse$, SlotState.WaitingForResponseDispatch, SlotState.WaitingForResponseDispatch$, SlotState.WaitingForResponseEntitySubscription, SlotState.WaitingForResponseEntitySubscription$| Constructor and Description | 
|---|
| WaitingForResponseDispatch(PoolFlow.RequestContext ongoingRequest,
                          scala.util.Try<HttpResponse> result,
                          boolean waitingForEndOfRequestEntity) | 
| Modifier and Type | Method and Description | 
|---|---|
| PoolFlow.RequestContext | ongoingRequest() | 
| SlotState | onRequestEntityCompleted(SlotContext ctx)Will be called either immediately if the request entity is strict or otherwise later | 
| SlotState | onResponseDispatchable(SlotContext ctx)Called when the response out port is ready to receive a further response (successful or failed) | 
| scala.util.Try<HttpResponse> | result() | 
| boolean | waitingForEndOfRequestEntity() | 
isConnected, onNewConnectionEmbargoidle, illegalState, isIdle, name, onConnectionAttemptFailed, onConnectionAttemptSucceeded, onConnectionCompleted, onConnectionFailed, onNewRequest, onPreConnect, onRequestDispatched, onRequestEntityFailed, onResponseEntityCompleted, onResponseEntityFailed, onResponseEntitySubscribed, onResponseReceived, onShutdown, onTimeout, stateTimeoutclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonConnectionCompleted, onConnectionFailed, onRequestEntityFailed, onResponseEntityFailedfailOngoingRequest, isIdle, onConnectionAttemptFailed, onShutdownpublic WaitingForResponseDispatch(PoolFlow.RequestContext ongoingRequest, scala.util.Try<HttpResponse> result, boolean waitingForEndOfRequestEntity)
public PoolFlow.RequestContext ongoingRequest()
ongoingRequest in interface SlotState.BusyStatepublic scala.util.Try<HttpResponse> result()
public boolean waitingForEndOfRequestEntity()
waitingForEndOfRequestEntity in interface SlotState.BusyStatepublic SlotState onRequestEntityCompleted(SlotContext ctx)
SlotStateonRequestEntityCompleted in class SlotStatepublic SlotState onResponseDispatchable(SlotContext ctx)
onResponseDispatchable in class SlotState