Class SlotState.WaitingForEndOfRequestEntity$
- java.lang.Object
-
- akka.http.impl.engine.client.pool.SlotState
-
- akka.http.impl.engine.client.pool.SlotState.ConnectedState
-
- akka.http.impl.engine.client.pool.SlotState.WaitingForEndOfRequestEntity$
-
- All Implemented Interfaces:
java.io.Serializable,scala.Equals,scala.Product
- Enclosing class:
- SlotState
public static class SlotState.WaitingForEndOfRequestEntity$ extends SlotState.ConnectedState implements scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class akka.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
Fields Modifier and Type Field Description static SlotState.WaitingForEndOfRequestEntity$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description WaitingForEndOfRequestEntity$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisIdle()SlotStateonConnectionCompleted(SlotContext ctx)SlotStateonConnectionFailed(SlotContext ctx, java.lang.Throwable cause)SlotStateonRequestEntityCompleted(SlotContext ctx)Will be called either immediately if the request entity is strict or otherwise laterSlotStateonRequestEntityFailed(SlotContext ctx, java.lang.Throwable cause)-
Methods inherited from class akka.http.impl.engine.client.pool.SlotState.ConnectedState
isConnected, onNewConnectionEmbargo
-
Methods inherited from class akka.http.impl.engine.client.pool.SlotState
idle, illegalState, name, onConnectionAttemptFailed, onConnectionAttemptSucceeded, onNewRequest, onPreConnect, onRequestDispatched, onResponseDispatchable, onResponseEntityCompleted, onResponseEntityFailed, onResponseEntitySubscribed, onResponseReceived, onShutdown, onTimeout, stateTimeout
-
-
-
-
Field Detail
-
MODULE$
public static final SlotState.WaitingForEndOfRequestEntity$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
onRequestEntityCompleted
public SlotState onRequestEntityCompleted(SlotContext ctx)
Description copied from class:SlotStateWill be called either immediately if the request entity is strict or otherwise later- Overrides:
onRequestEntityCompletedin classSlotState
-
onRequestEntityFailed
public SlotState onRequestEntityFailed(SlotContext ctx, java.lang.Throwable cause)
- Overrides:
onRequestEntityFailedin classSlotState
-
onConnectionCompleted
public SlotState onConnectionCompleted(SlotContext ctx)
- Overrides:
onConnectionCompletedin classSlotState
-
onConnectionFailed
public SlotState onConnectionFailed(SlotContext ctx, java.lang.Throwable cause)
- Overrides:
onConnectionFailedin classSlotState
-
-