Class SlotState.WaitingForEndOfResponseEntity
java.lang.Object
org.apache.pekko.http.impl.engine.client.pool.SlotState
org.apache.pekko.http.impl.engine.client.pool.SlotState.ConnectedState
org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForEndOfResponseEntity
- All Implemented Interfaces:
- Serializable,- SlotState.BusyState,- SlotState.BusyWithResultAlreadyDetermined,- scala.Equals,- scala.Product
- Enclosing class:
- SlotState
public static final class SlotState.WaitingForEndOfResponseEntity
extends SlotState.ConnectedState
implements SlotState.BusyWithResultAlreadyDetermined, scala.Product, Serializable
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.pekko.http.impl.engine.client.pool.SlotStateSlotState.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 SummaryConstructorsConstructorDescriptionWaitingForEndOfResponseEntity(PoolFlow.RequestContext ongoingRequest, HttpResponse ongoingResponse, boolean waitingForEndOfRequestEntity) 
- 
Method SummaryModifier and TypeMethodDescriptionWill be called either immediately if the request entity is strict or otherwise laterWill be called either immediately if the response entity is strict or otherwise laterbooleanMethods inherited from class org.apache.pekko.http.impl.engine.client.pool.SlotState.ConnectedStateisConnected, onNewConnectionEmbargoMethods inherited from class org.apache.pekko.http.impl.engine.client.pool.SlotStateidle, illegalState, isIdle, name, onConnectionAttemptFailed, onConnectionAttemptSucceeded, onConnectionCompleted, onConnectionFailed, onNewRequest, onPreConnect, onRequestDispatched, onRequestEntityFailed, onResponseDispatchable, onResponseEntityFailed, onResponseEntitySubscribed, onResponseReceived, onShutdown, onTimeout, stateTimeoutMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefixMethods inherited from interface org.apache.pekko.http.impl.engine.client.pool.SlotState.BusyStatefailOngoingRequest, isIdle, onConnectionAttemptFailed, onShutdownMethods inherited from interface org.apache.pekko.http.impl.engine.client.pool.SlotState.BusyWithResultAlreadyDeterminedonConnectionCompleted, onConnectionFailed, onRequestEntityFailed, onResponseEntityFailed
- 
Constructor Details- 
WaitingForEndOfResponseEntitypublic WaitingForEndOfResponseEntity(PoolFlow.RequestContext ongoingRequest, HttpResponse ongoingResponse, boolean waitingForEndOfRequestEntity) 
 
- 
- 
Method Details- 
ongoingRequest- Specified by:
- ongoingRequestin interface- SlotState.BusyState
 
- 
ongoingResponse
- 
waitingForEndOfRequestEntitypublic boolean waitingForEndOfRequestEntity()- Specified by:
- waitingForEndOfRequestEntityin interface- SlotState.BusyState
 
- 
onResponseEntityCompletedDescription copied from class:SlotStateWill be called either immediately if the response entity is strict or otherwise later- Overrides:
- onResponseEntityCompletedin class- SlotState
 
- 
onRequestEntityCompletedDescription copied from class:SlotStateWill be called either immediately if the request entity is strict or otherwise later- Overrides:
- onRequestEntityCompletedin class- SlotState
 
 
-