Class SlotState.ShouldCloseConnectionState

java.lang.Object
akka.http.impl.engine.client.pool.SlotState
akka.http.impl.engine.client.pool.SlotState.ShouldCloseConnectionState
All Implemented Interfaces:
scala.Equals, scala.Product
Direct Known Subclasses:
SlotState.Failed, SlotState.ToBeClosed$
Enclosing class:
SlotState

public abstract static class SlotState.ShouldCloseConnectionState extends SlotState
  • Constructor Details

    • ShouldCloseConnectionState

      public ShouldCloseConnectionState(scala.Option<Throwable> failure)
  • Method Details