Class SlotState.PreConnecting$
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.PreConnecting$
- All Implemented Interfaces:
- Serializable,- SlotState.IdleState,- scala.Equals,- scala.Product
- Enclosing class:
- SlotState
public static class SlotState.PreConnecting$
extends SlotState.ConnectedState
implements SlotState.IdleState, 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$
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final SlotState.PreConnecting$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiononConnectionAttemptFailed(SlotContext ctx, Throwable cause) onConnectionAttemptSucceeded(SlotContext ctx, Http.OutgoingConnection outgoingConnection) onConnectionFailed(SlotContext ctx, Throwable cause) onNewRequest(SlotContext ctx, PoolFlow.RequestContext requestContext) Methods 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, onPreConnect, onRequestDispatched, onRequestEntityCompleted, onRequestEntityFailed, onResponseDispatchable, onResponseEntityCompleted, 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.IdleStateisIdle
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
PreConnecting$public PreConnecting$()
 
- 
- 
Method Details- 
onConnectionAttemptSucceededpublic SlotState onConnectionAttemptSucceeded(SlotContext ctx, Http.OutgoingConnection outgoingConnection) - Overrides:
- onConnectionAttemptSucceededin class- SlotState
 
- 
onNewRequest- Overrides:
- onNewRequestin class- SlotState
 
- 
onConnectionAttemptFailed- Overrides:
- onConnectionAttemptFailedin class- SlotState
 
- 
onConnectionFailed- Overrides:
- onConnectionFailedin class- SlotState
 
- 
onConnectionCompleted- Overrides:
- onConnectionCompletedin class- SlotState
 
 
-