Package com.linkedin.alpini.netty4.pool
Interface Http2PingCallListener
-
- All Known Implementing Classes:
Http2PingHelper
public interface Http2PingCallListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
callClose(long pingId, long timeNanos)
void
callCloseWithError(long pingId, long timeNanos)
void
callStart(long pingId, long timeNanos)
boolean
isCallComplete(long pingId)
-