Package org.omegazero.proxy.http
package org.omegazero.proxy.http
Provides an abstraction layer and utility classes for HTTP.
-
ClassDescriptionA
HTTPEnginewith common method implementations.HTTP server implementation interface.
An instance of aHTTPEngineis associated with one connection by a client.AHTTPRequestthat stores the initial request line values and contains additional proxy-specific methods.AHTTPResponsethat stores the initial response line values.