Package org.apache.hadoop.hbase.http


@Unstable package org.apache.hadoop.hbase.http

Copied from hadoop source code.
See https://issues.apache.org/jira/browse/HADOOP-10232 to know why.

  • Class
    Description
    org.apache.hadoop.hbase.http.AdminAuthorizedFilter
     
    org.apache.hadoop.hbase.http.AdminAuthorizedServlet
    General servlet which is admin-authorized.
    org.apache.hadoop.hbase.http.ClickjackingPreventionFilter
     
    org.apache.hadoop.hbase.http.FilterContainer
    A container interface to add javax.servlet.Filter.
    org.apache.hadoop.hbase.http.FilterInitializer
    Initialize a javax.servlet.Filter.
    org.apache.hadoop.hbase.http.HtmlQuoting
    This class is responsible for quoting HTML characters.
    org.apache.hadoop.hbase.http.HttpConfig
    Statics to get access to Http related configuration.
    org.apache.hadoop.hbase.http.HttpConfig.Policy
     
    org.apache.hadoop.hbase.http.HttpRequestLog
    RequestLog object for use with Http
    org.apache.hadoop.hbase.http.HttpServer
    Create a Jetty embedded server to answer http requests.
    org.apache.hadoop.hbase.http.HttpServer.Builder
    Class to construct instances of HTTP server with specific options.
    org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter
    A Servlet input filter that quotes all HTML active characters in the parameter names and values.
    org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter.RequestQuoter
     
    org.apache.hadoop.hbase.http.HttpServer.StackServlet
    A very simple servlet to serve up a text representation of the current stack traces.
    org.apache.hadoop.hbase.http.HttpServerUtil
    HttpServer utility.
    org.apache.hadoop.hbase.http.InfoServer
    Create a Jetty embedded server to answer http requests.
    org.apache.hadoop.hbase.http.NoCacheFilter
     
    org.apache.hadoop.hbase.http.ProfileOutputServlet
    Servlet to serve files generated by ProfileServlet
    org.apache.hadoop.hbase.http.ProfileServlet
    Servlet that runs async-profiler as web-endpoint.
    org.apache.hadoop.hbase.http.ProfileServlet.DisabledServlet
     
    org.apache.hadoop.hbase.http.ProxyUserAuthenticationFilter
    This file has been copied directly (changing only the package name and and the ASF license text format, and adding the Yetus annotations) from Hadoop, as the Hadoop version that HBase depends on doesn't have it yet (as of 2020 Apr 24, there is no Hadoop release that has it either).
    org.apache.hadoop.hbase.http.SecurityHeadersFilter
     
    org.apache.hadoop.hbase.http.ServerConfigurationKeys
    This interface contains constants for configuration keys used in the hbase http server code.