Skip navigation links
A B C D F G H I J K L M N O Q R S T U V W 

A

addDefaultApps(ContextHandlerCollection, String, Configuration) - Method in class org.apache.hadoop.hbase.http.HttpServer
Add default apps.
addDefaultServlets() - Method in class org.apache.hadoop.hbase.http.HttpServer
Add default servlets.
addEndpoint(URI) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
Add an endpoint that the HTTP server should listen to.
addFilter(String, String, Map<String, String>) - Method in interface org.apache.hadoop.hbase.http.FilterContainer
Add a filter to the container.
addFilter(String, String, Map<String, String>) - Method in class org.apache.hadoop.hbase.http.HttpServer
 
addFilterPathMapping(String, WebAppContext) - Method in class org.apache.hadoop.hbase.http.HttpServer
Add the path spec to the filter path mapping.
addGlobalFilter(String, String, Map<String, String>) - Method in interface org.apache.hadoop.hbase.http.FilterContainer
Add a global filter to the container - This global filter will be applied to all available web contexts.
addGlobalFilter(String, String, Map<String, String>) - Method in class org.apache.hadoop.hbase.http.HttpServer
 
addInternalServlet(String, String, Class<? extends HttpServlet>) - Method in class org.apache.hadoop.hbase.http.HttpServer
Add an internal servlet in the server.
addInternalServlet(String, String, Class<? extends HttpServlet>, boolean) - Method in class org.apache.hadoop.hbase.http.HttpServer
Add an internal servlet in the server, specifying whether or not to protect with Kerberos authentication.
addJerseyResourcePackage(String, String) - Method in class org.apache.hadoop.hbase.http.HttpServer
Add a Jersey resource package.
addServlet(String, String, Class<? extends HttpServlet>) - Method in class org.apache.hadoop.hbase.http.HttpServer
Add a servlet in the server.
addServlet(String, String, Class<? extends HttpServlet>) - Method in class org.apache.hadoop.hbase.http.InfoServer
 
AdminAuthorizedServlet - Class in org.apache.hadoop.hbase.http
General servlet which is admin-authorized.
AdminAuthorizedServlet() - Constructor for class org.apache.hadoop.hbase.http.AdminAuthorizedServlet
 
ADMINS_ACL - Static variable in class org.apache.hadoop.hbase.http.HttpServer
 
APP_DIR - Static variable in class org.apache.hadoop.hbase.http.HttpServer
 
appDir - Variable in class org.apache.hadoop.hbase.http.HttpServer
 
append(LoggingEvent) - Method in class org.apache.hadoop.hbase.http.HttpRequestLogAppender
 

B

BadFormatException(String) - Constructor for exception org.apache.hadoop.hbase.http.conf.ConfServlet.BadFormatException
 
BIND_ADDRESS - Static variable in class org.apache.hadoop.hbase.http.HttpServer
 
build() - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 
Builder() - Constructor for class org.apache.hadoop.hbase.http.HttpServer.Builder
 

C

ClickjackingPreventionFilter - Class in org.apache.hadoop.hbase.http
 
ClickjackingPreventionFilter() - Constructor for class org.apache.hadoop.hbase.http.ClickjackingPreventionFilter
 
close() - Method in class org.apache.hadoop.hbase.http.HttpRequestLogAppender
 
CONF_CONTEXT_ATTRIBUTE - Static variable in class org.apache.hadoop.hbase.http.HttpServer
 
ConfServlet - Class in org.apache.hadoop.hbase.http.conf
A servlet to print out the running configuration data.
ConfServlet() - Constructor for class org.apache.hadoop.hbase.http.conf.ConfServlet
 
ConfServlet.BadFormatException - Exception in org.apache.hadoop.hbase.http.conf
 
constrainHttpMethods(ServletContextHandler, boolean) - Static method in class org.apache.hadoop.hbase.http.HttpServerUtil
Add constraints to a Jetty Context to disallow undesirable Http methods.

D

DEFAULT_HBASE_HTTP_STATIC_USER - Static variable in interface org.apache.hadoop.hbase.http.ServerConfigurationKeys
 
DEFAULT_HBASE_JETTY_LOGS_SERVE_ALIASES - Static variable in interface org.apache.hadoop.hbase.http.ServerConfigurationKeys
 
defaultContexts - Variable in class org.apache.hadoop.hbase.http.HttpServer
 
defineFilter(ServletContextHandler, String, String, Map<String, String>, String[]) - Static method in class org.apache.hadoop.hbase.http.HttpServer
Define a filter for a context and set up default url mappings.
destroy() - Method in class org.apache.hadoop.hbase.http.ClickjackingPreventionFilter
 
destroy() - Method in class org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter
 
destroy() - Method in class org.apache.hadoop.hbase.http.lib.StaticUserWebFilter.StaticUserFilter
 
destroy() - Method in class org.apache.hadoop.hbase.http.NoCacheFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.hadoop.hbase.http.ClickjackingPreventionFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.hadoop.hbase.http.lib.StaticUserWebFilter.StaticUserFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.hadoop.hbase.http.NoCacheFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.http.AdminAuthorizedServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.http.conf.ConfServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.http.HttpServer.StackServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.http.jmx.JMXJsonServlet
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.http.log.LogLevel.Servlet
 

F

FilterContainer - Interface in org.apache.hadoop.hbase.http
A container interface to add javax.servlet.Filter.
FilterInitializer - Class in org.apache.hadoop.hbase.http
Initialize a javax.servlet.Filter.
FilterInitializer() - Constructor for class org.apache.hadoop.hbase.http.FilterInitializer
 
filterNames - Variable in class org.apache.hadoop.hbase.http.HttpServer
 
findPort - Variable in class org.apache.hadoop.hbase.http.HttpServer
 
fromString(String) - Method in enum org.apache.hadoop.hbase.http.HttpConfig.Policy
 

G

getAttribute(String) - Method in class org.apache.hadoop.hbase.http.HttpServer
Get the value in the webapp context.
getConnectorAddress(int) - Method in class org.apache.hadoop.hbase.http.HttpServer
Get the address that corresponds to a particular connector.
getFilename() - Method in class org.apache.hadoop.hbase.http.HttpRequestLogAppender
 
getParameter(String) - Method in class org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter.RequestQuoter
Unquote the name and quote the value.
getParameterMap() - Method in class org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter.RequestQuoter
 
getParameterNames() - Method in class org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter.RequestQuoter
Return the set of parameter names, quoting each name.
getParameterValues(String) - Method in class org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter.RequestQuoter
 
getPort() - Method in class org.apache.hadoop.hbase.http.HttpServer
Deprecated.
getPort() - Method in class org.apache.hadoop.hbase.http.InfoServer
Deprecated.
getRequestLog(String) - Static method in class org.apache.hadoop.hbase.http.HttpRequestLog
 
getRequestURL() - Method in class org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter.RequestQuoter
Quote the url so that users specifying the HOST HTTP header can't inject attacks.
getRetainDays() - Method in class org.apache.hadoop.hbase.http.HttpRequestLogAppender
 
getScheme(HttpConfig.Policy) - Method in class org.apache.hadoop.hbase.http.HttpConfig
 
getSchemePrefix() - Method in class org.apache.hadoop.hbase.http.HttpConfig
 
getServerConnectors() - Method in class org.apache.hadoop.hbase.http.HttpServer
 
getServerName() - Method in class org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter.RequestQuoter
Quote the server name so that users specifying the HOST HTTP header can't inject attacks.
getWebAppContext() - Method in class org.apache.hadoop.hbase.http.HttpServer
 
getWebAppsPath(String) - Method in class org.apache.hadoop.hbase.http.HttpServer
 
getWebAppsPath(String, String) - Method in class org.apache.hadoop.hbase.http.HttpServer
Get the pathname to the webapps files.

H

hasAdministratorAccess(ServletContext, HttpServletRequest, HttpServletResponse) - Static method in class org.apache.hadoop.hbase.http.HttpServer
Does the user sending the HttpServletRequest has the administrator ACLs? If it isn't the case, response will be modified to send an error to the user.
HBASE_HTTP_STATIC_USER - Static variable in interface org.apache.hadoop.hbase.http.ServerConfigurationKeys
 
HBASE_JETTY_LOGS_SERVE_ALIASES - Static variable in interface org.apache.hadoop.hbase.http.ServerConfigurationKeys
Enable/Disable aliases serving from jetty
HBASE_SSL_ENABLED_DEFAULT - Static variable in interface org.apache.hadoop.hbase.http.ServerConfigurationKeys
 
HBASE_SSL_ENABLED_KEY - Static variable in interface org.apache.hadoop.hbase.http.ServerConfigurationKeys
Enable/Disable ssl for http server
hostName(String) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
Set the hostname of the http server.
HtmlQuoting - Class in org.apache.hadoop.hbase.http
This class is responsible for quoting HTML characters.
HTTP_AUTHENTICATION_SIGNATURE_SECRET_FILE_KEY - Static variable in class org.apache.hadoop.hbase.http.HttpServer
 
HTTP_SPNEGO_AUTHENTICATION_KEYTAB_KEY - Static variable in class org.apache.hadoop.hbase.http.HttpServer
 
HTTP_SPNEGO_AUTHENTICATION_KRB_NAME_KEY - Static variable in class org.apache.hadoop.hbase.http.HttpServer
 
HTTP_SPNEGO_AUTHENTICATION_PRINCIPAL_KEY - Static variable in class org.apache.hadoop.hbase.http.HttpServer
 
HTTP_UI_AUTHENTICATION - Static variable in class org.apache.hadoop.hbase.http.HttpServer
 
HttpConfig - Class in org.apache.hadoop.hbase.http
Statics to get access to Http related configuration.
HttpConfig(Configuration) - Constructor for class org.apache.hadoop.hbase.http.HttpConfig
 
HttpConfig.Policy - Enum in org.apache.hadoop.hbase.http
 
HttpRequestLog - Class in org.apache.hadoop.hbase.http
RequestLog object for use with Http
HttpRequestLogAppender - Class in org.apache.hadoop.hbase.http
Log4j Appender adapter for HttpRequestLog
HttpRequestLogAppender() - Constructor for class org.apache.hadoop.hbase.http.HttpRequestLogAppender
 
HttpServer - Class in org.apache.hadoop.hbase.http
Create a Jetty embedded server to answer http requests.
HttpServer(String, String, int, boolean) - Constructor for class org.apache.hadoop.hbase.http.HttpServer
Deprecated.
HttpServer(String, String, int, boolean, Configuration, String[]) - Constructor for class org.apache.hadoop.hbase.http.HttpServer
Deprecated.
HttpServer(String, String, int, boolean, Configuration) - Constructor for class org.apache.hadoop.hbase.http.HttpServer
Deprecated.
HttpServer(String, String, int, boolean, Configuration, AccessControlList) - Constructor for class org.apache.hadoop.hbase.http.HttpServer
Deprecated.
HttpServer(String, String, int, boolean, Configuration, AccessControlList, String[]) - Constructor for class org.apache.hadoop.hbase.http.HttpServer
Deprecated.
HttpServer.Builder - Class in org.apache.hadoop.hbase.http
Class to construct instances of HTTP server with specific options.
HttpServer.QuotingInputFilter - Class in org.apache.hadoop.hbase.http
A Servlet input filter that quotes all HTML active characters in the parameter names and values.
HttpServer.QuotingInputFilter.RequestQuoter - Class in org.apache.hadoop.hbase.http
 
HttpServer.StackServlet - Class in org.apache.hadoop.hbase.http
A very simple servlet to serve up a text representation of the current stack traces.
HttpServerUtil - Class in org.apache.hadoop.hbase.http
HttpServer utility.

I

InfoServer - Class in org.apache.hadoop.hbase.http
Create a Jetty embedded server to answer http requests.
InfoServer(String, String, int, boolean, Configuration) - Constructor for class org.apache.hadoop.hbase.http.InfoServer
Create a status server on the given port.
init(FilterConfig) - Method in class org.apache.hadoop.hbase.http.ClickjackingPreventionFilter
 
init(FilterConfig) - Method in class org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter
 
init() - Method in class org.apache.hadoop.hbase.http.jmx.JMXJsonServlet
Initialize this servlet.
init(FilterConfig) - Method in class org.apache.hadoop.hbase.http.lib.StaticUserWebFilter.StaticUserFilter
 
init(FilterConfig) - Method in class org.apache.hadoop.hbase.http.NoCacheFilter
 
initFilter(FilterContainer, Configuration) - Method in class org.apache.hadoop.hbase.http.FilterInitializer
Initialize a Filter to a FilterContainer.
initFilter(FilterContainer, Configuration) - Method in class org.apache.hadoop.hbase.http.lib.StaticUserWebFilter
 
isAlive() - Method in class org.apache.hadoop.hbase.http.HttpServer
Test for the availability of the web server
isHttpEnabled() - Method in enum org.apache.hadoop.hbase.http.HttpConfig.Policy
 
isHttpsEnabled() - Method in enum org.apache.hadoop.hbase.http.HttpConfig.Policy
 
isInstrumentationAccessAllowed(ServletContext, HttpServletRequest, HttpServletResponse) - Static method in class org.apache.hadoop.hbase.http.HttpServer
Checks the user has privileges to access to instrumentation servlets.
isSecure() - Method in class org.apache.hadoop.hbase.http.HttpConfig
 

J

JMXJsonServlet - Class in org.apache.hadoop.hbase.http.jmx
Provides Read only web access to JMX.
JMXJsonServlet() - Constructor for class org.apache.hadoop.hbase.http.jmx.JMXJsonServlet
 
join() - Method in class org.apache.hadoop.hbase.http.HttpServer
 
jsonBeanWriter - Variable in class org.apache.hadoop.hbase.http.jmx.JMXJsonServlet
 

K

keyPassword(String) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 
keyStore(String, String, String) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 

L

logDir - Variable in class org.apache.hadoop.hbase.http.HttpServer
 
LogLevel - Class in org.apache.hadoop.hbase.http.log
Change log level in runtime.
LogLevel.Servlet - Class in org.apache.hadoop.hbase.http.log
A servlet implementation

M

main(String[]) - Static method in class org.apache.hadoop.hbase.http.HtmlQuoting
 
main(String[]) - Static method in class org.apache.hadoop.hbase.http.log.LogLevel
A command line implementation
mBeanServer - Variable in class org.apache.hadoop.hbase.http.jmx.JMXJsonServlet
MBean server.

N

needsClientAuth(boolean) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
Specify whether the server should authorize the client in SSL connections.
needsQuoting(byte[], int, int) - Static method in class org.apache.hadoop.hbase.http.HtmlQuoting
Does the given string need to be quoted?
needsQuoting(String) - Static method in class org.apache.hadoop.hbase.http.HtmlQuoting
Does the given string need to be quoted?
NO_CACHE_FILTER - Static variable in class org.apache.hadoop.hbase.http.HttpServer
 
NoCacheFilter - Class in org.apache.hadoop.hbase.http
 
NoCacheFilter() - Constructor for class org.apache.hadoop.hbase.http.NoCacheFilter
 

O

org.apache.hadoop.hbase.http - package org.apache.hadoop.hbase.http
Copied from hadoop source code.
See https://issues.apache.org/jira/browse/HADOOP-10232 to know why.
org.apache.hadoop.hbase.http.conf - package org.apache.hadoop.hbase.http.conf
 
org.apache.hadoop.hbase.http.jmx - package org.apache.hadoop.hbase.http.jmx
This package provides access to JMX primarily through the JMXJsonServlet class.
org.apache.hadoop.hbase.http.lib - package org.apache.hadoop.hbase.http.lib
This package provides user-selectable (via configuration) classes that add functionality to the web UI.
org.apache.hadoop.hbase.http.log - package org.apache.hadoop.hbase.http.log
 

Q

quoteHtmlChars(OutputStream, byte[], int, int) - Static method in class org.apache.hadoop.hbase.http.HtmlQuoting
Quote all of the active HTML characters in the given string as they are added to the buffer.
quoteHtmlChars(String) - Static method in class org.apache.hadoop.hbase.http.HtmlQuoting
Quote the given item to make it html-safe.
quoteOutputStream(OutputStream) - Static method in class org.apache.hadoop.hbase.http.HtmlQuoting
Return an output stream that quotes all of the output.
QuotingInputFilter() - Constructor for class org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter
 

R

RequestQuoter(HttpServletRequest) - Constructor for class org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter.RequestQuoter
 
requiresLayout() - Method in class org.apache.hadoop.hbase.http.HttpRequestLogAppender
 

S

ServerConfigurationKeys - Interface in org.apache.hadoop.hbase.http
This interface contains constants for configuration keys used in the hbase http server code.
Servlet() - Constructor for class org.apache.hadoop.hbase.http.log.LogLevel.Servlet
 
setACL(AccessControlList) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 
setAppDir(String) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 
setAttribute(String, Object) - Method in class org.apache.hadoop.hbase.http.HttpServer
Set a value in the webapp context.
setAttribute(String, Object) - Method in class org.apache.hadoop.hbase.http.InfoServer
 
setBindAddress(String) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
Deprecated.
setConf(Configuration) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 
setFilename(String) - Method in class org.apache.hadoop.hbase.http.HttpRequestLogAppender
 
setFindPort(boolean) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 
setKerberosNameRulesKey(String) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 
setKeytabConfKey(String) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 
setLogDir(String) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 
setName(String) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
Deprecated.
setPathSpec(String[]) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 
setPolicy(HttpConfig.Policy) - Method in class org.apache.hadoop.hbase.http.HttpConfig
 
setPort(int) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
Deprecated.
setRetainDays(int) - Method in class org.apache.hadoop.hbase.http.HttpRequestLogAppender
 
setSecurityEnabled(boolean) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 
setSignatureSecretFileKey(String) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 
setThreads(int, int) - Method in class org.apache.hadoop.hbase.http.HttpServer
Set the min, max number of worker threads (simultaneous connections).
setUsernameConfKey(String) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 
SPNEGO_FILTER - Static variable in class org.apache.hadoop.hbase.http.HttpServer
 
StackServlet() - Constructor for class org.apache.hadoop.hbase.http.HttpServer.StackServlet
 
start() - Method in class org.apache.hadoop.hbase.http.HttpServer
Start the server.
start() - Method in class org.apache.hadoop.hbase.http.InfoServer
 
StaticUserFilter() - Constructor for class org.apache.hadoop.hbase.http.lib.StaticUserWebFilter.StaticUserFilter
 
StaticUserWebFilter - Class in org.apache.hadoop.hbase.http.lib
Provides a servlet filter that pretends to authenticate a fake user (Dr.Who) so that the web UI is usable for a secure cluster without authentication.
StaticUserWebFilter() - Constructor for class org.apache.hadoop.hbase.http.lib.StaticUserWebFilter
 
StaticUserWebFilter.StaticUserFilter - Class in org.apache.hadoop.hbase.http.lib
 
stop() - Method in class org.apache.hadoop.hbase.http.HttpServer
stop the server
stop() - Method in class org.apache.hadoop.hbase.http.InfoServer
 

T

toString() - Method in class org.apache.hadoop.hbase.http.HttpServer
Return the host and port of the HttpServer, if live
trustStore(String, String, String) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 

U

unquoteHtmlChars(String) - Static method in class org.apache.hadoop.hbase.http.HtmlQuoting
Remove HTML quoting from a string.
USAGES - Static variable in class org.apache.hadoop.hbase.http.log.LogLevel
 
userHasAdministratorAccess(ServletContext, String) - Static method in class org.apache.hadoop.hbase.http.HttpServer
Get the admin ACLs from the given ServletContext and check if the given user is in the ACL.

V

valueOf(String) - Static method in enum org.apache.hadoop.hbase.http.HttpConfig.Policy
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.hadoop.hbase.http.HttpConfig.Policy
Returns an array containing the constants of this enum type, in the order they are declared.

W

webAppContext - Variable in class org.apache.hadoop.hbase.http.HttpServer
 
webServer - Variable in class org.apache.hadoop.hbase.http.HttpServer
 
A B C D F G H I J K L M N O Q R S T U V W 
Skip navigation links

Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.