Package org.eclipse.jetty.http2
package org.eclipse.jetty.http2
-
ClassDescriptionA flow control strategy that accumulates updates and emits window control frames when the accumulated value reaches a threshold.The set of close states for a stream or a session.Standard HTTP/2 error codes.A HTTP/2 specific handler of events for normal and tunnelled exchanges.A client specific handler for events that happen after a
HEADERS
response frame is received.A server specific handler for events that happen after aHEADERS
request frame is received.Comparator that orders non blacklisted ciphers before blacklisted ones.Listener for processable HTTP/2 frames that have been received.Listener for open/closeSession
events.An ordered list of frames belonging to the same stream.Controls rate of events viaRateControl.onEvent(Object)
.Factory to create RateControl instances.A container of HTTP/2Session
instances.An implementation ofRateControl
that limits the number of events within a time period.