JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
E
F
G
H
I
J
L
N
O
R
S
T
V
W
A
addCookie(HttpCookie)
- Method in class org.eclipse.jetty.server.
Response
addCookie(Cookie)
- Method in class org.eclipse.jetty.server.
Response
addDateHeader(String, long)
- Method in class org.eclipse.jetty.server.
Response
addHeader(String, String)
- Method in class org.eclipse.jetty.server.
Response
addIntHeader(String, int)
- Method in class org.eclipse.jetty.server.
Response
ai.h2o.org.eclipse.jetty.jaas.api
- package ai.h2o.org.eclipse.jetty.jaas.api
ai.h2o.org.eclipse.jetty.plus.jaas.spi
- package ai.h2o.org.eclipse.jetty.plus.jaas.spi
ai.h2o.org.eclipse.jetty.security.authentication
- package ai.h2o.org.eclipse.jetty.security.authentication
C
complete()
- Method in class org.eclipse.jetty.server.
Response
containsHeader(String)
- Method in class org.eclipse.jetty.server.
Response
createProxyServer(H2OHttpView, Credentials, String)
- Method in class water.webserver.jetty8.
Jetty8Facade
createWebServer(H2OHttpView)
- Method in class water.webserver.jetty8.
Jetty8Facade
customizeExchange(HttpExchange, HttpServletRequest)
- Method in class water.webserver.jetty8.
TransparentProxyServlet
D
doWebSocketConnect(HttpServletRequest, String)
- Method in class water.webserver.jetty8.
Jetty8WebsocketServlet
E
encodeRedirectURL(String)
- Method in class org.eclipse.jetty.server.
Response
encodeRedirectUrl(String)
- Method in class org.eclipse.jetty.server.
Response
Deprecated.
encodeURL(String)
- Method in class org.eclipse.jetty.server.
Response
encodeUrl(String)
- Method in class org.eclipse.jetty.server.
Response
Deprecated.
F
flushBuffer()
- Method in class org.eclipse.jetty.server.
Response
fwdReset()
- Method in class org.eclipse.jetty.server.
Response
G
getAuthMethod()
- Method in class ai.h2o.org.eclipse.jetty.security.authentication.
SpnegoAuthenticator
getBufferSize()
- Method in class org.eclipse.jetty.server.
Response
getCharacterEncoding()
- Method in class org.eclipse.jetty.server.
Response
getContentCount()
- Method in class org.eclipse.jetty.server.
Response
getContentType()
- Method in class org.eclipse.jetty.server.
Response
getHeader(String)
- Method in class org.eclipse.jetty.server.
Response
getHeaderNames()
- Method in class org.eclipse.jetty.server.
Response
getHeaders(String)
- Method in class org.eclipse.jetty.server.
Response
getHttpFields()
- Method in class org.eclipse.jetty.server.
Response
getLocale()
- Method in class org.eclipse.jetty.server.
Response
getOutputStream()
- Method in class org.eclipse.jetty.server.
Response
getReason()
- Method in class org.eclipse.jetty.server.
Response
getResponse(HttpServletResponse)
- Static method in class org.eclipse.jetty.server.
Response
getStatus()
- Method in class org.eclipse.jetty.server.
Response
getWriter()
- Method in class org.eclipse.jetty.server.
Response
H
HTTP_ONLY_COMMENT
- Static variable in class org.eclipse.jetty.server.
Response
If this string is found within the comment of a cookie added with
Response.addCookie(Cookie)
, then the cookie will be set as HTTP ONLY.
I
init(ServletConfig)
- Method in class water.webserver.jetty8.
TransparentProxyServlet
isCommitted()
- Method in class org.eclipse.jetty.server.
Response
isOutputing()
- Method in class org.eclipse.jetty.server.
Response
isWriting()
- Method in class org.eclipse.jetty.server.
Response
J
Jetty8Facade
- Class in
water.webserver.jetty8
Jetty8Facade()
- Constructor for class water.webserver.jetty8.
Jetty8Facade
Jetty8WebsocketServlet
- Class in
water.webserver.jetty8
Jetty8WebsocketServlet(H2OWebsocketServlet)
- Constructor for class water.webserver.jetty8.
Jetty8WebsocketServlet
L
LdapLoginModule
- Class in
ai.h2o.org.eclipse.jetty.jaas.api
LdapLoginModule is relocated in Sparkling Water to the package ai.h2o.org.eclipse.jetty.jaas.spi of Jetty 9.
LdapLoginModule()
- Constructor for class ai.h2o.org.eclipse.jetty.jaas.api.
LdapLoginModule
LdapLoginModule
- Class in
ai.h2o.org.eclipse.jetty.plus.jaas.spi
LdapLoginModule is relocated in Sparkling Water to the package ai.h2o.org.eclipse.jetty.jaas.spi of Jetty 9.
LdapLoginModule()
- Constructor for class ai.h2o.org.eclipse.jetty.plus.jaas.spi.
LdapLoginModule
N
NONE
- Static variable in class org.eclipse.jetty.server.
Response
O
org.eclipse.jetty.server
- package org.eclipse.jetty.server
R
recycle()
- Method in class org.eclipse.jetty.server.
Response
RELATIVE_REDIRECT_ALLOWED
- Static variable in class org.eclipse.jetty.server.
Response
reset()
- Method in class org.eclipse.jetty.server.
Response
reset(boolean)
- Method in class org.eclipse.jetty.server.
Response
resetBuffer()
- Method in class org.eclipse.jetty.server.
Response
Response
- Class in
org.eclipse.jetty.server
Response.
Response(AbstractHttpConnection)
- Constructor for class org.eclipse.jetty.server.
Response
S
secureResponse(ServletRequest, ServletResponse, boolean, Authentication.User)
- Method in class ai.h2o.org.eclipse.jetty.security.authentication.
SpnegoAuthenticator
sendError(int, String)
- Method in class org.eclipse.jetty.server.
Response
sendError(int)
- Method in class org.eclipse.jetty.server.
Response
sendProcessing()
- Method in class org.eclipse.jetty.server.
Response
sendRedirect(String)
- Method in class org.eclipse.jetty.server.
Response
SET_INCLUDE_HEADER_PREFIX
- Static variable in class org.eclipse.jetty.server.
Response
If a header name starts with this string, the header (stripped of the prefix) can be set during include using only
Response.setHeader(String, String)
or
Response.addHeader(String, String)
.
setBufferSize(int)
- Method in class org.eclipse.jetty.server.
Response
setCharacterEncoding(String)
- Method in class org.eclipse.jetty.server.
Response
setContentLength(int)
- Method in class org.eclipse.jetty.server.
Response
setContentType(String)
- Method in class org.eclipse.jetty.server.
Response
setDateHeader(String, long)
- Method in class org.eclipse.jetty.server.
Response
setHeader(String, String)
- Method in class org.eclipse.jetty.server.
Response
setIntHeader(String, int)
- Method in class org.eclipse.jetty.server.
Response
setLocale(Locale)
- Method in class org.eclipse.jetty.server.
Response
setLongContentLength(long)
- Method in class org.eclipse.jetty.server.
Response
setStatus(int)
- Method in class org.eclipse.jetty.server.
Response
setStatus(int, String)
- Method in class org.eclipse.jetty.server.
Response
SpnegoAuthenticator
- Class in
ai.h2o.org.eclipse.jetty.security.authentication
SpnegoAuthenticator()
- Constructor for class ai.h2o.org.eclipse.jetty.security.authentication.
SpnegoAuthenticator
SpnegoAuthenticator(String)
- Constructor for class ai.h2o.org.eclipse.jetty.security.authentication.
SpnegoAuthenticator
Allow for a custom authMethod value to be set for instances where SPNEGO may not be appropriate
STREAM
- Static variable in class org.eclipse.jetty.server.
Response
T
toString()
- Method in class org.eclipse.jetty.server.
Response
TransparentProxyServlet
- Class in
water.webserver.jetty8
Transparent proxy that automatically adds authentication to each request
TransparentProxyServlet()
- Constructor for class water.webserver.jetty8.
TransparentProxyServlet
V
validateRequest(ServletRequest, ServletResponse, boolean)
- Method in class ai.h2o.org.eclipse.jetty.security.authentication.
SpnegoAuthenticator
W
water.webserver.jetty8
- package water.webserver.jetty8
WRITER
- Static variable in class org.eclipse.jetty.server.
Response
A
C
D
E
F
G
H
I
J
L
N
O
R
S
T
V
W
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes