Class SlotState.PreConnecting$
- 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.PreConnecting$
-
- All Implemented Interfaces:
SlotState.IdleState
,java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- SlotState
public static class SlotState.PreConnecting$ extends SlotState.ConnectedState implements SlotState.IdleState, 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.PreConnecting$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description PreConnecting$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SlotState
onConnectionAttemptFailed(SlotContext ctx, java.lang.Throwable cause)
SlotState
onConnectionAttemptSucceeded(SlotContext ctx, Http.OutgoingConnection outgoingConnection)
SlotState
onConnectionCompleted(SlotContext ctx)
SlotState
onConnectionFailed(SlotContext ctx, java.lang.Throwable cause)
SlotState
onNewRequest(SlotContext ctx, PoolFlow.RequestContext requestContext)
-
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, isIdle, name, onPreConnect, onRequestDispatched, onRequestEntityCompleted, onRequestEntityFailed, 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.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Methods inherited from interface akka.http.impl.engine.client.pool.SlotState.IdleState
isIdle
-
-
-
-
Field Detail
-
MODULE$
public static final SlotState.PreConnecting$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
onConnectionAttemptSucceeded
public SlotState onConnectionAttemptSucceeded(SlotContext ctx, Http.OutgoingConnection outgoingConnection)
- Overrides:
onConnectionAttemptSucceeded
in classSlotState
-
onNewRequest
public SlotState onNewRequest(SlotContext ctx, PoolFlow.RequestContext requestContext)
- Overrides:
onNewRequest
in classSlotState
-
onConnectionAttemptFailed
public SlotState onConnectionAttemptFailed(SlotContext ctx, java.lang.Throwable cause)
- Overrides:
onConnectionAttemptFailed
in classSlotState
-
onConnectionFailed
public SlotState onConnectionFailed(SlotContext ctx, java.lang.Throwable cause)
- Overrides:
onConnectionFailed
in classSlotState
-
onConnectionCompleted
public SlotState onConnectionCompleted(SlotContext ctx)
- Overrides:
onConnectionCompleted
in classSlotState
-
-