Class HandleOrPassOnStage<T extends U,U>

java.lang.Object
akka.stream.stage.GraphStageLogic
akka.http.impl.engine.http2.hpack.HandleOrPassOnStage<T,U>

public abstract class HandleOrPassOnStage<T extends U,U> extends akka.stream.stage.GraphStageLogic
INTERNAL API
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    class 
     

    Nested classes/interfaces inherited from class akka.stream.stage.GraphStageLogic

    akka.stream.stage.GraphStageLogic.ConditionalTerminateInput, akka.stream.stage.GraphStageLogic.ConditionalTerminateOutput, akka.stream.stage.GraphStageLogic.EagerTerminateInput$, akka.stream.stage.GraphStageLogic.EagerTerminateOutput$, akka.stream.stage.GraphStageLogic.IgnoreTerminateInput$, akka.stream.stage.GraphStageLogic.IgnoreTerminateOutput$, akka.stream.stage.GraphStageLogic.StageActor, akka.stream.stage.GraphStageLogic.StageActorRef$, akka.stream.stage.GraphStageLogic.StageActorRefNotInitializedException, akka.stream.stage.GraphStageLogic.StageActorRefNotInitializedException$, akka.stream.stage.GraphStageLogic.SubSinkInlet<T extends Object>, akka.stream.stage.GraphStageLogic.SubSourceOutlet<T extends Object>, akka.stream.stage.GraphStageLogic.TotallyIgnorantInput$
  • Constructor Summary

    Constructors
    Constructor
    Description
    HandleOrPassOnStage(akka.stream.FlowShape<T,U> shape)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class akka.stream.stage.GraphStageLogic

    abortEmitting, abortReading, afterPostStop, akka$stream$stage$GraphStageLogic$$asyncCallbacksInProgress, akka$stream$stage$GraphStageLogic$$completedOrFailed, akka$stream$stage$GraphStageLogic$$completedOrFailed, akka$stream$stage$GraphStageLogic$$created, akka$stream$stage$GraphStageLogic$$created, akka$stream$stage$GraphStageLogic$$streamDetachedException, attributes, attributes_$eq, beforePreStart, cancel, cancel, cancelStage, complete, completeStage, conditionalTerminateInput, conditionalTerminateOutput, createAsyncCallback, eagerTerminateInput, eagerTerminateOutput, emit, emit, emit, emitMultiple, emitMultiple, emitMultiple, emitMultiple, emitMultiple, emitMultiple, fail, failStage, getAsyncCallback, getEagerStageActor, getHandler, getHandler, getStageActor, grab, handlers, hasBeenPulled, ignoreTerminateInput, ignoreTerminateOutput, inCount, inHandler, interpreter, interpreter_$eq, isAvailable, isAvailable, isClosed, isClosed, lastCancellationCause, lastCancellationCause_$eq, materializer, onFeedbackDispatched, originalStage, originalStage_$eq, outCount, outHandler, passAlong, passAlong$default$3, passAlong$default$4, passAlong$default$5, portToConn, postStop, preStart, pull, push, read, read, readN, readN, setHandler, setHandler, setHandlers, setKeepGoing, stageActor, stageActorName, stageId, stageId_$eq, subFusingMaterializer, toString, totallyIgnorantInput, tryPull

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • HandleOrPassOnStage

      public HandleOrPassOnStage(akka.stream.FlowShape<T,U> shape)
  • Method Details