Class HttpConfiguration

java.lang.Object
org.eclipse.jetty.server.HttpConfiguration
All Implemented Interfaces:
org.eclipse.jetty.util.component.Dumpable

@ManagedObject("HTTP Configuration") public class HttpConfiguration extends Object implements org.eclipse.jetty.util.component.Dumpable
HTTP Configuration.

This class is a holder of HTTP configuration. Typically an HTTPConfiguration instance is instantiated and passed to a HttpConfiguration.ConnectionFactory that can create HTTP channels (e.g. HTTP, AJP or FCGI).

The configuration held by this class is not for the wire protocol, but for the interpretation and handling of HTTP requests that could be transported by a variety of protocols.