Package org.omegazero.http.h2.streams
package org.omegazero.http.h2.streams
Provides HTTP/2 stream implementations.
-
ClassesClassDescriptionRepresents the connection
HTTP2Stream
where frames are exchanged that affect the entire HTTP/2 connection (stream with ID equal to 0).Represents a HTTP/2 stream where frames can be sent or received.Represents anyHTTP2Stream
where HTTP messages are exchanged (streams with IDs higher than 0).