<p>Empty implementation of {@link Listener}</p>
<p>Callback method invoked when a DATA frame has been received.</p>
<p>Callback method invoked when a HEADERS frame representing the HTTP response has been received.</p>
<p>Callback method invoked when the stream exceeds its idle timeout.</p>
<p>Callback method invoked when a PUSH_PROMISE frame has been received.</p>
<p>Callback method invoked when a RST_STREAM frame has been received for this stream.</p>
<p>A {@link Stream.Listener} is the passive counterpart of a {@link Stream} and receives events happening on a HTTP/2 stream.</p>
@see Stream