Class HandleOrPassOnStage.State

java.lang.Object
org.apache.pekko.http.impl.engine.http2.hpack.HandleOrPassOnStage.State
All Implemented Interfaces:
org.apache.pekko.stream.stage.InHandler, org.apache.pekko.stream.stage.OutHandler
Enclosing class:
HandleOrPassOnStage<T extends U,U>

public abstract class HandleOrPassOnStage.State extends Object implements org.apache.pekko.stream.stage.InHandler, org.apache.pekko.stream.stage.OutHandler
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract scala.PartialFunction<T,scala.runtime.BoxedUnit>
     
    void
     
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.pekko.stream.stage.InHandler

    onUpstreamFailure, onUpstreamFinish

    Methods inherited from interface org.apache.pekko.stream.stage.OutHandler

    onDownstreamFinish
  • Constructor Details

    • State

      public State()
  • Method Details

    • handleEvent

      public abstract scala.PartialFunction<T,scala.runtime.BoxedUnit> handleEvent()
    • onPull

      public void onPull()
      Specified by:
      onPull in interface org.apache.pekko.stream.stage.OutHandler
    • onPush

      public void onPush()
      Specified by:
      onPush in interface org.apache.pekko.stream.stage.InHandler