Interface WriteFlusher.Listener

All Known Implementing Classes:
HTTP2Connection, HTTP2ServerConnection, HTTP2ServerConnection.ServerHttpChannelOverHTTP2, HttpChannelOverHTTP2, HttpConnection
Enclosing class:
WriteFlusher

public static interface WriteFlusher.Listener

A listener of WriteFlusher events. If implemented by a Connection class, the onFlushed(long) event will be delivered to it.