public static class SlotState.WaitingForEndOfRequestEntity$ extends SlotState.ConnectedState implements 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$
Modifier and Type | Field and Description |
---|---|
static SlotState.WaitingForEndOfRequestEntity$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
WaitingForEndOfRequestEntity$() |
Modifier and Type | Method and Description |
---|---|
boolean |
isIdle() |
SlotState |
onConnectionCompleted(SlotContext ctx) |
SlotState |
onConnectionFailed(SlotContext ctx,
java.lang.Throwable cause) |
SlotState |
onRequestEntityCompleted(SlotContext ctx)
Will be called either immediately if the request entity is strict or otherwise later
|
SlotState |
onRequestEntityFailed(SlotContext ctx,
java.lang.Throwable cause) |
isConnected, onNewConnectionEmbargo
idle, illegalState, name, onConnectionAttemptFailed, onConnectionAttemptSucceeded, onNewRequest, onPreConnect, onRequestDispatched, onResponseDispatchable, onResponseEntityCompleted, onResponseEntityFailed, onResponseEntitySubscribed, onResponseReceived, onShutdown, onTimeout, stateTimeout
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final SlotState.WaitingForEndOfRequestEntity$ MODULE$
public SlotState onRequestEntityCompleted(SlotContext ctx)
SlotState
onRequestEntityCompleted
in class SlotState
public SlotState onRequestEntityFailed(SlotContext ctx, java.lang.Throwable cause)
onRequestEntityFailed
in class SlotState
public SlotState onConnectionCompleted(SlotContext ctx)
onConnectionCompleted
in class SlotState
public SlotState onConnectionFailed(SlotContext ctx, java.lang.Throwable cause)
onConnectionFailed
in class SlotState