Class ConfigurablePing.DisabledPingState$
java.lang.Object
org.apache.pekko.http.impl.engine.http2.ConfigurablePing.DisabledPingState$
- All Implemented Interfaces:
- ConfigurablePing.PingState
- Enclosing class:
- ConfigurablePing
public static class ConfigurablePing.DisabledPingState$
extends Object
implements ConfigurablePing.PingState
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final ConfigurablePing.DisabledPingState$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
DisabledPingState$public DisabledPingState$()
 
- 
- 
Method Details- 
tickIntervalpublic scala.Option<scala.concurrent.duration.FiniteDuration> tickInterval()- Specified by:
- tickIntervalin interface- ConfigurablePing.PingState
 
- 
onDataFrameSeenpublic void onDataFrameSeen()- Specified by:
- onDataFrameSeenin interface- ConfigurablePing.PingState
 
- 
onPingAckpublic void onPingAck()- Specified by:
- onPingAckin interface- ConfigurablePing.PingState
 
- 
onTickpublic void onTick()- Specified by:
- onTickin interface- ConfigurablePing.PingState
 
- 
clearpublic void clear()- Specified by:
- clearin interface- ConfigurablePing.PingState
 
- 
shouldEmitPingpublic boolean shouldEmitPing()- Specified by:
- shouldEmitPingin interface- ConfigurablePing.PingState
 
- 
sendingPingpublic void sendingPing()- Specified by:
- sendingPingin interface- ConfigurablePing.PingState
 
- 
pingAckOverduepublic boolean pingAckOverdue()- Specified by:
- pingAckOverduein interface- ConfigurablePing.PingState
 
 
-