Package org.omegazero.http.common
package org.omegazero.http.common
Provides an abstraction layer for HTTP message data of any HTTP version.
-
ClassDescriptionAn exception thrown when any kind of HTTP protocol error is encountered.Represents a collection of HTTP header key-value pairs.Represents a generic HTTP request or response message, agnostic of the HTTP version used.An object of this class contains a single
HTTPMessage
and its body data (or a part of it).Represents HTTP trailers (headers sent after a request or response body).Represents a HTTP request, a specific type ofHTTPMessage
.Special form of aHTTPMessageData
object forHTTPRequest
s.Represents a HTTP response, a specific type ofHTTPMessage
.Special form of aHTTPMessageData
object forHTTPResponse
s.An exception thrown when a malformed or otherwise invalidHTTPMessage
is encountered.An exception thrown when aHTTPMessageStream
is closed unexpectedly.