Class SlotState.WaitingForEndOfRequestEntity$
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.WaitingForEndOfRequestEntity$
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- SlotState
public static class SlotState.WaitingForEndOfRequestEntity$
extends SlotState.ConnectedState
implements scala.Product, Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.pekko.http.impl.engine.client.pool.SlotState
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$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SlotState.WaitingForEndOfRequestEntity$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
isIdle()
onConnectionFailed
(SlotContext ctx, Throwable cause) Will be called either immediately if the request entity is strict or otherwise lateronRequestEntityFailed
(SlotContext ctx, Throwable cause) Methods inherited from class org.apache.pekko.http.impl.engine.client.pool.SlotState.ConnectedState
isConnected, onNewConnectionEmbargo
Methods inherited from class org.apache.pekko.http.impl.engine.client.pool.SlotState
idle, illegalState, name, onConnectionAttemptFailed, onConnectionAttemptSucceeded, onNewRequest, onPreConnect, onRequestDispatched, onResponseDispatchable, onResponseEntityCompleted, onResponseEntityFailed, onResponseEntitySubscribed, onResponseReceived, onShutdown, onTimeout, stateTimeout
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
WaitingForEndOfRequestEntity$
public WaitingForEndOfRequestEntity$()
-
-
Method Details
-
isIdle
public final boolean isIdle() -
onRequestEntityCompleted
Description copied from class:SlotState
Will be called either immediately if the request entity is strict or otherwise later- Overrides:
onRequestEntityCompleted
in classSlotState
-
onRequestEntityFailed
- Overrides:
onRequestEntityFailed
in classSlotState
-
onConnectionCompleted
- Overrides:
onConnectionCompleted
in classSlotState
-
onConnectionFailed
- Overrides:
onConnectionFailed
in classSlotState
-