Package org.omegazero.proxy.http


package org.omegazero.proxy.http
Provides an abstraction layer and utility classes for HTTP.
  • Class
    Description
    A HTTPEngine with common method implementations.
     
    HTTP server implementation interface.

    An instance of a HTTPEngine is associated with one connection by a client.
     
    A HTTPRequest that stores the initial request line values and contains additional proxy-specific methods.
    A HTTPResponse that stores the initial response line values.