JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Index
Search
Help
AWS SDK for Java API Reference - 2.32.9
software.amazon.awssdk.http.nio.netty.internal.http2
PingTracker
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
start()
cancel()
Class PingTracker
java.lang.Object
software.amazon.awssdk.http.nio.netty.internal.http2.PingTracker
public final class
PingTracker
extends
Object
Tracking the status after sending out the PING frame
Method Summary
All Methods
Instance Methods
Concrete Methods
Modifier and Type
Method
Description
void
cancel
()
void
start
()
Methods inherited from class java.lang.
Object
equals
,
getClass
,
hashCode
,
notify
,
notifyAll
,
toString
,
wait
,
wait
,
wait
Method Details
start
public
void
start
()
cancel
public
void
cancel
()