| Interface | Description |
|---|---|
| FilterContainer |
A container interface to add javax.servlet.Filter.
|
| ServerConfigurationKeys |
This interface contains constants for configuration keys used
in the hbase http server code.
|
| Class | Description |
|---|---|
| AdminAuthorizedServlet |
General servlet which is admin-authorized.
|
| ClickjackingPreventionFilter | |
| FilterInitializer |
Initialize a javax.servlet.Filter.
|
| HtmlQuoting |
This class is responsible for quoting HTML characters.
|
| HttpConfig |
Statics to get access to Http related configuration.
|
| HttpRequestLog |
RequestLog object for use with Http
|
| HttpRequestLogAppender |
Log4j Appender adapter for HttpRequestLog
|
| HttpServer |
Create a Jetty embedded server to answer http requests.
|
| HttpServer.Builder |
Class to construct instances of HTTP server with specific options.
|
| HttpServer.QuotingInputFilter |
A Servlet input filter that quotes all HTML active characters in the
parameter names and values.
|
| HttpServer.QuotingInputFilter.RequestQuoter | |
| HttpServer.StackServlet |
A very simple servlet to serve up a text representation of the current
stack traces.
|
| HttpServerFunctionalTest |
This is a base class for functional tests of the
HttpServer. |
| InfoServer |
Create a Jetty embedded server to answer http requests.
|
| NoCacheFilter | |
| SslSocketConnectorSecure |
This subclass of the Jetty SslSocketConnector exists solely to control
the TLS protocol versions allowed.
|
| TestGlobalFilter | |
| TestGlobalFilter.RecordingFilter |
A very simple filter that records accessed uri's
|
| TestGlobalFilter.RecordingFilter.Initializer |
Configuration for RecordingFilter
|
| TestHtmlQuoting | |
| TestHttpRequestLog | |
| TestHttpRequestLogAppender | |
| TestHttpServer | |
| TestHttpServer.DummyFilterInitializer |
FilterInitializer that initialized the DummyFilter.
|
| TestHttpServer.DummyServletFilter |
Dummy filter that mimics as an authentication filter.
|
| TestHttpServer.EchoMapServlet | |
| TestHttpServer.EchoServlet | |
| TestHttpServer.HtmlContentServlet | |
| TestHttpServer.LongHeaderServlet | |
| TestHttpServer.MyGroupsProvider |
Custom user->group mapping service.
|
| TestHttpServerLifecycle | |
| TestHttpServerWebapps |
Test webapp loading
|
| TestPathFilter | |
| TestPathFilter.RecordingFilter |
A very simple filter that records accessed uri's
|
| TestPathFilter.RecordingFilter.Initializer |
Configuration for RecordingFilter
|
| TestServletFilter | |
| TestServletFilter.ErrorFilter | |
| TestServletFilter.ErrorFilter.Initializer |
Configuration for the filter
|
| TestServletFilter.SimpleFilter |
A very simple filter which record the uri filtered.
|
| TestServletFilter.SimpleFilter.Initializer |
Configuration for the filter
|
| TestSpnegoHttpServer |
Test class for SPNEGO authentication on the HttpServer.
|
| TestSSLHttpServer |
This testcase issues SSL certificates configures the HttpServer to serve
HTTPS using the created certficates and calls an echo servlet using the
corresponding HTTPS URL.
|
| Enum | Description |
|---|---|
| HttpConfig.Policy |
Copied from hadoop source code.
See https://issues.apache.org/jira/browse/HADOOP-10232 to know why.