Index

A B C D E F G H I L M N O P Q R S T U V W _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

abort(Throwable) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
If a write or similar operation to this channel fails, then this method should be called.
abortResponse(Throwable) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
AbstractHandler - Class in org.eclipse.jetty.ee9.nested
AbstractHandler.
AbstractHandler() - Constructor for class org.eclipse.jetty.ee9.nested.AbstractHandler
 
AbstractHandler.ErrorDispatchHandler - Class in org.eclipse.jetty.ee9.nested
Deprecated.
This class is no longer required as ERROR dispatch is only done if there is an error page target.
AbstractHandlerContainer - Class in org.eclipse.jetty.ee9.nested
Abstract Handler Container.
AbstractHandlerContainer() - Constructor for class org.eclipse.jetty.ee9.nested.AbstractHandlerContainer
 
AbstractHandlerMBean - Class in org.eclipse.jetty.ee9.nested.jmx
 
AbstractHandlerMBean(Object) - Constructor for class org.eclipse.jetty.ee9.nested.jmx.AbstractHandlerMBean
 
acquireWriteBlockingCallback() - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
 
add(InetAccessSet.PatternTuple) - Method in class org.eclipse.jetty.ee9.nested.InetAccessSet
 
addAliasCheck(AliasCheck) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Add an AliasCheck instance to possibly permit aliased resources
addCookie(Cookie) - Method in class org.eclipse.jetty.ee9.nested.Response
 
addCookie(Cookie) - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
 
addCookie(String, String, int, String, String, String) - Method in class org.eclipse.jetty.ee9.nested.Cookies
 
addCookie(HttpCookie) - Method in class org.eclipse.jetty.ee9.nested.Response
 
addCookieField(String) - Method in class org.eclipse.jetty.ee9.nested.Cookies
 
addDateHeader(String, long) - Method in class org.eclipse.jetty.ee9.nested.Response
 
addDateHeader(String, long) - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
 
addEventListener(EventListener) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Add a context event listeners.
addEventListener(EventListener) - Method in class org.eclipse.jetty.ee9.nested.Request
 
addEventListener(EventListener) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
Adds an event listener for session-related events.
addFailureListener(Consumer<Throwable>) - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
 
addFilter(String, Filter) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
addFilter(String, Class<? extends Filter>) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
addFilter(String, String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
addHandler(Handler) - Method in class org.eclipse.jetty.ee9.nested.HandlerCollection
Adds a handler.
addHeader(String, String) - Method in class org.eclipse.jetty.ee9.nested.PushBuilderImpl
 
addHeader(String, String) - Method in class org.eclipse.jetty.ee9.nested.Response
 
addHeader(String, String) - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
 
addHttpStreamWrapper(Function<HttpStream, HttpStream>) - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
 
addIdleTimeoutListener(Predicate<TimeoutException>) - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
 
addInterceptor(HttpInput.Interceptor) - Method in class org.eclipse.jetty.ee9.nested.HttpInput
Set the HttpInput.Interceptor, chaining it to the existing one if an HttpInput.Interceptor is already set.
addIntHeader(String, int) - Method in class org.eclipse.jetty.ee9.nested.Response
 
addIntHeader(String, int) - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
 
addJspFile(String, String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
addListener(AsyncListener) - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState
 
addListener(AsyncListener) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
addListener(AsyncListener, ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState
 
addListener(Class<? extends EventListener>) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
addListener(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
addListener(HttpChannel.Listener) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
Deprecated.
addListener(T) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
addLocaleEncoding(String, String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
addProgrammaticListener(EventListener) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Apply any necessary restrictions on a programmatic added listener.
addServlet(String, Servlet) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
addServlet(String, Class<? extends Servlet>) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
addServlet(String, String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
addThrowable(Throwable) - Method in class org.eclipse.jetty.ee9.nested.AsyncContextEvent
 
addVirtualHosts(String[]) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
AFTER_NAME - Enum constant in enum class org.eclipse.jetty.ee9.nested.MultiPartParser.FieldState
 
AHW_ATTR - Static variable in class org.eclipse.jetty.ee9.nested.AsyncDelayHandler
 
ANY_AUTH - Static variable in class org.eclipse.jetty.ee9.nested.ServletConstraint
 
ANY_ROLE - Static variable in class org.eclipse.jetty.ee9.nested.ServletConstraint
 
APIContext() - Constructor for class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
asChunk(Content.Chunk) - Static method in class org.eclipse.jetty.ee9.nested.HttpInput.Content
 
ASYNC_DISPATCH - Enum constant in enum class org.eclipse.jetty.ee9.nested.HttpChannelState.Action
 
ASYNC_ERROR - Enum constant in enum class org.eclipse.jetty.ee9.nested.HttpChannelState.Action
 
ASYNC_TIMEOUT - Enum constant in enum class org.eclipse.jetty.ee9.nested.HttpChannelState.Action
 
AsyncContextEvent - Class in org.eclipse.jetty.ee9.nested
 
AsyncContextEvent(ContextHandler.APIContext, AsyncContextState, HttpChannelState, Request, ServletRequest, ServletResponse) - Constructor for class org.eclipse.jetty.ee9.nested.AsyncContextEvent
 
AsyncContextEvent(ContextHandler.APIContext, AsyncContextState, HttpChannelState, Request, ServletRequest, ServletResponse, HttpURI) - Constructor for class org.eclipse.jetty.ee9.nested.AsyncContextEvent
 
AsyncContextState - Class in org.eclipse.jetty.ee9.nested
 
AsyncContextState(HttpChannelState) - Constructor for class org.eclipse.jetty.ee9.nested.AsyncContextState
 
AsyncContextState.WrappedAsyncListener - Class in org.eclipse.jetty.ee9.nested
 
AsyncDelayHandler - Class in org.eclipse.jetty.ee9.nested
A handler wrapper that provides the framework to asynchronously delay the handling of a request.
AsyncDelayHandler() - Constructor for class org.eclipse.jetty.ee9.nested.AsyncDelayHandler
 
asyncError(Throwable) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
attributeAdded(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.ee9.nested.ManagedAttributeListener
 
attributeRemoved(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.ee9.nested.ManagedAttributeListener
 
attributeReplaced(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.ee9.nested.ManagedAttributeListener
 
authenticate(HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.Request
 
authenticate(HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
authenticate(ServletRequest) - Method in interface org.eclipse.jetty.ee9.nested.Authentication.Deferred
Authenticate if possible without sending a challenge.
authenticate(ServletRequest, ServletResponse) - Method in interface org.eclipse.jetty.ee9.nested.Authentication.Deferred
Authenticate and possibly send a challenge.
Authentication - Interface in org.eclipse.jetty.ee9.nested
The Authentication state of a request.
Authentication.Challenge - Interface in org.eclipse.jetty.ee9.nested
An Authentication Challenge has been sent.
Authentication.Deferred - Interface in org.eclipse.jetty.ee9.nested
A deferred authentication with methods to progress the authentication process.
Authentication.Failed - Exception Class in org.eclipse.jetty.ee9.nested
 
Authentication.Failure - Interface in org.eclipse.jetty.ee9.nested
An Authentication Failure has been sent.
Authentication.LoginAuthentication - Interface in org.eclipse.jetty.ee9.nested
An authentication that is capable of performing a programmatic login operation.
Authentication.LogoutAuthentication - Interface in org.eclipse.jetty.ee9.nested
An authentication that is capable of performing a programmatic logout operation.
Authentication.NonAuthenticated - Interface in org.eclipse.jetty.ee9.nested
After a logout, the authentication reverts to a state where it is possible to programmatically log in again.
Authentication.ResponseSent - Interface in org.eclipse.jetty.ee9.nested
Authentication Response sent state.
Authentication.SendSuccess - Interface in org.eclipse.jetty.ee9.nested
 
Authentication.User - Interface in org.eclipse.jetty.ee9.nested
A successful Authentication with User information.
Authentication.Wrapped - Interface in org.eclipse.jetty.ee9.nested
A wrapped authentication with methods provide the wrapped request/response for use by the application
available() - Method in interface org.eclipse.jetty.ee9.nested.ContentProducer
Get the byte count that can immediately be read from this ContentProducer instance or the underlying Content.Source.
available() - Method in class org.eclipse.jetty.ee9.nested.HttpInput
 

B

badMessageError(int, String, HttpFields.Mutable) - Method in class org.eclipse.jetty.ee9.nested.ErrorHandler
Bad Message Error body
BODY_PART - Enum constant in enum class org.eclipse.jetty.ee9.nested.MultiPartParser.State
 
BufferedResponseHandler - Class in org.eclipse.jetty.ee9.nested
A Handler that can apply a HttpOutput.Interceptor mechanism to buffer the entire response content until the output is closed.
BufferedResponseHandler() - Constructor for class org.eclipse.jetty.ee9.nested.BufferedResponseHandler
 
BufferedResponseHandler.BufferedInterceptor - Interface in org.eclipse.jetty.ee9.nested
An HttpOutput.Interceptor which is created by BufferedResponseHandler.newBufferedInterceptor(HttpChannel, Interceptor) and is used by the implementation to buffer outgoing content.

C

callContextDestroyed(ServletContextListener, ServletContextEvent) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
callContextInitialized(ServletContextListener, ServletContextEvent) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
cancelTimeout() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
cancelTimeout(AsyncContextEvent) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
cancelTimeoutTask() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextEvent
 
changeSessionId() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextRequest
 
changeSessionId() - Method in class org.eclipse.jetty.ee9.nested.Request
 
changeSessionId() - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
checkAlias(String, Resource) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
checkError() - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
checkListener(Class<? extends EventListener>) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
checkMinDataRate() - Method in interface org.eclipse.jetty.ee9.nested.ContentProducer
Check if the current data rate consumption is above the minimal rate.
cleanUp() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
Only remove tmp files.
cleanUp() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
Only remove tmp files.
clear() - Method in class org.eclipse.jetty.ee9.nested.InetAccessHandler
Clears all the includes, excludes, included connector names and excluded connector names.
clearAliasChecks() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
clear the list of AliasChecks
clearAttributes() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
clearAttributes() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
 
clearAttributes() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest.ServletAttributes
 
clearError() - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
clone() - Method in class org.eclipse.jetty.ee9.nested.ServletConstraint
 
close() - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
 
close() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
 
close() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
 
close() - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
closeOutput() - Method in class org.eclipse.jetty.ee9.nested.Response
 
commit(MetaData.Response) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
commitResponse() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
commitSessions() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextRequest
Ensure that each session is committed - ie written out to storage if necessary - because the response is about to be returned to the client.
complete() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState
 
complete() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
complete(Callback) - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
 
COMPLETE - Enum constant in enum class org.eclipse.jetty.ee9.nested.HttpChannelState.Action
 
completed() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextEvent
 
completed(Throwable) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
completed(Throwable) - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
Called to indicate that the request cycle has been completed.
completeOutput() - Method in class org.eclipse.jetty.ee9.nested.Response
Deprecated.
completeOutput(Callback) - Method in class org.eclipse.jetty.ee9.nested.Response
 
completeResponse() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
completeSessions() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextRequest
Release each of the sessions as the request is now complete
completing() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
configureCookies() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
consumeAll() - Method in interface org.eclipse.jetty.ee9.nested.ContentProducer
Consumes all content currently available in this ContentProducer instance as well as in the underlying Content.Source.
consumeAll() - Method in class org.eclipse.jetty.ee9.nested.HttpInput
 
consumeAvailable() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
 
containsHeader(String) - Method in class org.eclipse.jetty.ee9.nested.Response
 
containsHeader(String) - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
 
content(ByteBuffer, boolean) - Method in interface org.eclipse.jetty.ee9.nested.MultiPartParser.Handler
 
Content(ByteBuffer) - Constructor for class org.eclipse.jetty.ee9.nested.HttpInput.Content
 
ContentProducer - Interface in org.eclipse.jetty.ee9.nested
ContentProducer is the bridge between HttpInput and Content.Source.
contextDestroyed() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Call the ServletContextListeners with contextDestroyed.
contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.ee9.nested.DebugListener
 
contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.ee9.nested.ManagedAttributeListener
 
ContextHandler - Class in org.eclipse.jetty.ee9.nested
ContextHandler.
ContextHandler() - Constructor for class org.eclipse.jetty.ee9.nested.ContextHandler
 
ContextHandler(String) - Constructor for class org.eclipse.jetty.ee9.nested.ContextHandler
 
ContextHandler(String, Handler) - Constructor for class org.eclipse.jetty.ee9.nested.ContextHandler
 
ContextHandler(ContextHandler.APIContext, Handler.Container, String) - Constructor for class org.eclipse.jetty.ee9.nested.ContextHandler
 
ContextHandler(Handler.Container) - Constructor for class org.eclipse.jetty.ee9.nested.ContextHandler
 
ContextHandler(Handler.Container, String) - Constructor for class org.eclipse.jetty.ee9.nested.ContextHandler
 
ContextHandler.APIContext - Class in org.eclipse.jetty.ee9.nested
Context.
ContextHandler.ContextScopeListener - Interface in org.eclipse.jetty.ee9.nested
Listener for all threads entering context scope, including async IO callbacks
ContextHandler.ContextStatus - Enum Class in org.eclipse.jetty.ee9.nested
 
ContextHandler.CoreContextHandler - Class in org.eclipse.jetty.ee9.nested
 
ContextHandler.CoreContextRequest - Class in org.eclipse.jetty.ee9.nested
 
ContextHandlerMBean - Class in org.eclipse.jetty.ee9.nested.jmx
 
ContextHandlerMBean(Object) - Constructor for class org.eclipse.jetty.ee9.nested.jmx.ContextHandlerMBean
 
contextInitialized() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Call the ServletContextListeners contextInitialized methods.
contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.ee9.nested.DebugListener
 
contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.ee9.nested.ManagedAttributeListener
 
CookieConfig() - Constructor for class org.eclipse.jetty.ee9.nested.SessionHandler.CookieConfig
 
Cookies - Class in org.eclipse.jetty.ee9.nested
Cookie parser
Cookies() - Constructor for class org.eclipse.jetty.ee9.nested.Cookies
 
Cookies(CookieCompliance, ComplianceViolation.Listener) - Constructor for class org.eclipse.jetty.ee9.nested.Cookies
 
CoreContextRequest(Request, ContextHandler.ScopedContext, HttpChannel) - Constructor for class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextRequest
 
createFile() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
 
createFile() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
 
createFilter(Class<T>) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
createInstance(Class<T>) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
createListener(Class<T>) - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState
 
createListener(Class<T>) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
createServlet(Class<T>) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
createTempDirectory() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextHandler
 

D

DC_CONFIDENTIAL - Static variable in class org.eclipse.jetty.ee9.nested.ServletConstraint
 
DC_INTEGRAL - Static variable in class org.eclipse.jetty.ee9.nested.ServletConstraint
 
DC_NONE - Static variable in class org.eclipse.jetty.ee9.nested.ServletConstraint
 
DebugHandler - Class in org.eclipse.jetty.ee9.nested
Debug Handler.
DebugHandler() - Constructor for class org.eclipse.jetty.ee9.nested.DebugHandler
 
DebugListener - Class in org.eclipse.jetty.ee9.nested
A Context Listener that produces additional debug.
DebugListener() - Constructor for class org.eclipse.jetty.ee9.nested.DebugListener
 
DebugListener(boolean, boolean, boolean) - Constructor for class org.eclipse.jetty.ee9.nested.DebugListener
 
DebugListener(OutputStream, boolean, boolean, boolean) - Constructor for class org.eclipse.jetty.ee9.nested.DebugListener
 
declareRoles(String...) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
DEFAULT_LISTENER_TYPE_INDEX - Static variable in class org.eclipse.jetty.ee9.nested.ContextHandler
 
DEFAULT_MAX_FORM_CONTENT_SIZE - Static variable in class org.eclipse.jetty.ee9.nested.ContextHandler
 
DEFAULT_MAX_FORM_KEYS - Static variable in class org.eclipse.jetty.ee9.nested.ContextHandler
 
DEFAULT_SESSION_TRACKING_MODES - Static variable in class org.eclipse.jetty.ee9.nested.SessionHandler
 
delayHandling(Request, AsyncContext) - Method in class org.eclipse.jetty.ee9.nested.AsyncDelayHandler
Called to indicate that a requests handling is being delayed/ The implementation should arrange for context.dispatch() to be called when the request should be handled.
delete() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
Remove the file, whether or not Part.write() was called on it (ie no longer temporary)
delete() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
Remove the file, whether or not Part.write() was called on it (ie no longer temporary)
deleteParts() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream
Delete any tmp storage for parts, and clear out the parts list.
deleteParts() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser
Deprecated.
Delete any tmp storage for parts, and clear out the parts list.
DELIMITER - Enum constant in enum class org.eclipse.jetty.ee9.nested.MultiPartParser.State
 
DELIMITER_CLOSE - Enum constant in enum class org.eclipse.jetty.ee9.nested.MultiPartParser.State
 
DELIMITER_PADDING - Enum constant in enum class org.eclipse.jetty.ee9.nested.MultiPartParser.State
 
demand(Runnable) - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
 
deRefRole(UserIdentityScope, String) - Static method in interface org.eclipse.jetty.ee9.nested.UserIdentityScope
 
destroy() - Method in class org.eclipse.jetty.ee9.nested.AbstractHandler
 
destroy() - Method in interface org.eclipse.jetty.ee9.nested.Handler
 
destroy() - Method in class org.eclipse.jetty.ee9.nested.HandlerCollection
 
destroy() - Method in class org.eclipse.jetty.ee9.nested.HandlerWrapper
 
destroy() - Method in class org.eclipse.jetty.ee9.nested.HotSwapHandler
 
DESTROYED - Enum constant in enum class org.eclipse.jetty.ee9.nested.ContextHandler.ContextStatus
 
dispatch() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState
 
dispatch(ServletContext, String) - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState
 
dispatch(ServletContext, String) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
dispatch(String) - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState
 
DISPATCH - Enum constant in enum class org.eclipse.jetty.ee9.nested.HttpChannelState.Action
 
Dispatcher - Class in org.eclipse.jetty.ee9.nested
 
Dispatcher(ContextHandler, String) - Constructor for class org.eclipse.jetty.ee9.nested.Dispatcher
 
Dispatcher(ContextHandler, HttpURI, String) - Constructor for class org.eclipse.jetty.ee9.nested.Dispatcher
 
doError(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.AbstractHandler
Deprecated.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.ScopedHandler
Do the handler work within the scope.
doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
doNonErrorHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.AbstractHandler.ErrorDispatchHandler
Deprecated.
doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.ScopedHandler
Scope the handler
doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
doStart() - Method in class org.eclipse.jetty.ee9.nested.AbstractHandler
 
doStart() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextHandler
 
doStart() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
doStart() - Method in class org.eclipse.jetty.ee9.nested.DebugHandler
 
doStart() - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
 
doStart() - Method in class org.eclipse.jetty.ee9.nested.ScopedHandler
 
doStart() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
doStart() - Method in class org.eclipse.jetty.ee9.nested.ThreadLimitHandler
 
doStartInContext() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
doStop() - Method in class org.eclipse.jetty.ee9.nested.AbstractHandler
 
doStop() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextHandler
 
doStop() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
doStop() - Method in class org.eclipse.jetty.ee9.nested.DebugHandler
 
doStopInContext() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
dump(Appendable, String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
dump(Appendable, String) - Method in class org.eclipse.jetty.ee9.nested.InetAccessHandler
 

E

earlyEOF() - Method in interface org.eclipse.jetty.ee9.nested.MultiPartParser.Handler
 
EMPTY_MAP - Static variable in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser
Deprecated.
 
encodeRedirectUrl(String) - Method in class org.eclipse.jetty.ee9.nested.Response
Deprecated.
encodeRedirectUrl(String) - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
Deprecated.
encodeRedirectURL(String) - Method in class org.eclipse.jetty.ee9.nested.Response
 
encodeRedirectURL(String) - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
 
encodeUrl(String) - Method in class org.eclipse.jetty.ee9.nested.Response
Deprecated.
encodeUrl(String) - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
Deprecated.
encodeURL(String) - Method in class org.eclipse.jetty.ee9.nested.Response
 
encodeURL(String) - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
 
END - Enum constant in enum class org.eclipse.jetty.ee9.nested.MultiPartParser.State
 
endHandling(Request) - Method in class org.eclipse.jetty.ee9.nested.AsyncDelayHandler
Called to indicated the handling of the request is ending.
ensureConsumeAllOrNotPersistent() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
enterScope(ContextHandler.APIContext, Request, Object) - Method in interface org.eclipse.jetty.ee9.nested.ContextHandler.ContextScopeListener
 
enterScope(Request, Object) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
ENVIRONMENT - Static variable in class org.eclipse.jetty.ee9.nested.ContextHandler
 
eof() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
Mark the channel's input as EOF.
EofContent() - Constructor for class org.eclipse.jetty.ee9.nested.HttpInput.EofContent
 
EPILOGUE - Enum constant in enum class org.eclipse.jetty.ee9.nested.MultiPartParser.State
 
equals(Object) - Method in class org.eclipse.jetty.ee9.nested.InclusiveByteRange
 
equals(Object) - Method in class org.eclipse.jetty.ee9.nested.Response.HttpCookieFacade
 
error(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.ee9.nested.Dispatcher
 
ERROR_CHARSET - Static variable in class org.eclipse.jetty.ee9.nested.ErrorHandler
 
ERROR_CONTEXT - Static variable in class org.eclipse.jetty.ee9.nested.ErrorHandler
 
ERROR_PAGE - Static variable in class org.eclipse.jetty.ee9.nested.ErrorHandler
 
errorClose() - Method in class org.eclipse.jetty.ee9.nested.Response
 
ErrorContent(Throwable) - Constructor for class org.eclipse.jetty.ee9.nested.HttpInput.ErrorContent
 
ErrorDispatchHandler() - Constructor for class org.eclipse.jetty.ee9.nested.AbstractHandler.ErrorDispatchHandler
Deprecated.
 
ErrorHandler - Class in org.eclipse.jetty.ee9.nested
Handler for Error pages
ErrorHandler() - Constructor for class org.eclipse.jetty.ee9.nested.ErrorHandler
 
ErrorHandler.ErrorPageMapper - Interface in org.eclipse.jetty.ee9.nested
 
errorPageForMethod(String) - Method in class org.eclipse.jetty.ee9.nested.ErrorHandler
 
exclude(String) - Method in class org.eclipse.jetty.ee9.nested.InetAccessHandler
Excludes an InetAccess entry pattern with an optional connector name, address and URI mapping.
exclude(String) - Method in class org.eclipse.jetty.ee9.nested.ThreadLimitHandler
 
exclude(String...) - Method in class org.eclipse.jetty.ee9.nested.InetAccessHandler
Excludes InetAccess patterns
exclude(String, String, PathSpec) - Method in class org.eclipse.jetty.ee9.nested.InetAccessHandler
Excludes an InetAccess entry.
excludeConnector(String) - Method in class org.eclipse.jetty.ee9.nested.InetAccessHandler
Deprecated.
excludeConnectors(String...) - Method in class org.eclipse.jetty.ee9.nested.InetAccessHandler
Deprecated.
execute(Runnable) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
exitScope(ContextHandler.APIContext, Request) - Method in interface org.eclipse.jetty.ee9.nested.ContextHandler.ContextScopeListener
 
exitScope(Request) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
expandChildren(List<Handler>, Class<?>) - Method in class org.eclipse.jetty.ee9.nested.AbstractHandlerContainer
 
expandChildren(List<Handler>, Class<?>) - Method in class org.eclipse.jetty.ee9.nested.HandlerCollection
 
expandChildren(List<Handler>, Class<?>) - Method in class org.eclipse.jetty.ee9.nested.HandlerWrapper
 
expandChildren(List<Handler>, Class<?>) - Method in class org.eclipse.jetty.ee9.nested.HotSwapHandler
 
expandHandler(Handler, List<Handler>, Class<?>) - Method in class org.eclipse.jetty.ee9.nested.AbstractHandlerContainer
 
EXTENDED_LISTENER_TYPE_INDEX - Static variable in class org.eclipse.jetty.ee9.nested.ContextHandler
 
extractFormParameters(Fields) - Method in class org.eclipse.jetty.ee9.nested.Request
 

F

fail(Throwable) - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
 
failAllContent(Throwable) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
Fail all content that is currently stored within the channel.
failed(Throwable) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
Fail the channel's input.
failed(Throwable) - Method in class org.eclipse.jetty.ee9.nested.HttpInput.WrappingContent
 
Failed(String) - Constructor for exception class org.eclipse.jetty.ee9.nested.Authentication.Failed
 
FIELD - Enum constant in enum class org.eclipse.jetty.ee9.nested.MultiPartParser.FieldState
 
FileBufferedResponseHandler - Class in org.eclipse.jetty.ee9.nested
A Handler that can apply a HttpOutput.Interceptor mechanism to buffer the entire response content until the output is closed.
FileBufferedResponseHandler() - Constructor for class org.eclipse.jetty.ee9.nested.FileBufferedResponseHandler
 
findContainerOf(HandlerContainer, Class<T>, Handler) - Static method in class org.eclipse.jetty.ee9.nested.AbstractHandlerContainer
 
findContextName(ServletContext) - Method in class org.eclipse.jetty.ee9.nested.DebugListener
 
findRequestName(ServletRequest) - Method in class org.eclipse.jetty.ee9.nested.DebugListener
 
FIRST_OCTETS - Enum constant in enum class org.eclipse.jetty.ee9.nested.MultiPartParser.State
 
flush() - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
 
flush() - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
flushBuffer() - Method in class org.eclipse.jetty.ee9.nested.Response
 
format(String, Object...) - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
format(Locale, String, Object...) - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
forward(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.ee9.nested.Dispatcher
 
forward(ServletRequest, ServletResponse, DispatcherType) - Method in class org.eclipse.jetty.ee9.nested.Dispatcher
 
from(Object) - Static method in class org.eclipse.jetty.ee9.nested.ServletPathMapping
Obtain a ServletPathMapping instance from an object which may be an instance of a mapping from a different EE version obtained from a cross context cross environment dispatch

G

generateAcceptableResponse(Request, HttpServletRequest, HttpServletResponse, int, String) - Method in class org.eclipse.jetty.ee9.nested.ErrorHandler
Generate an acceptable error response.
generateAcceptableResponse(Request, HttpServletRequest, HttpServletResponse, int, String, String) - Method in class org.eclipse.jetty.ee9.nested.ErrorHandler
Generate an acceptable error response for a mime type.
get() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
get(byte[], int, int) - Method in class org.eclipse.jetty.ee9.nested.HttpInput.Content
Read the wrapped byte buffer.
get(byte[], int, int) - Method in class org.eclipse.jetty.ee9.nested.HttpInput.SpecialContent
 
getAcceptableWriter(Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.ErrorHandler
Deprecated.
getAliasChecks() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getAllowNullPathInfo() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getAsyncContext() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextEvent
 
getAsyncContext() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getAsyncContextEvent() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
getAttribute(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getAttribute(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getAttribute(String) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
getAttribute(String) - Method in class org.eclipse.jetty.ee9.nested.Request
Get Request Attribute.
getAttribute(String) - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
 
getAttribute(String) - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest.ServletAttributes
 
getAttribute(String) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.ServletSessionApi
 
getAttributeNames() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getAttributeNames() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getAttributeNames() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getAttributeNames() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.ServletSessionApi
 
getAttributeNameSet() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextHandler
 
getAttributeNameSet() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getAttributeNameSet() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
 
getAttributeNameSet() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest.ServletAttributes
 
getAttributes() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getAttributes() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getAttributes() - Method in class org.eclipse.jetty.ee9.nested.Response.HttpCookieFacade
 
getAuthenticate() - Method in class org.eclipse.jetty.ee9.nested.ServletConstraint
 
getAuthentication() - Method in class org.eclipse.jetty.ee9.nested.Request
Get the authentication.
getAuthMethod() - Method in interface org.eclipse.jetty.ee9.nested.Authentication.User
 
getAuthType() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getAuthType() - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
getBaseRequest() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
getBaseRequest(ServletRequest) - Static method in class org.eclipse.jetty.ee9.nested.Request
Obtain the base Request instance of a ServletRequest, by coercion, unwrapping or special attribute.
getBaseResource() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getBaseResource() - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
 
getBaseResponse(ServletResponse) - Static method in class org.eclipse.jetty.ee9.nested.Response
 
getBaseURI() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextEvent
 
getBeginNanoTime() - Method in class org.eclipse.jetty.ee9.nested.Request
Get the nanoTime at which the request arrived to a connector, obtained via System.nanoTime().
getBeginNanoTime() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
 
getBufferSize() - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
 
getBufferSize() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream
Get the size of buffer used to read data from the input stream.
getBufferSize() - Method in class org.eclipse.jetty.ee9.nested.Response
 
getByteBuffer() - Method in class org.eclipse.jetty.ee9.nested.HttpInput.Content
Get the wrapped byte buffer.
getByteBuffer() - Method in class org.eclipse.jetty.ee9.nested.HttpInput.SpecialContent
 
getByteBuffer() - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
 
getByteBufferPool() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
getBytes() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
 
getBytes() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
 
getBytesWritten() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
getCacheControl() - Method in class org.eclipse.jetty.ee9.nested.ErrorHandler
Get the cacheControl.
getCacheControl() - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
Get the cacheControl header to set on all static content..
getCacheControl() - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
getCanonicalNameForTmpDir() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextHandler
 
getCharacterEncoding() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getCharacterEncoding() - Method in class org.eclipse.jetty.ee9.nested.Response
 
getChildHandlerByClass(Class<T>) - Method in class org.eclipse.jetty.ee9.nested.AbstractHandlerContainer
 
getChildHandlerByClass(Class<T>) - Method in interface org.eclipse.jetty.ee9.nested.HandlerContainer
 
getChildHandlers() - Method in class org.eclipse.jetty.ee9.nested.AbstractHandlerContainer
 
getChildHandlers() - Method in interface org.eclipse.jetty.ee9.nested.HandlerContainer
 
getChildHandlersByClass(Class<?>) - Method in class org.eclipse.jetty.ee9.nested.AbstractHandlerContainer
 
getChildHandlersByClass(Class<?>) - Method in interface org.eclipse.jetty.ee9.nested.HandlerContainer
 
getClassLoader() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getClassLoader() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getClassPath() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Make best effort to extract a file classpath from the context classloader
getComment() - Method in class org.eclipse.jetty.ee9.nested.Response.HttpCookieFacade
 
getComment() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.CookieConfig
 
getCommentWithoutAttributes(String) - Static method in class org.eclipse.jetty.ee9.nested.Response.HttpCookieFacade
 
getCommittedMetaData() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
getComplianceViolationListener() - Method in class org.eclipse.jetty.ee9.nested.Request
Deprecated, for removal: This API element is subject to removal in a future version.
use core level ComplianceViolation.Listener instead. - will be removed in Jetty 12.1.0
getComponents() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
 
getConnection() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
getConnectionMetaData() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
getConnectionMetaData() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
 
getConnector() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
getContentConsumed() - Method in class org.eclipse.jetty.ee9.nested.HttpInput
 
getContentCount() - Method in class org.eclipse.jetty.ee9.nested.Response
 
getContentDispositionFilename() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
Get the filename from the content-disposition.
getContentDispositionFilename() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
Get the filename from the content-disposition.
getContentLength() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getContentLength() - Method in class org.eclipse.jetty.ee9.nested.Response
 
getContentLengthLong() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getContentRead() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getContentReceived() - Method in class org.eclipse.jetty.ee9.nested.HttpInput
 
getContentType() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
 
getContentType() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
 
getContentType() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getContentType() - Method in class org.eclipse.jetty.ee9.nested.Response
 
getContext() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextEvent
 
getContext() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getContext() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
 
getContext(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getContextAttributes() - Method in class org.eclipse.jetty.ee9.nested.jmx.ContextHandlerMBean
 
getContextHandler() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getContextHandler() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextHandler
 
getContextHandler() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
getContextHandler() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
getContextHandler() - Method in interface org.eclipse.jetty.ee9.nested.UserIdentityScope
 
getContextHandler(ServletContext) - Static method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getContextName(ContextHandler) - Method in class org.eclipse.jetty.ee9.nested.jmx.AbstractHandlerMBean
 
getContextPath() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getContextPath() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getContextPath() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getContextPath() - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
getContextPath() - Method in interface org.eclipse.jetty.ee9.nested.UserIdentityScope
 
getContextPathEncoded() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getCookies() - Method in class org.eclipse.jetty.ee9.nested.Cookies
 
getCookies() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getCookies() - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
getCoreContextHandler() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getCoreRequest() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
getCoreRequest() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getCoreResponse() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
getCreationTime() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.ServletSessionApi
 
getCurrentContext() - Static method in class org.eclipse.jetty.ee9.nested.ContextHandler
Get the current ServletContext implementation.
getCurrentContextHandler() - Static method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getDataConstraint() - Method in class org.eclipse.jetty.ee9.nested.ServletConstraint
 
getDateHeader(String) - Method in class org.eclipse.jetty.ee9.nested.Request
 
getDateHeader(String) - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
getDefaultRequestCharacterEncoding() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getDefaultResponseCharacterEncoding() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getDefaultSessionTrackingModes() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getDefaultSessionTrackingModes() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
getDispatchContext() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextEvent
 
getDispatcherType() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getDispatchPath() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextEvent
 
getDisplayName() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getDomain() - Method in class org.eclipse.jetty.ee9.nested.Response.HttpCookieFacade
 
getDomain() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.CookieConfig
 
getEffectiveMajorVersion() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getEffectiveMinorVersion() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getEffectiveSessionTrackingModes() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getEffectiveSessionTrackingModes() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
getEncodingCacheSize() - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
getEndPoint() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
getError() - Method in class org.eclipse.jetty.ee9.nested.HttpInput.Content
Get the reported error.
getError() - Method in class org.eclipse.jetty.ee9.nested.HttpInput.ErrorContent
 
getErrorHandler() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getErrorHandler(Server, ContextHandler) - Static method in class org.eclipse.jetty.ee9.nested.ErrorHandler
 
getErrorPage(HttpServletRequest) - Method in interface org.eclipse.jetty.ee9.nested.ErrorHandler.ErrorPageMapper
 
getFile() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
Get the file
getFile() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
Get the file
getFilterRegistration(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getFilterRegistrations() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getFirst() - Method in class org.eclipse.jetty.ee9.nested.InclusiveByteRange
 
getGzipEquivalentFileExtensions() - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
 
getGzipEquivalentFileExtensions() - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
getHandler() - Method in class org.eclipse.jetty.ee9.nested.HandlerWrapper
 
getHandler() - Method in class org.eclipse.jetty.ee9.nested.HotSwapHandler
 
getHandler() - Method in class org.eclipse.jetty.ee9.nested.MultiPartParser
 
getHandlers() - Method in class org.eclipse.jetty.ee9.nested.HandlerCollection
 
getHandlers() - Method in class org.eclipse.jetty.ee9.nested.HandlerCollection.Handlers
 
getHandlers() - Method in interface org.eclipse.jetty.ee9.nested.HandlerContainer
 
getHandlers() - Method in class org.eclipse.jetty.ee9.nested.HandlerWrapper
 
getHandlers() - Method in class org.eclipse.jetty.ee9.nested.HotSwapHandler
 
getHeader(String) - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
 
getHeader(String) - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
 
getHeader(String) - Method in class org.eclipse.jetty.ee9.nested.PushBuilderImpl
 
getHeader(String) - Method in class org.eclipse.jetty.ee9.nested.Request
 
getHeader(String) - Method in class org.eclipse.jetty.ee9.nested.Response
 
getHeader(String) - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
getHeader(String) - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
 
getHeaderNames() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
 
getHeaderNames() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
 
getHeaderNames() - Method in class org.eclipse.jetty.ee9.nested.PushBuilderImpl
 
getHeaderNames() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getHeaderNames() - Method in class org.eclipse.jetty.ee9.nested.Response
 
getHeaderNames() - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
getHeaderNames() - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
 
getHeaders() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
 
getHeaders() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreResponse
 
getHeaders(String) - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
 
getHeaders(String) - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
 
getHeaders(String) - Method in class org.eclipse.jetty.ee9.nested.Request
 
getHeaders(String) - Method in class org.eclipse.jetty.ee9.nested.Response
 
getHeaders(String) - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
getHeaders(String) - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
 
getHeadersNanoTime() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
 
getHttpChannel() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState
 
getHttpChannel() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextRequest
 
getHttpChannel() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
getHttpChannel() - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
 
getHttpChannel() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getHttpChannel() - Method in class org.eclipse.jetty.ee9.nested.Response
 
getHttpChannelState() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextEvent
 
getHttpChannelState() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState
 
getHttpChannelState() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getHttpConfiguration() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
getHttpContentFactory() - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
 
getHttpContentFactory() - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
getHttpFields() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getHttpFields() - Method in class org.eclipse.jetty.ee9.nested.Response
 
getHttpInput() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getHttpOutput() - Method in class org.eclipse.jetty.ee9.nested.Response
 
getHttpServletMapping() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getHttpServletRequest() - Method in interface org.eclipse.jetty.ee9.nested.Authentication.Wrapped
 
getHttpServletResponse() - Method in interface org.eclipse.jetty.ee9.nested.Authentication.Wrapped
 
getHttpURI() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getHttpURI() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
 
getHttpVersion() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getId() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
 
getId() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.ServletSessionApi
 
getIdleTimeout() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
Get the idle timeout.
getIdleTimeoutMs() - Method in class org.eclipse.jetty.ee9.nested.IdleTimeoutHandler
 
getInitParameter(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getInitParameter(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getInitParameterNames() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getInitParameterNames() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getInitParams() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getInputState() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getInputStream() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
 
getInputStream() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
 
getInputStream() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getInterceptor() - Method in interface org.eclipse.jetty.ee9.nested.ContentProducer
getInterceptor() - Method in class org.eclipse.jetty.ee9.nested.HttpInput
 
getInterceptor() - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
 
getIntHeader(String) - Method in class org.eclipse.jetty.ee9.nested.Request
 
getIntHeader(String) - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
getInvocationType() - Method in class org.eclipse.jetty.ee9.nested.HttpInput.Content
 
getInvocationType() - Method in class org.eclipse.jetty.ee9.nested.HttpInput
 
getInvocationType() - Method in class org.eclipse.jetty.ee9.nested.HttpInput.WrappingContent
 
getJspConfigDescriptor() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getLast() - Method in class org.eclipse.jetty.ee9.nested.InclusiveByteRange
 
getLastAccessedTime() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.ServletSessionApi
 
getLastContext() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getLastPathInContext() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getListener() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState.WrappedAsyncListener
 
getLocalAddr() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getLocalAddress() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
getLocale() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getLocale() - Method in class org.eclipse.jetty.ee9.nested.Response
 
getLocaleEncoding(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getLocaleEncoding(Locale) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Get the character encoding for a locale.
getLocaleEncodings() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Get all of the locale encodings
getLocales() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getLocalName() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
Return the local name of the connected channel.
getLocalName() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getLocalPort() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
Return the Local Port of the connected channel.
getLocalPort() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getLogger() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getLongContentLength() - Method in class org.eclipse.jetty.ee9.nested.Response
 
getMajorVersion() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getManagedSession() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextRequest
 
getManagedSession(SessionManager) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextRequest
Retrieve an existing session, if one exists, for a given SessionManager.
getMappingMatch() - Method in class org.eclipse.jetty.ee9.nested.ServletPathMapping
 
getMatchValue() - Method in class org.eclipse.jetty.ee9.nested.ServletPathMapping
 
getMaxAge() - Method in class org.eclipse.jetty.ee9.nested.Response.HttpCookieFacade
 
getMaxAge() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.CookieConfig
 
getMaxCookieAge() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
getMaxFormContentSize() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getMaxFormKeys() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getMaxInactiveInterval() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
getMaxInactiveInterval() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.ServletSessionApi
 
getMetaData() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getMethod() - Method in class org.eclipse.jetty.ee9.nested.PushBuilderImpl
 
getMethod() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getMethod() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
 
getMethod() - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
getMethodIncludeExclude() - Method in class org.eclipse.jetty.ee9.nested.BufferedResponseHandler
 
getMimeIncludeExclude() - Method in class org.eclipse.jetty.ee9.nested.BufferedResponseHandler
 
getMimeType(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getMimeTypes() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getMimeTypes() - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
 
getMinorVersion() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getName() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
 
getName() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
 
getName() - Method in class org.eclipse.jetty.ee9.nested.Response.HttpCookieFacade
 
getName() - Method in class org.eclipse.jetty.ee9.nested.ServletConstraint
 
getName() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.CookieConfig
 
getName() - Method in interface org.eclipse.jetty.ee9.nested.UserIdentityScope
 
getNamedDispatcher(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getNestedResourceForTempDirName() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getNextInterceptor() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
getNextInterceptor() - Method in interface org.eclipse.jetty.ee9.nested.HttpOutput.Interceptor
 
getNonComplianceWarnings() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream
 
getNonComplianceWarnings() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser
Deprecated.
 
getObjectContextBasis() - Method in class org.eclipse.jetty.ee9.nested.jmx.AbstractHandlerMBean
 
getOrCreateSession(ServletRequest) - Static method in class org.eclipse.jetty.ee9.nested.SessionHandler.ServletSessionApi
 
getOriginalURI() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getOutputStream() - Method in class org.eclipse.jetty.ee9.nested.DebugHandler
Get the out.
getOutputStream() - Method in class org.eclipse.jetty.ee9.nested.Response
 
getParameter(String) - Method in class org.eclipse.jetty.ee9.nested.Request
 
getParameterMap() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getParameterNames() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getParameterValues(String) - Method in class org.eclipse.jetty.ee9.nested.Request
 
getParsedParts() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser
Deprecated.
Get the already parsed parts.
getPart(String) - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream
Get the named Part.
getPart(String) - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser
Deprecated.
Get the named Part.
getPart(String) - Method in class org.eclipse.jetty.ee9.nested.Request
 
getPart(String) - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
getParts() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream
Parse, if necessary, the multipart data and return the list of Parts.
getParts() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser
Deprecated.
Parse, if necessary, the multipart data and return the list of Parts.
getParts() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getParts() - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
getPath() - Method in class org.eclipse.jetty.ee9.nested.PushBuilderImpl
 
getPath() - Method in class org.eclipse.jetty.ee9.nested.Response.HttpCookieFacade
 
getPath() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.CookieConfig
 
getPathIncludeExclude() - Method in class org.eclipse.jetty.ee9.nested.BufferedResponseHandler
 
getPathInContext() - Method in class org.eclipse.jetty.ee9.nested.Request
Get the path relative to the context path, analogous to Request.getServletPath() + Request.getPathInfo().
getPathInfo() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getPathInfo() - Method in class org.eclipse.jetty.ee9.nested.ServletPathMapping
 
getPathInfo() - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
getPathTranslated() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getPathTranslated() - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
getPattern() - Method in class org.eclipse.jetty.ee9.nested.ServletPathMapping
 
getPrecompressedFormats() - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
 
getPrecompressedFormats() - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
getProtectedTargets() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getProtocol() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getQueryEncoding() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getQueryFields() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getQueryParameters() - Method in class org.eclipse.jetty.ee9.nested.Request
Deprecated.
getQueryString() - Method in class org.eclipse.jetty.ee9.nested.PushBuilderImpl
 
getQueryString() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getQueryString() - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
getRawContentArrived() - Method in interface org.eclipse.jetty.ee9.nested.ContentProducer
Get the byte count produced by the underlying Content.Source.
getReader() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getRealPath(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getRealPath(String) - Method in class org.eclipse.jetty.ee9.nested.Request
Deprecated.
getReason() - Method in class org.eclipse.jetty.ee9.nested.Response
 
getRefreshCookieAge() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
getRemoteAddr() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getRemoteAddress() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
getRemoteHost() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getRemoteInetSocketAddress() - Method in class org.eclipse.jetty.ee9.nested.Request
Access the underlying Remote InetSocketAddress for this request.
getRemoteIP(Request) - Method in class org.eclipse.jetty.ee9.nested.ThreadLimitHandler
 
getRemotePort() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getRemoteUser() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getRemoteUser() - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
getRequest() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState
 
getRequest() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
getRequest() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreResponse
 
getRequestCharacterEncoding() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getRequestContextPath() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Get the context path in a form suitable to be returned from HttpServletRequest.getContextPath() or ServletContext.getContextPath().
getRequestDispatcher(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getRequestDispatcher(String) - Method in class org.eclipse.jetty.ee9.nested.Request
 
getRequestedSession() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextRequest
 
getRequestedSessionId() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getRequestedSessionId() - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
getRequests() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
Get the number of requests handled by this connection.
getRequestURI() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getRequestURI() - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
getRequestURL() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getRequestURL() - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
getResolvedUserIdentity() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getResource(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getResource(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Attempt to get a Resource from the Context.
getResourceAsStream(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getResourceBase() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Deprecated.
use #getBaseResource()
getResourceBase() - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
Deprecated.
getResourceForTempDirName() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextHandler
 
getResourcePaths(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getResourcePaths(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getResponse() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState
 
getResponse() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
getResponse() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getResponseCharacterEncoding() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getRoleRefMap() - Method in interface org.eclipse.jetty.ee9.nested.UserIdentityScope
 
getRoles() - Method in class org.eclipse.jetty.ee9.nested.ServletConstraint
 
getRootURL() - Method in class org.eclipse.jetty.ee9.nested.Request
Reconstructs the URL the client used to make the request.
getSameSite() - Method in class org.eclipse.jetty.ee9.nested.Response.HttpCookieFacade
 
getSameSite() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
getSameSiteFromComment(String) - Static method in class org.eclipse.jetty.ee9.nested.Response.HttpCookieFacade
 
getScheduler() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
getScheme() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getServer() - Method in class org.eclipse.jetty.ee9.nested.AbstractHandler
 
getServer() - Method in interface org.eclipse.jetty.ee9.nested.Handler
 
getServer() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
getServerAuthority() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
Get return the HttpConfiguration server authority override.
getServerInfo() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getServerName() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getServerPort() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getServlet(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getServletContext() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextEvent
 
getServletContext() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getServletContext() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getServletContext() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.ServletSessionApi
 
getServletContext(Context) - Static method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getServletContextName() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getServletName() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getServletName() - Method in class org.eclipse.jetty.ee9.nested.ServletPathMapping
 
getServletNames() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getServletPath() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getServletPath() - Method in class org.eclipse.jetty.ee9.nested.ServletPathMapping
 
getServletPath() - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
getServletPathMapping() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getServletRegistration(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getServletRegistrations() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getServletRequest() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
 
getServletResponse() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
getServletResponse() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getServletResponse() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreResponse
 
getServletResponse(AsyncContextEvent) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
getServlets() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getSession() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getSession() - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
getSession() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.ServletSessionApi
 
getSession(boolean) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextRequest
 
getSession(boolean) - Method in class org.eclipse.jetty.ee9.nested.Request
 
getSession(boolean) - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
 
getSession(boolean) - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
getSession(SessionManager) - Method in class org.eclipse.jetty.ee9.nested.Request
Find a session that this request has already entered for the given SessionHandler
getSessionAttributeListeners() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
getSessionCache() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
getSessionComment() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
getSessionContext() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.ServletSessionApi
 
getSessionCookie() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
getSessionCookieConfig() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getSessionCookieConfig() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
getSessionDomain() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
getSessionId() - Method in class org.eclipse.jetty.ee9.nested.PushBuilderImpl
 
getSessionIdListeners() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
getSessionIdManager() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
getSessionIdPathParameterName() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
getSessionIdPathParameterNamePrefix() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
getSessionListeners() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
getSessionManager() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextRequest
 
getSessionManager() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
getSessionPath() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
getSessionTimeout() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getShowMessageInTitle() - Method in class org.eclipse.jetty.ee9.nested.ErrorHandler
Deprecated.
getSize() - Method in class org.eclipse.jetty.ee9.nested.InclusiveByteRange
 
getSize() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
 
getSize() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
 
getState() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
getState() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
getState() - Method in class org.eclipse.jetty.ee9.nested.MultiPartParser
 
getStatus() - Method in class org.eclipse.jetty.ee9.nested.Response
 
getStatus() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreResponse
 
getStatus() - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
 
getStatusString() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
getStyleSheet() - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
 
getSubmittedFileName() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
 
getSubmittedFileName() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
 
getSuspendedContext() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextEvent
 
getSyntheticAttribute(String) - Method in class org.eclipse.jetty.ee9.nested.ServletAttributes
 
getSyntheticNameSet() - Method in class org.eclipse.jetty.ee9.nested.ServletAttributes
 
getTail() - Method in class org.eclipse.jetty.ee9.nested.HandlerWrapper
Get the tail of a chain of HandlerWrappers.
getTempDir() - Method in class org.eclipse.jetty.ee9.nested.FileBufferedResponseHandler
 
getThreadLimit() - Method in class org.eclipse.jetty.ee9.nested.ThreadLimitHandler
 
getThreadLimit(String) - Method in class org.eclipse.jetty.ee9.nested.ThreadLimitHandler
 
getThrowable() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextEvent
 
getTimeout() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState
 
getTimeout() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
getTimeStamp() - Method in class org.eclipse.jetty.ee9.nested.Request
Get Request TimeStamp
getTrailerFields() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getTrailerFields() - Method in class org.eclipse.jetty.ee9.nested.Response
 
getTrailerHttpFields() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getTrailers() - Method in class org.eclipse.jetty.ee9.nested.Response
 
getTrailers() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
 
getTrailersSupplier() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreResponse
 
getTransientListeners() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
Deprecated.
getTunnellingEndPoint() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
getTunnelSupport() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
 
getUserIdentity() - Method in interface org.eclipse.jetty.ee9.nested.Authentication.User
 
getUserIdentity() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getUserIdentityScope() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getUserPrincipal() - Method in interface org.eclipse.jetty.ee9.nested.Authentication.User
 
getUserPrincipal() - Method in class org.eclipse.jetty.ee9.nested.Request
 
getUserPrincipal() - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
getValue() - Method in class org.eclipse.jetty.ee9.nested.Response.HttpCookieFacade
 
getValue(String) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.ServletSessionApi
 
getValueNames() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.ServletSessionApi
 
getVersion() - Method in class org.eclipse.jetty.ee9.nested.Response.HttpCookieFacade
 
getVirtualHosts() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getVirtualServerName() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
getWelcomeFactory() - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
getWelcomeFile(String) - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
 
getWelcomeFile(String) - Method in interface org.eclipse.jetty.ee9.nested.ResourceService.WelcomeFactory
Finds a matching welcome file for the supplied Resource.
getWelcomeFiles() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
getWelcomeFiles() - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
 
getWriter() - Method in class org.eclipse.jetty.ee9.nested.Response
 
getWritten() - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
 

H

handle() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
handle(Runnable) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.AbstractHandler.ErrorDispatchHandler
Deprecated.
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.AbstractHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.AsyncDelayHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.BufferedResponseHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.DebugHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.ErrorHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in interface org.eclipse.jetty.ee9.nested.Handler
Handle a request.
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.HandlerCollection
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.HandlerList
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.HandlerWrapper
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.HotSwapHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.IdleTimeoutHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.InetAccessHandler
Checks the incoming request against the whitelist and blacklist
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.ScopedHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.SecuredRedirectHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.ThreadLimitHandler
 
handle(HttpChannel) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
handle(Request, Runnable) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Handle a runnable in the scope of this context and a particular request
handleAsync(HttpChannel) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
handleCrossContextAsync(HttpChannel) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
A request has come in via an async dispatch from a different context.
handleErrorPage(HttpServletRequest, Writer, int, String) - Method in class org.eclipse.jetty.ee9.nested.ErrorHandler
 
handleException(Throwable) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
Sends an error 500, performing a special logic to detect whether the request is suspended, to avoid concurrent writes from the application.
handleOptions(Request, Response) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
Handler - Interface in org.eclipse.jetty.ee9.nested
A Jetty Server Handler.
HandlerCollection - Class in org.eclipse.jetty.ee9.nested
A collection of handlers.
HandlerCollection() - Constructor for class org.eclipse.jetty.ee9.nested.HandlerCollection
 
HandlerCollection(boolean, Handler...) - Constructor for class org.eclipse.jetty.ee9.nested.HandlerCollection
 
HandlerCollection(Handler...) - Constructor for class org.eclipse.jetty.ee9.nested.HandlerCollection
 
HandlerCollection.Handlers - Class in org.eclipse.jetty.ee9.nested
 
HandlerContainer - Interface in org.eclipse.jetty.ee9.nested
A Handler that contains other Handlers.
HandlerList - Class in org.eclipse.jetty.ee9.nested
HandlerList.
HandlerList() - Constructor for class org.eclipse.jetty.ee9.nested.HandlerList
 
HandlerList(Handler...) - Constructor for class org.eclipse.jetty.ee9.nested.HandlerList
 
Handlers(Handler[]) - Constructor for class org.eclipse.jetty.ee9.nested.HandlerCollection.Handlers
 
HandlerWrapper - Class in org.eclipse.jetty.ee9.nested
A HandlerWrapper acts as a Handler but delegates the handle method and life cycle events to a delegate.
HandlerWrapper() - Constructor for class org.eclipse.jetty.ee9.nested.HandlerWrapper
 
handling() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
HANDLING - Enum constant in enum class org.eclipse.jetty.ee9.nested.HttpChannelState.State
 
hasContent() - Method in interface org.eclipse.jetty.ee9.nested.ContentProducer
Check if this ContentProducer instance contains some content without querying the underlying Content.Source.
hasContent() - Method in class org.eclipse.jetty.ee9.nested.HttpInput.Content
Check if there is at least one byte left in the buffer.
hasContent() - Method in class org.eclipse.jetty.ee9.nested.HttpInput
Check if this HttpInput instance has content stored internally, without fetching/parsing anything from the underlying channel.
hasContent() - Method in class org.eclipse.jetty.ee9.nested.HttpInput.SpecialContent
 
hashCode() - Method in class org.eclipse.jetty.ee9.nested.InclusiveByteRange
 
hashCode() - Method in class org.eclipse.jetty.ee9.nested.Response.HttpCookieFacade
 
hasLastWrite() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreResponse
 
hasListener(AsyncListener) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
hasMetaData() - Method in class org.eclipse.jetty.ee9.nested.Request
 
hasOriginalRequestAndResponse() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState
 
hasTimeoutTask() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextEvent
 
headerComplete() - Method in interface org.eclipse.jetty.ee9.nested.MultiPartParser.Handler
 
HotSwapHandler - Class in org.eclipse.jetty.ee9.nested
A HandlerContainer that allows a hot swap of a wrapped handler.
HotSwapHandler() - Constructor for class org.eclipse.jetty.ee9.nested.HotSwapHandler
 
HTTP_ONLY_COMMENT - Static variable in class org.eclipse.jetty.ee9.nested.Response
String used in the Comment attribute of Cookie to support the HttpOnly attribute.
HttpChannel - Class in org.eclipse.jetty.ee9.nested
The state machine that processes a request/response cycle interpreting the HTTP and Servlet semantic.
HttpChannel(ContextHandler, ConnectionMetaData) - Constructor for class org.eclipse.jetty.ee9.nested.HttpChannel
 
HttpChannel.Listener - Interface in org.eclipse.jetty.ee9.nested
Listener for HttpChannel events.
HttpChannel.TransientListeners - Class in org.eclipse.jetty.ee9.nested
Deprecated.
HttpChannelListeners - Class in org.eclipse.jetty.ee9.nested
A HttpChannel.Listener that holds a collection of other HttpChannel.Listener instances that are efficiently invoked without iteration.
HttpChannelListeners(Collection<HttpChannel.Listener>) - Constructor for class org.eclipse.jetty.ee9.nested.HttpChannelListeners
 
HttpChannelState - Class in org.eclipse.jetty.ee9.nested
Implementation of AsyncContext interface that holds the state of request-response cycle.
HttpChannelState(HttpChannel) - Constructor for class org.eclipse.jetty.ee9.nested.HttpChannelState
 
HttpChannelState.Action - Enum Class in org.eclipse.jetty.ee9.nested
The actions to take as the channel moves from state to state.
HttpChannelState.State - Enum Class in org.eclipse.jetty.ee9.nested
 
HttpCookieFacade(Cookie) - Constructor for class org.eclipse.jetty.ee9.nested.Response.HttpCookieFacade
 
HttpInput - Class in org.eclipse.jetty.ee9.nested
While this class is-a Runnable, it should never be dispatched in it's own thread.
HttpInput(HttpChannel) - Constructor for class org.eclipse.jetty.ee9.nested.HttpInput
 
HttpInput.Content - Class in org.eclipse.jetty.ee9.nested
A content represents the production of context bytes by ContentProducer.nextContent().
HttpInput.EofContent - Class in org.eclipse.jetty.ee9.nested
EOF special content.
HttpInput.ErrorContent - Class in org.eclipse.jetty.ee9.nested
Error special content.
HttpInput.Interceptor - Interface in org.eclipse.jetty.ee9.nested
Deprecated, for removal: This API element is subject to removal in a future version.
Interceptor has been removed with no replacement in the EE10 implementation
HttpInput.SpecialContent - Class in org.eclipse.jetty.ee9.nested
Abstract class that implements the standard special content behavior.
HttpInput.WrappingContent - Class in org.eclipse.jetty.ee9.nested
Simple non-special content wrapper allow overriding the EOF flag.
HttpOutput - Class in org.eclipse.jetty.ee9.nested
HttpOutput implements ServletOutputStream as required by the Servlet specification.
HttpOutput(HttpChannel) - Constructor for class org.eclipse.jetty.ee9.nested.HttpOutput
 
HttpOutput.Interceptor - Interface in org.eclipse.jetty.ee9.nested
The HttpOutput.Interceptor is a single intercept point for all output written to the HttpOutput: via writer; via output stream; asynchronously; or blocking.

I

IDLE - Enum constant in enum class org.eclipse.jetty.ee9.nested.HttpChannelState.State
 
IdleTimeoutHandler - Class in org.eclipse.jetty.ee9.nested
Handler to adjust the idle timeout of requests while dispatched.
IdleTimeoutHandler() - Constructor for class org.eclipse.jetty.ee9.nested.IdleTimeoutHandler
 
IN_NAME - Enum constant in enum class org.eclipse.jetty.ee9.nested.MultiPartParser.FieldState
 
IN_VALUE - Enum constant in enum class org.eclipse.jetty.ee9.nested.MultiPartParser.FieldState
 
include() - Method in class org.eclipse.jetty.ee9.nested.Response
 
include(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.ee9.nested.Dispatcher
 
include(String) - Method in class org.eclipse.jetty.ee9.nested.InetAccessHandler
Includes an InetAccess pattern with an optional connector name, address and URI mapping.
include(String) - Method in class org.eclipse.jetty.ee9.nested.ThreadLimitHandler
 
include(String...) - Method in class org.eclipse.jetty.ee9.nested.InetAccessHandler
Includes InetAccess patterns
include(String, String, PathSpec) - Method in class org.eclipse.jetty.ee9.nested.InetAccessHandler
Includes an InetAccess entry.
includeConnector(String) - Method in class org.eclipse.jetty.ee9.nested.InetAccessHandler
Deprecated.
includeConnectors(String...) - Method in class org.eclipse.jetty.ee9.nested.InetAccessHandler
Deprecated.
included() - Method in class org.eclipse.jetty.ee9.nested.Response
 
InclusiveByteRange - Class in org.eclipse.jetty.ee9.nested
Byte range inclusive of end points.
InclusiveByteRange(long, long) - Constructor for class org.eclipse.jetty.ee9.nested.InclusiveByteRange
 
InetAccessHandler - Class in org.eclipse.jetty.ee9.nested
InetAddress Access Handler
InetAccessHandler() - Constructor for class org.eclipse.jetty.ee9.nested.InetAccessHandler
 
InetAccessSet - Class in org.eclipse.jetty.ee9.nested
 
InetAccessSet() - Constructor for class org.eclipse.jetty.ee9.nested.InetAccessSet
 
INITIALIZED - Enum constant in enum class org.eclipse.jetty.ee9.nested.ContextHandler.ContextStatus
 
insertHandler(HandlerWrapper) - Method in class org.eclipse.jetty.ee9.nested.HandlerWrapper
Replace the current handler with another HandlerWrapper linked to the current handler.
insertHandler(Handler.Singleton) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextHandler
 
insertHandler(Handler.Singleton) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Insert a handler between the ContextHandler.getCoreContextHandler() and this handler.
invalidate() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.ServletSessionApi
 
isAcceptRanges() - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
 
isAcceptRanges() - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
isAllContentWritten(long) - Method in class org.eclipse.jetty.ee9.nested.Response
 
isAllowed(InetAddress, Request, HttpServletRequest) - Method in class org.eclipse.jetty.ee9.nested.InetAccessHandler
Checks if specified address and request are allowed by current InetAddress rules.
isAnyAuth() - Method in class org.eclipse.jetty.ee9.nested.ServletConstraint
Servlet Spec 3.1, pg 140
isAnyRole() - Method in class org.eclipse.jetty.ee9.nested.ServletConstraint
 
isApplyToAsync() - Method in class org.eclipse.jetty.ee9.nested.IdleTimeoutHandler
 
isAsync() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
isAsync() - Method in class org.eclipse.jetty.ee9.nested.HttpInput
 
isAsync() - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
 
isAsyncStarted() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
isAsyncStarted() - Method in class org.eclipse.jetty.ee9.nested.Request
 
isAsyncSupported() - Method in class org.eclipse.jetty.ee9.nested.Request
 
isAvailable() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
isCheckingRemoteSessionIdEncoding() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
isClosed() - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
 
isCommitted() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
isCommitted() - Method in class org.eclipse.jetty.ee9.nested.Response
 
isCommitted() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreResponse
 
isCompactPath() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Deprecated, for removal: This API element is subject to removal in a future version.
use CompactPathRule with RewriteHandler instead. Will be removed from ee10 onwards.
isCompletedSuccessfully() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreResponse
 
isContentComplete(long) - Method in class org.eclipse.jetty.ee9.nested.Response
 
isCrossContextDispatchSupported() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Cross context dispatch support.
isDeleteOnExit() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream
Deprecated.
no replacement provided
isDeleteOnExit() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser
Deprecated.
no replacement offered.
isDirAllowed() - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
 
isDirAllowed() - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
isDirectoriesListed() - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
Get the directory option.
isDumpContext() - Method in class org.eclipse.jetty.ee9.nested.DebugListener
 
isDurableListener(EventListener) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
isEmpty() - Method in class org.eclipse.jetty.ee9.nested.HttpInput.Content
Check if the buffer is empty.
isEmpty() - Method in class org.eclipse.jetty.ee9.nested.HttpInput.SpecialContent
 
isEmpty() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream
Deprecated.
use getParts().isEmpty()
isEnabled() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
isEnabled() - Method in class org.eclipse.jetty.ee9.nested.ThreadLimitHandler
 
isEof() - Method in class org.eclipse.jetty.ee9.nested.HttpInput.Content
Check if EOF was reached.
isEof() - Method in class org.eclipse.jetty.ee9.nested.HttpInput.EofContent
 
isEof() - Method in class org.eclipse.jetty.ee9.nested.HttpInput.WrappingContent
 
isError() - Method in interface org.eclipse.jetty.ee9.nested.ContentProducer
Check if the underlying Content.Source reached an error content.
isError() - Method in class org.eclipse.jetty.ee9.nested.HttpInput
 
isEtags() - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
 
isEtags() - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
isExpired() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
isExtendedListenerTypes() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
isFinished() - Method in class org.eclipse.jetty.ee9.nested.HttpInput
 
isFor(Locale, String) - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
isForbidden() - Method in class org.eclipse.jetty.ee9.nested.ServletConstraint
 
isGzippedContent(String) - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
isHandled() - Method in class org.eclipse.jetty.ee9.nested.Request
 
isHead() - Method in class org.eclipse.jetty.ee9.nested.Request
 
isHttpOnly() - Method in class org.eclipse.jetty.ee9.nested.Response.HttpCookieFacade
 
isHttpOnly() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.CookieConfig
 
isHttpOnly() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
isIdle() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
isIncluding() - Method in class org.eclipse.jetty.ee9.nested.Response
 
isInitial() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
isInputUnready() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
isMimeTypeBufferable(String) - Method in class org.eclipse.jetty.ee9.nested.BufferedResponseHandler
 
isNew() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.ServletSessionApi
 
isPartitioned() - Method in class org.eclipse.jetty.ee9.nested.Response.HttpCookieFacade
 
isPartitioned() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
isPartitionedInComment(String) - Static method in class org.eclipse.jetty.ee9.nested.Response.HttpCookieFacade
 
isPathBufferable(String) - Method in class org.eclipse.jetty.ee9.nested.BufferedResponseHandler
 
isPathInfoOnly() - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
 
isPathInfoOnly() - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
isPersistent() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
isProgrammaticListener(EventListener) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
isProtectedTarget(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Check the target.
isPush() - Method in class org.eclipse.jetty.ee9.nested.Request
 
isPushSupported() - Method in class org.eclipse.jetty.ee9.nested.Request
 
isReady() - Method in interface org.eclipse.jetty.ee9.nested.ContentProducer
Check if this ContentProducer instance has some content that can be read without blocking.
isReady() - Method in class org.eclipse.jetty.ee9.nested.HttpInput
 
isReady() - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
 
isRedirectWelcome() - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
 
isRedirectWelcome() - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
isRenameThread() - Method in class org.eclipse.jetty.ee9.nested.DebugListener
 
isRequestCompleted() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
isRequestedSessionIdFromCookie() - Method in class org.eclipse.jetty.ee9.nested.Request
 
isRequestedSessionIdFromCookie() - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
isRequestedSessionIdFromUrl() - Method in class org.eclipse.jetty.ee9.nested.Request
Deprecated.
isRequestedSessionIdFromUrl() - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
Deprecated.
isRequestedSessionIdFromURL() - Method in class org.eclipse.jetty.ee9.nested.Request
 
isRequestedSessionIdFromURL() - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
isRequestedSessionIdValid() - Method in class org.eclipse.jetty.ee9.nested.Request
 
isRequestedSessionIdValid() - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
isResponseCommitted() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
isResponseCompleted() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
isResponseCompleted() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
isSecure() - Method in class org.eclipse.jetty.ee9.nested.Request
 
isSecure() - Method in class org.eclipse.jetty.ee9.nested.Response.HttpCookieFacade
 
isSecure() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
 
isSecure() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.CookieConfig
 
isSecureCookies() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
isSecureRequestOnly() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
isSendError() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
isSendError() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
isShowHeaders() - Method in class org.eclipse.jetty.ee9.nested.DebugListener
 
isShowMessageInTitle() - Method in class org.eclipse.jetty.ee9.nested.ErrorHandler
 
isShowServlet() - Method in class org.eclipse.jetty.ee9.nested.ErrorHandler
 
isShowStacks() - Method in class org.eclipse.jetty.ee9.nested.ErrorHandler
 
isSpecial() - Method in class org.eclipse.jetty.ee9.nested.HttpInput.Content
Check if the content is special.
isSpecial() - Method in class org.eclipse.jetty.ee9.nested.HttpInput.SpecialContent
 
isState(MultiPartParser.State) - Method in class org.eclipse.jetty.ee9.nested.MultiPartParser
 
isStreaming() - Method in class org.eclipse.jetty.ee9.nested.Response
 
isSuspended() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
isTunnellingSupported() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
isUseOutputDirectByteBuffers() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
isUserInRole(String) - Method in class org.eclipse.jetty.ee9.nested.Request
 
isUserInRole(String) - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
isUserInRole(UserIdentityScope, String) - Method in interface org.eclipse.jetty.ee9.nested.Authentication.User
 
isUsingCookies() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
isUsingSecurityManager() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
isUsingUriParameters() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
isWriteFilesWithFilenames() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream
 
isWriteFilesWithFilenames() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser
Deprecated.
 
isWriting() - Method in class org.eclipse.jetty.ee9.nested.Response
 
isWritingOrStreaming() - Method in class org.eclipse.jetty.ee9.nested.Response
 
isWritten() - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
 
iterator() - Method in class org.eclipse.jetty.ee9.nested.InetAccessSet
 

L

loadClass(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
lock() - Method in interface org.eclipse.jetty.ee9.nested.ContentProducer
Lock this instance.
log(Exception, String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
log(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
log(String, Object...) - Method in class org.eclipse.jetty.ee9.nested.DebugListener
 
log(String, Throwable) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
LOG - Static variable in class org.eclipse.jetty.ee9.nested.Cookies
 
LOG - Static variable in class org.eclipse.jetty.ee9.nested.MultiPartParser
 
login(String, Object, ServletRequest) - Method in interface org.eclipse.jetty.ee9.nested.Authentication.LoginAuthentication
Login with the LOGIN authenticator
login(String, String) - Method in class org.eclipse.jetty.ee9.nested.Request
 
login(String, String) - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
logout() - Method in class org.eclipse.jetty.ee9.nested.Request
 
logout() - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
logout(ServletRequest) - Method in interface org.eclipse.jetty.ee9.nested.Authentication.LogoutAuthentication
Remove any user information that may be present in the request such that a call to getUserPrincipal/getRemoteUser will return null.

M

makeTempDirectory() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextHandler
 
ManagedAttributeListener - Class in org.eclipse.jetty.ee9.nested
Enable Jetty style JMX MBeans from within a Context
ManagedAttributeListener(ContextHandler, String...) - Constructor for class org.eclipse.jetty.ee9.nested.ManagedAttributeListener
 
markAsClosed() - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
Used to mark this writer as closed during any asynchronous completion operation.
MAX_FORM_CONTENT_SIZE_KEY - Static variable in class org.eclipse.jetty.ee9.nested.ContextHandler
 
MAX_FORM_KEYS_KEY - Static variable in class org.eclipse.jetty.ee9.nested.ContextHandler
 
mergeQueryParameters(String, String) - Method in class org.eclipse.jetty.ee9.nested.Request
 
messageComplete() - Method in interface org.eclipse.jetty.ee9.nested.MultiPartParser.Handler
 
method(String) - Method in class org.eclipse.jetty.ee9.nested.PushBuilderImpl
 
MultiPart(String, String) - Constructor for class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
 
MultiPart(String, String) - Constructor for class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
 
MULTIPART_CONFIG_ELEMENT - Static variable in class org.eclipse.jetty.ee9.nested.Request
The name of the MultiPartConfig request attribute
MultiPartFormInputStream - Class in org.eclipse.jetty.ee9.nested
MultiPartInputStream
MultiPartFormInputStream(InputStream, String, MultipartConfigElement, File) - Constructor for class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream
 
MultiPartFormInputStream(InputStream, String, MultipartConfigElement, File, int) - Constructor for class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream
 
MultiPartFormInputStream.MultiPart - Class in org.eclipse.jetty.ee9.nested
 
MultiPartInputStreamLegacyParser - Class in org.eclipse.jetty.ee9.nested
Deprecated, for removal: This API element is subject to removal in a future version.
Replaced by MultiPartFormInputStream. This code is slower and subject to more bugs than its replacement MultiPartFormInputStream. However, this class accepts non-compliant RFC formats that the new MultiPartFormInputStream does not accept. This class is unavailable on ee10 and newer environments.
MultiPartInputStreamLegacyParser(MultiPartCompliance, InputStream, String, MultipartConfigElement, File, int) - Constructor for class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser
Deprecated.
 
MultiPartInputStreamLegacyParser.MultiPart - Class in org.eclipse.jetty.ee9.nested
Deprecated.
 
MultiPartParser - Class in org.eclipse.jetty.ee9.nested
A parser for MultiPart content type.
MultiPartParser(MultiPartParser.Handler, String) - Constructor for class org.eclipse.jetty.ee9.nested.MultiPartParser
 
MultiPartParser.FieldState - Enum Class in org.eclipse.jetty.ee9.nested
 
MultiPartParser.Handler - Interface in org.eclipse.jetty.ee9.nested
 
MultiPartParser.State - Enum Class in org.eclipse.jetty.ee9.nested
 

N

needContent() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
Notify the channel that content is needed.
newBufferedInterceptor(HttpChannel, HttpOutput.Interceptor) - Method in class org.eclipse.jetty.ee9.nested.BufferedResponseHandler
 
newBufferedInterceptor(HttpChannel, HttpOutput.Interceptor) - Method in class org.eclipse.jetty.ee9.nested.FileBufferedResponseHandler
 
newContext() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextHandler
 
newHandlers(Handler[]) - Method in class org.eclipse.jetty.ee9.nested.HandlerCollection
 
newHttpContentFactory() - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
 
newHttpInput() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
newHttpOutput() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
newPushBuilder() - Method in class org.eclipse.jetty.ee9.nested.Request
 
newResource(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Convert a URL or path to a Resource.
newResource(URI) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Convert URL to Resource wrapper for ResourceFactory.newResource(URL) enables extensions to provide alternate resource implementations.
newResource(URL) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Convert URL to Resource wrapper for ResourceFactory.newResource(URL) enables extensions to provide alternate resource implementations.
newResponseMetaData() - Method in class org.eclipse.jetty.ee9.nested.Response
 
nextContent() - Method in interface org.eclipse.jetty.ee9.nested.ContentProducer
Get the next content that can be read from or that describes the special condition that was reached (error, eof).
nextHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.ScopedHandler
Do the handler work within the scope.
nextScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.ScopedHandler
Scope the handler
NO_CONTENT_LENGTH - Static variable in class org.eclipse.jetty.ee9.nested.Response
 
NONE - Enum constant in enum class org.eclipse.jetty.ee9.nested.Response.OutputType
 
NONE - Static variable in class org.eclipse.jetty.ee9.nested.ServletConstraint
 
NOOP - Static variable in class org.eclipse.jetty.ee9.nested.HttpChannelListeners
 
NOT_CHECKED - Static variable in interface org.eclipse.jetty.ee9.nested.Authentication
Authentication not checked
notFound(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
notifyEnterScope(Request) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextHandler
 
notifyExitScope(Request) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextHandler
 
NOTSET - Enum constant in enum class org.eclipse.jetty.ee9.nested.ContextHandler.ContextStatus
 

O

OCTETS - Enum constant in enum class org.eclipse.jetty.ee9.nested.MultiPartParser.State
 
onAfterDispatch(Request) - Method in interface org.eclipse.jetty.ee9.nested.HttpChannel.Listener
Invoked just after the application returns from the first invocation.
onAfterDispatch(Request) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel.TransientListeners
Deprecated.
 
onAfterDispatch(Request) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelListeners
 
onBadMessage(BadMessageException) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
onBeforeDispatch(Request) - Method in interface org.eclipse.jetty.ee9.nested.HttpChannel.Listener
Invoked just before calling the application.
onBeforeDispatch(Request) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel.TransientListeners
Deprecated.
 
onBeforeDispatch(Request) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelListeners
 
onClosed(Connection) - Method in class org.eclipse.jetty.ee9.nested.DebugHandler
 
onComplete(AsyncEvent) - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState.WrappedAsyncListener
 
onComplete(Request) - Method in interface org.eclipse.jetty.ee9.nested.HttpChannel.Listener
Invoked when the request and response processing are complete.
onComplete(Request) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel.TransientListeners
Deprecated.
 
onComplete(Request) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelListeners
 
onCompleted() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
onCompleted() - Method in class org.eclipse.jetty.ee9.nested.Request
Called when the request is fully finished being handled.
onContentAdded() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
Called to indicate that some content was produced and is ready for consumption.
onContentProducible() - Method in interface org.eclipse.jetty.ee9.nested.ContentProducer
Wake up the thread that is waiting for the next content.
onContentProducible() - Method in class org.eclipse.jetty.ee9.nested.HttpInput
 
onDispatchFailure(Request, Throwable) - Method in interface org.eclipse.jetty.ee9.nested.HttpChannel.Listener
Invoked when the application threw an exception.
onDispatchFailure(Request, Throwable) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel.TransientListeners
Deprecated.
 
onDispatchFailure(Request, Throwable) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelListeners
 
onError(AsyncEvent) - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState.WrappedAsyncListener
 
onError(Throwable) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
onFlushed(long) - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
Invoked when bytes have been flushed to the network.
onIdleTimeout(TimeoutException) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
onOpened(Connection) - Method in class org.eclipse.jetty.ee9.nested.DebugHandler
 
onProcess(Response, Callback) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
onReadEof() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
onReadIdle() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
Called to indicate that the content is being consumed.
onReadReady() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
Called to signal that the channel is ready for a callback.
onReadUnready() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
Called to indicate that no content is currently available, more content has been demanded and may be available, but that a handling thread may need to produce (fill/parse) it.
onRequest(ContextHandler.CoreContextRequest) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
onRequestBegin(Request) - Method in interface org.eclipse.jetty.ee9.nested.HttpChannel.Listener
Invoked just after the HTTP request line and headers have been parsed.
onRequestBegin(Request) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel.TransientListeners
Deprecated.
 
onRequestBegin(Request) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelListeners
 
onRequestContent(Request, ByteBuffer) - Method in interface org.eclipse.jetty.ee9.nested.HttpChannel.Listener
Invoked every time a request content chunk has been parsed, just before making it available to the application.
onRequestContent(Request, ByteBuffer) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel.TransientListeners
Deprecated.
 
onRequestContent(Request, ByteBuffer) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelListeners
 
onRequestContentEnd(Request) - Method in interface org.eclipse.jetty.ee9.nested.HttpChannel.Listener
Invoked when the end of the request content is detected.
onRequestContentEnd(Request) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel.TransientListeners
Deprecated.
 
onRequestContentEnd(Request) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelListeners
 
onRequestEnd(Request) - Method in interface org.eclipse.jetty.ee9.nested.HttpChannel.Listener
Invoked when the request has been fully parsed.
onRequestEnd(Request) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel.TransientListeners
Deprecated.
 
onRequestEnd(Request) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelListeners
 
onRequestFailure(Request, Throwable) - Method in interface org.eclipse.jetty.ee9.nested.HttpChannel.Listener
Invoked when the request processing failed.
onRequestFailure(Request, Throwable) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel.TransientListeners
Deprecated.
 
onRequestFailure(Request, Throwable) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelListeners
 
onRequestTrailers(Request) - Method in interface org.eclipse.jetty.ee9.nested.HttpChannel.Listener
Invoked when the request trailers have been parsed.
onRequestTrailers(Request) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel.TransientListeners
Deprecated.
 
onRequestTrailers(Request) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelListeners
 
onResponse(HttpFields.Mutable) - Method in class org.eclipse.jetty.ee9.nested.Response
 
onResponseBegin(Request) - Method in interface org.eclipse.jetty.ee9.nested.HttpChannel.Listener
Invoked just before the response line is written to the network.
onResponseBegin(Request) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel.TransientListeners
Deprecated.
 
onResponseBegin(Request) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelListeners
 
onResponseCommit(Request) - Method in interface org.eclipse.jetty.ee9.nested.HttpChannel.Listener
Invoked just after the response is committed (that is, the response line, headers and possibly some content have been written to the network).
onResponseCommit(Request) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel.TransientListeners
Deprecated.
 
onResponseCommit(Request) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelListeners
 
onResponseContent(Request, ByteBuffer) - Method in interface org.eclipse.jetty.ee9.nested.HttpChannel.Listener
Invoked after a response content chunk has been written to the network.
onResponseContent(Request, ByteBuffer) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel.TransientListeners
Deprecated.
 
onResponseContent(Request, ByteBuffer) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelListeners
 
onResponseEnd(Request) - Method in interface org.eclipse.jetty.ee9.nested.HttpChannel.Listener
Invoked when the response has been fully written.
onResponseEnd(Request) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel.TransientListeners
Deprecated.
 
onResponseEnd(Request) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelListeners
 
onResponseFailure(Request, Throwable) - Method in interface org.eclipse.jetty.ee9.nested.HttpChannel.Listener
Invoked when the response processing failed.
onResponseFailure(Request, Throwable) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel.TransientListeners
Deprecated.
 
onResponseFailure(Request, Throwable) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelListeners
 
onStartAsync(AsyncEvent) - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState.WrappedAsyncListener
 
onTimeout() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
onTimeout(AsyncEvent) - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState.WrappedAsyncListener
 
onWritePossible() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
open() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
 
open() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
 
org.eclipse.jetty.ee9.nested - module org.eclipse.jetty.ee9.nested
 
org.eclipse.jetty.ee9.nested - package org.eclipse.jetty.ee9.nested
Jetty Server : Core Handler API
org.eclipse.jetty.ee9.nested.jmx - package org.eclipse.jetty.ee9.nested.jmx
Jetty Server : Handler JMX Integration

P

parse() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream
Parse, if necessary, the multipart stream.
parse() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser
Deprecated.
Parse, if necessary, the multipart stream.
parse(ByteBuffer, boolean) - Method in class org.eclipse.jetty.ee9.nested.MultiPartParser
Parse until next Event.
parsedField(String, String) - Method in interface org.eclipse.jetty.ee9.nested.MultiPartParser.Handler
 
parseMimePartHeaders(ByteBuffer) - Method in class org.eclipse.jetty.ee9.nested.MultiPartParser
 
parseOctetContent(ByteBuffer) - Method in class org.eclipse.jetty.ee9.nested.MultiPartParser
 
partialResponse() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
PARTITIONED_COMMENT - Static variable in class org.eclipse.jetty.ee9.nested.Response
String used in the Comment attribute of Cookie to support the Partitioned attribute.
passConditionalHeaders(HttpServletRequest, HttpServletResponse, HttpContent) - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
path(String) - Method in class org.eclipse.jetty.ee9.nested.PushBuilderImpl
 
PEER_CERTIFICATES - Static variable in class org.eclipse.jetty.ee9.nested.Request
 
PREAMBLE - Enum constant in enum class org.eclipse.jetty.ee9.nested.MultiPartParser.State
 
prependHandler(Handler) - Method in class org.eclipse.jetty.ee9.nested.HandlerCollection
Prepends a handler.
print(boolean) - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
print(char) - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
print(char[]) - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
print(double) - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
print(float) - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
print(int) - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
print(long) - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
print(Object) - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
print(String) - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
 
print(String) - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
printf(String, Object...) - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
printf(Locale, String, Object...) - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
println() - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
println(boolean) - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
println(char) - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
println(char[]) - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
println(double) - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
println(float) - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
println(int) - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
println(long) - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
println(Object) - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
println(String) - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
 
println(String) - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
produceContent() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
Produce a HttpInput.Content object with data currently stored within the channel.
push() - Method in class org.eclipse.jetty.ee9.nested.PushBuilderImpl
 
PushBuilderImpl - Class in org.eclipse.jetty.ee9.nested
 
PushBuilderImpl(Request, HttpFields, String, String, String) - Constructor for class org.eclipse.jetty.ee9.nested.PushBuilderImpl
 
putHeaders(HttpServletResponse, HttpContent, long) - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
putHeaders(HttpServletResponse, HttpContent, long, boolean) - Static method in class org.eclipse.jetty.ee9.nested.Response
 
putHeaders(HttpContent, long, boolean) - Method in class org.eclipse.jetty.ee9.nested.Response
 
putValue(String, Object) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.ServletSessionApi
 

Q

queryString(String) - Method in class org.eclipse.jetty.ee9.nested.PushBuilderImpl
 
QuietServletException - Exception Class in org.eclipse.jetty.ee9.nested
A ServletException that is logged less verbosely than a normal ServletException.
QuietServletException() - Constructor for exception class org.eclipse.jetty.ee9.nested.QuietServletException
 
QuietServletException(String) - Constructor for exception class org.eclipse.jetty.ee9.nested.QuietServletException
 
QuietServletException(String, Throwable) - Constructor for exception class org.eclipse.jetty.ee9.nested.QuietServletException
 
QuietServletException(Throwable) - Constructor for exception class org.eclipse.jetty.ee9.nested.QuietServletException
 

R

read() - Method in class org.eclipse.jetty.ee9.nested.HttpInput
 
read() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
 
read(byte[], int, int) - Method in class org.eclipse.jetty.ee9.nested.HttpInput
 
read(ByteBuffer) - Method in class org.eclipse.jetty.ee9.nested.HttpInput
 
READ_CALLBACK - Enum constant in enum class org.eclipse.jetty.ee9.nested.HttpChannelState.Action
 
readFrom(HttpInput.Content) - Method in interface org.eclipse.jetty.ee9.nested.HttpInput.Interceptor
Deprecated.
 
reclaim(HttpInput.Content) - Method in interface org.eclipse.jetty.ee9.nested.ContentProducer
Free up the content by calling Callback.succeeded() on it and updating this instance' internal state.
recycle() - Method in interface org.eclipse.jetty.ee9.nested.ContentProducer
Clear the interceptor and call Destroyable.destroy() on it if it implements Destroyable.
recycle() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
recycle() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
recycle() - Method in class org.eclipse.jetty.ee9.nested.HttpInput
 
recycle() - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
 
recycle() - Method in class org.eclipse.jetty.ee9.nested.Request
 
recycle() - Method in class org.eclipse.jetty.ee9.nested.Response
 
remaining() - Method in class org.eclipse.jetty.ee9.nested.HttpInput.Content
Get the number of bytes remaining in the buffer.
remaining() - Method in class org.eclipse.jetty.ee9.nested.HttpInput.SpecialContent
 
remove(Object) - Method in class org.eclipse.jetty.ee9.nested.InetAccessSet
 
removeAttribute(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
removeAttribute(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
removeAttribute(String) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
removeAttribute(String) - Method in class org.eclipse.jetty.ee9.nested.Request
 
removeAttribute(String) - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
 
removeAttribute(String) - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest.ServletAttributes
 
removeAttribute(String) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.ServletSessionApi
 
removeContextAttribute(String) - Method in class org.eclipse.jetty.ee9.nested.jmx.ContextHandlerMBean
 
removeEventListener(EventListener) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
removeEventListener(EventListener) - Method in class org.eclipse.jetty.ee9.nested.Request
 
removeEventListener(EventListener) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
removeHandler(Handler) - Method in class org.eclipse.jetty.ee9.nested.HandlerCollection
 
removeHeader(String) - Method in class org.eclipse.jetty.ee9.nested.PushBuilderImpl
 
removeListener(HttpChannel.Listener) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
Deprecated.
removeValue(String) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.ServletSessionApi
 
removeVirtualHosts(String[]) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
reopen() - Method in interface org.eclipse.jetty.ee9.nested.ContentProducer
Reset all internal state, making this is instance logically equivalent to a freshly allocated one.
reopen() - Method in class org.eclipse.jetty.ee9.nested.HttpInput
 
reopen() - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
 
reopen() - Method in class org.eclipse.jetty.ee9.nested.Response
 
reopen() - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
replaceCookie(HttpCookie) - Method in class org.eclipse.jetty.ee9.nested.Response
Replace (or add) a cookie.
Request - Class in org.eclipse.jetty.ee9.nested
Jetty Request.
Request(HttpChannel, HttpInput) - Constructor for class org.eclipse.jetty.ee9.nested.Request
 
requestDestroyed(Request, HttpServletRequest) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
requestInitialized(Request, HttpServletRequest) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
reset() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState
 
reset() - Method in class org.eclipse.jetty.ee9.nested.Cookies
 
reset() - Method in class org.eclipse.jetty.ee9.nested.MultiPartParser
 
reset() - Method in class org.eclipse.jetty.ee9.nested.Response
 
reset() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreResponse
 
resetBuffer() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
resetBuffer() - Method in interface org.eclipse.jetty.ee9.nested.HttpOutput.Interceptor
Reset the buffers.
resetBuffer() - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
 
resetBuffer() - Method in class org.eclipse.jetty.ee9.nested.Response
 
resetContent() - Method in class org.eclipse.jetty.ee9.nested.Response
 
resetForForward() - Method in class org.eclipse.jetty.ee9.nested.Response
 
resetParameters() - Method in class org.eclipse.jetty.ee9.nested.Request
 
ResourceHandler - Class in org.eclipse.jetty.ee9.nested
Resource Handler.
ResourceHandler() - Constructor for class org.eclipse.jetty.ee9.nested.ResourceHandler
 
ResourceHandler(ResourceService) - Constructor for class org.eclipse.jetty.ee9.nested.ResourceHandler
 
ResourceService - Class in org.eclipse.jetty.ee9.nested
Abstract resource service, used by DefaultServlet and ResourceHandler
ResourceService() - Constructor for class org.eclipse.jetty.ee9.nested.ResourceService
 
ResourceService.WelcomeFactory - Interface in org.eclipse.jetty.ee9.nested
 
Response - Class in org.eclipse.jetty.ee9.nested
Response provides the implementation for HttpServletResponse.
Response(HttpChannel, HttpOutput) - Constructor for class org.eclipse.jetty.ee9.nested.Response
 
Response.HttpCookieFacade - Class in org.eclipse.jetty.ee9.nested
 
Response.OutputType - Enum Class in org.eclipse.jetty.ee9.nested
 
ResponseWriter - Class in org.eclipse.jetty.ee9.nested
Specialized PrintWriter for servlet Responses
ResponseWriter(WriteThroughWriter, Locale, String) - Constructor for class org.eclipse.jetty.ee9.nested.ResponseWriter
 
run() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextEvent
 
run() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
run() - Method in class org.eclipse.jetty.ee9.nested.HttpInput
 
run() - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
 

S

SAME_SITE_COMMENT - Static variable in class org.eclipse.jetty.ee9.nested.Response
The strings used in the Comment attribute of Cookie to support the SameSite attribute.
SAME_SITE_LAX_COMMENT - Static variable in class org.eclipse.jetty.ee9.nested.Response
 
SAME_SITE_NONE_COMMENT - Static variable in class org.eclipse.jetty.ee9.nested.Response
 
SAME_SITE_STRICT_COMMENT - Static variable in class org.eclipse.jetty.ee9.nested.Response
 
satisfiableRanges(Enumeration<String>, long) - Static method in class org.eclipse.jetty.ee9.nested.InclusiveByteRange
 
scheduleDispatch() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
ScopedHandler - Class in org.eclipse.jetty.ee9.nested
ScopedHandler.
ScopedHandler() - Constructor for class org.eclipse.jetty.ee9.nested.ScopedHandler
 
SecuredRedirectHandler - Class in org.eclipse.jetty.ee9.nested
SecuredRedirectHandler redirects from http to https.
SecuredRedirectHandler() - Constructor for class org.eclipse.jetty.ee9.nested.SecuredRedirectHandler
Uses moved temporarily code (302) as the redirect code.
SecuredRedirectHandler(int) - Constructor for class org.eclipse.jetty.ee9.nested.SecuredRedirectHandler
Use supplied code as the redirect code.
SEND_CONTINUE - Static variable in interface org.eclipse.jetty.ee9.nested.Authentication
Authentication challenge sent.
SEND_ERROR - Enum constant in enum class org.eclipse.jetty.ee9.nested.HttpChannelState.Action
 
SEND_FAILURE - Static variable in interface org.eclipse.jetty.ee9.nested.Authentication
Authentication failure sent.
SEND_SUCCESS - Static variable in interface org.eclipse.jetty.ee9.nested.Authentication
 
send102Processing(HttpFields) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
send103EarlyHints(HttpFields) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
sendContent(InputStream) - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
Blocking send of stream content.
sendContent(InputStream, Callback) - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
Asynchronous send of stream content.
sendContent(ByteBuffer) - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
Blocking send of whole content.
sendContent(ByteBuffer, Callback) - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
Asynchronous send of whole content.
sendContent(ReadableByteChannel) - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
Blocking send of channel content.
sendContent(ReadableByteChannel, Callback) - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
Asynchronous send of channel content.
sendContent(HttpContent) - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
Blocking send of HTTP content.
sendContent(HttpContent, Callback) - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
Asynchronous send of HTTP content.
sendContent(Resource) - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
Blocking send of resource.
sendContent(Resource, Callback) - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
Asynchronous send of whole resource.
sendData(HttpServletRequest, HttpServletResponse, boolean, HttpContent, Enumeration<String>) - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
sendDirectory(HttpServletRequest, HttpServletResponse, Resource, String) - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
sendEarlyHint() - Method in class org.eclipse.jetty.ee9.nested.Response
Sends a 103 Early Hints interim response, as per RFC8297.
sendError(int) - Method in class org.eclipse.jetty.ee9.nested.Response
 
sendError(int) - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
 
sendError(int, String) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
sendError(int, String) - Method in class org.eclipse.jetty.ee9.nested.Response
Send an error response.
sendError(int, String) - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
 
sendErrorOrAbort(String) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
sendProcessing() - Method in class org.eclipse.jetty.ee9.nested.Response
Sends a 102 Processing interim response.
sendRedirect(int, String) - Method in class org.eclipse.jetty.ee9.nested.Response
Sends a response with one of the 300 series redirection codes.
sendRedirect(int, String, boolean) - Method in class org.eclipse.jetty.ee9.nested.Response
Sends a response with a given redirection code.
sendRedirect(String) - Method in class org.eclipse.jetty.ee9.nested.Response
 
sendRedirect(String) - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
 
sendRedirect(String, boolean) - Method in class org.eclipse.jetty.ee9.nested.Response
Sends a response with a HTTP version appropriate 30x redirection.
sendResponse(MetaData.Response, ByteBuffer, boolean) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
sendResponse(MetaData.Response, ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
sendResponseAndComplete() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
sendStatus(HttpServletResponse, int, Supplier<String>) - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
sendWelcome(HttpContent, String, boolean, boolean, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
SERVLET_LISTENER_TYPES - Static variable in class org.eclipse.jetty.ee9.nested.ContextHandler
 
SERVLET_MAJOR_VERSION - Static variable in class org.eclipse.jetty.ee9.nested.ContextHandler
 
SERVLET_MINOR_VERSION - Static variable in class org.eclipse.jetty.ee9.nested.ContextHandler
 
ServletAttributes - Class in org.eclipse.jetty.ee9.nested
An implementation of Attributes that supports the standard SSL and async attributes.
ServletAttributes(HttpServletRequest) - Constructor for class org.eclipse.jetty.ee9.nested.ServletCoreRequest.ServletAttributes
 
ServletConstraint - Class in org.eclipse.jetty.ee9.nested
Constraint Describe an auth and/or data constraint.
ServletConstraint() - Constructor for class org.eclipse.jetty.ee9.nested.ServletConstraint
Constructor.
ServletConstraint(String, String) - Constructor for class org.eclipse.jetty.ee9.nested.ServletConstraint
Convenience Constructor.
ServletCoreRequest - Class in org.eclipse.jetty.ee9.nested
Wrap a ServletRequest as a core Request.
ServletCoreRequest.ServletAttributes - Class in org.eclipse.jetty.ee9.nested
 
ServletCoreResponse - Class in org.eclipse.jetty.ee9.nested
A HttpServletResponse wrapped as a core Response.
ServletPathMapping - Class in org.eclipse.jetty.ee9.nested
Implementation of HttpServletMapping.
ServletPathMapping(PathSpec, String, String) - Constructor for class org.eclipse.jetty.ee9.nested.ServletPathMapping
 
ServletPathMapping(PathSpec, String, String, MatchedPath) - Constructor for class org.eclipse.jetty.ee9.nested.ServletPathMapping
 
ServletRequestHttpWrapper - Class in org.eclipse.jetty.ee9.nested
ServletRequestHttpWrapper Class to tunnel a ServletRequest via an HttpServletRequest
ServletRequestHttpWrapper(ServletRequest) - Constructor for class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
ServletResponseHttpWrapper - Class in org.eclipse.jetty.ee9.nested
ServletResponseHttpWrapper Wrapper to tunnel a ServletResponse via an HttpServletResponse
ServletResponseHttpWrapper(ServletResponse) - Constructor for class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
 
SessionHandler - Class in org.eclipse.jetty.ee9.nested
 
SessionHandler() - Constructor for class org.eclipse.jetty.ee9.nested.SessionHandler
 
SessionHandler.CookieConfig - Class in org.eclipse.jetty.ee9.nested
CookieConfig Implementation of the jakarta.servlet.SessionCookieConfig.
SessionHandler.ServletSessionApi - Class in org.eclipse.jetty.ee9.nested
 
sessionId(String) - Method in class org.eclipse.jetty.ee9.nested.PushBuilderImpl
 
SET_INCLUDE_HEADER_PREFIX - Static variable in class org.eclipse.jetty.ee9.nested.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).
setAcceptRanges(boolean) - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
 
setAcceptRanges(boolean) - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
setAliasChecks(List<AliasCheck>) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Set list of AliasCheck instances.
setAllowNullPathInfo(boolean) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Set true if /context is not redirected to /context/.
setApplyToAsync(boolean) - Method in class org.eclipse.jetty.ee9.nested.IdleTimeoutHandler
Should the adjusted idle time be maintained for asynchronous requests
setAsParent(Handler.Container, Handler) - Static method in class org.eclipse.jetty.ee9.nested.HandlerWrapper
Make a Handler.Container the parent of a Handler
setAsyncAttributes() - Method in class org.eclipse.jetty.ee9.nested.Request
 
setAsyncAttributes(String, String, String, ServletPathMapping, String) - Method in class org.eclipse.jetty.ee9.nested.ServletAttributes
 
setAsyncSupported(boolean, Object) - Method in class org.eclipse.jetty.ee9.nested.Request
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.ee9.nested.Request
Set a request attribute. if the attribute name is "org.eclipse.jetty.server.server.Request.queryEncoding" then the value is also passed in a call to Request.setQueryEncoding(java.lang.String).
setAttribute(String, Object) - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest.ServletAttributes
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.ServletSessionApi
 
setAttributes(Attributes) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
setAttributes(Attributes) - Method in class org.eclipse.jetty.ee9.nested.Request
Set the attributes for the request.
setAuthenticate(boolean) - Method in class org.eclipse.jetty.ee9.nested.ServletConstraint
 
setAuthentication(Authentication) - Method in class org.eclipse.jetty.ee9.nested.Request
Set the authentication.
setAvailable(boolean) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Set Available status.
setBaseResource(Path) - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
 
setBaseResource(Resource) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Set the base resource for this context.
setBaseResource(Resource) - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
 
setBaseResourceAsPath(Path) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Set the base resource for this context.
setBaseResourceAsString(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Set the base resource for this context.
setBaseResourceAsString(String) - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
setBufferSize(int) - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
 
setBufferSize(int) - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream
Set the size of buffer used to read data from the input stream.
setBufferSize(int) - Method in class org.eclipse.jetty.ee9.nested.Response
 
setCacheControl(String) - Method in class org.eclipse.jetty.ee9.nested.ErrorHandler
Set the cacheControl.
setCacheControl(String) - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
Set the cacheControl header to set on all static content..
setCacheControl(HttpField) - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
setCharacterEncoding(String) - Method in class org.eclipse.jetty.ee9.nested.Request
 
setCharacterEncoding(String) - Method in class org.eclipse.jetty.ee9.nested.Response
 
setCharacterEncodingUnchecked(String) - Method in class org.eclipse.jetty.ee9.nested.Request
 
setCheckingRemoteSessionIdEncoding(boolean) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
setClassLoader(ClassLoader) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
setComment(String) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.CookieConfig
 
setCompactPath(boolean) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Deprecated, for removal: This API element is subject to removal in a future version.
use CompactPathRule with RewriteHandler instead. Will be removed from ee10 onwards.
setContentFields(Fields) - Method in class org.eclipse.jetty.ee9.nested.Request
 
setContentLength(int) - Method in class org.eclipse.jetty.ee9.nested.Response
 
setContentLengthLong(long) - Method in class org.eclipse.jetty.ee9.nested.Response
 
setContentParameters(MultiMap<String>) - Method in class org.eclipse.jetty.ee9.nested.Request
Deprecated.
setContentType(String) - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
 
setContentType(String) - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
 
setContentType(String) - Method in class org.eclipse.jetty.ee9.nested.Request
 
setContentType(String) - Method in class org.eclipse.jetty.ee9.nested.Response
 
setContext(ContextHandler.APIContext, String) - Method in class org.eclipse.jetty.ee9.nested.Request
 
setContextAttribute(String, Object) - Method in class org.eclipse.jetty.ee9.nested.jmx.ContextHandlerMBean
 
setContextAttribute(String, String) - Method in class org.eclipse.jetty.ee9.nested.jmx.ContextHandlerMBean
 
setContextPath(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextHandler
 
setContextPath(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
setCookies(Cookie[]) - Method in class org.eclipse.jetty.ee9.nested.Cookies
 
setCrossContextDispatchSupported(boolean) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Cross context dispatch support.
setDataConstraint(int) - Method in class org.eclipse.jetty.ee9.nested.ServletConstraint
 
setDateHeader(String, long) - Method in class org.eclipse.jetty.ee9.nested.Response
 
setDateHeader(String, long) - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
 
setDefaultRequestCharacterEncoding(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
setDefaultResponseCharacterEncoding(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
setDeleteOnExit(boolean) - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream
Deprecated.
no replacement provided.
setDeleteOnExit(boolean) - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser
Deprecated.
no replacement offered.
setDirAllowed(boolean) - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
 
setDirAllowed(boolean) - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
setDirectoriesListed(boolean) - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
Set the directory.
setDispatchContext(ServletContext) - Method in class org.eclipse.jetty.ee9.nested.AsyncContextEvent
 
setDispatcherType(DispatcherType) - Method in class org.eclipse.jetty.ee9.nested.Request
 
setDispatchPath(String) - Method in class org.eclipse.jetty.ee9.nested.AsyncContextEvent
Set encoded URI.
setDisplayName(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
setDomain(String) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.CookieConfig
 
setDumpContext(boolean) - Method in class org.eclipse.jetty.ee9.nested.DebugListener
 
setEffectiveMajorVersion(int) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
setEffectiveMinorVersion(int) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
setEnabled(boolean) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
setEnabled(boolean) - Method in class org.eclipse.jetty.ee9.nested.ThreadLimitHandler
 
setEncodingCacheSize(int) - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
setError() - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
setErrorHandler(ErrorHandler) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
setEtags(boolean) - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
 
setEtags(boolean) - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
setExtendedListenerTypes(boolean) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
setGzipEquivalentFileExtensions(List<String>) - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
Set file extensions that signify that a file is gzip compressed.
setGzipEquivalentFileExtensions(List<String>) - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
setHandled(boolean) - Method in class org.eclipse.jetty.ee9.nested.Request
 
setHandler(Handler) - Method in class org.eclipse.jetty.ee9.nested.HandlerWrapper
 
setHandler(Handler) - Method in class org.eclipse.jetty.ee9.nested.HotSwapHandler
 
setHandler(Handler) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextHandler
 
setHandlers(Handler[]) - Method in class org.eclipse.jetty.ee9.nested.HandlerCollection
Set the array of handlers to set..
setHeader(String, String) - Method in class org.eclipse.jetty.ee9.nested.PushBuilderImpl
 
setHeader(String, String) - Method in class org.eclipse.jetty.ee9.nested.Response
 
setHeader(String, String) - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
 
setHeader(HttpHeader, String) - Method in class org.eclipse.jetty.ee9.nested.Response
 
setHeaders(MultiMap<String>) - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
 
setHeaders(MultiMap<String>) - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
 
setHttpContentFactory(HttpContent.Factory) - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
setHttpFields(HttpFields) - Method in class org.eclipse.jetty.ee9.nested.Request
 
setHttpOnly(boolean) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.CookieConfig
 
setHttpOnly(boolean) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
setHttpURI(HttpURI) - Method in class org.eclipse.jetty.ee9.nested.Request
 
setIdleTimeout(long) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
Set the idle timeout.
setIdleTimeoutMs(long) - Method in class org.eclipse.jetty.ee9.nested.IdleTimeoutHandler
 
setInitParameter(String, String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
setInitParameter(String, String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
setInterceptor(HttpInput.Interceptor) - Method in interface org.eclipse.jetty.ee9.nested.ContentProducer
Set the interceptor.
setInterceptor(HttpInput.Interceptor) - Method in class org.eclipse.jetty.ee9.nested.HttpInput
Set the interceptor.
setInterceptor(HttpOutput.Interceptor) - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
 
setIntHeader(String, int) - Method in class org.eclipse.jetty.ee9.nested.Response
 
setIntHeader(String, int) - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
 
setJspConfigDescriptor(JspConfigDescriptor) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
setLocale(Locale) - Method in class org.eclipse.jetty.ee9.nested.Response
 
setLogger(Logger) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
setLongContentLength(long) - Method in class org.eclipse.jetty.ee9.nested.Response
 
setManagedSession(ManagedSession) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextRequest
 
setMaxAge(int) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.CookieConfig
 
setMaxCookieAge(int) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
setMaxFormContentSize(int) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Set the maximum size of a form post, to protect against DOS attacks from large forms.
setMaxFormKeys(int) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Set the maximum number of form Keys to protect against DOS attack from crafted hash keys.
setMaxInactiveInterval(int) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.ServletSessionApi
 
setMaxInactiveInterval(int) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
setMethod(String) - Method in class org.eclipse.jetty.ee9.nested.Request
 
setMimeTypes(MimeTypes) - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
 
setName(String) - Method in class org.eclipse.jetty.ee9.nested.ServletConstraint
Set the name.
setName(String) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.CookieConfig
 
setOutputStream(OutputStream) - Method in class org.eclipse.jetty.ee9.nested.DebugHandler
Set the out to set.
setPartitioned(boolean) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
setPath(String) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.CookieConfig
 
setPathInfoOnly(boolean) - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
Set true, only the path info will be applied to the resourceBase.
setPathInfoOnly(boolean) - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
setPrecompressedFormats(CompressedContentFormat[]) - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
 
setPrecompressedFormats(CompressedContentFormat[]) - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
setProtectedTargets(String[]) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
setQueryEncoding(String) - Method in class org.eclipse.jetty.ee9.nested.Request
Set the character encoding used for the query string.
setQueryFields(Fields) - Method in class org.eclipse.jetty.ee9.nested.Request
 
setQueryParameters(MultiMap<String>) - Method in class org.eclipse.jetty.ee9.nested.Request
Deprecated.
setReadListener(ReadListener) - Method in class org.eclipse.jetty.ee9.nested.HttpInput
 
setRedirectWelcome(boolean) - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
 
setRedirectWelcome(boolean) - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
setRefreshCookieAge(int) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
setRenameThread(boolean) - Method in class org.eclipse.jetty.ee9.nested.DebugListener
 
setRequestCharacterEncoding(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
setRequestedSession(AbstractSessionManager.RequestedSession) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextRequest
Remember the session that was extracted from the id in the request
setResourceBase(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Deprecated.
use #setBaseResource
setResourceBase(String) - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
setResponseCharacterEncoding(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
setRoles(String[]) - Method in class org.eclipse.jetty.ee9.nested.ServletConstraint
 
setSameSite(HttpCookie.SameSite) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
setSecure(boolean) - Method in class org.eclipse.jetty.ee9.nested.Request
 
setSecure(boolean) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.CookieConfig
 
setSecureCookies(boolean) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
setSecureRequestOnly(boolean) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
setServer(Server) - Method in class org.eclipse.jetty.ee9.nested.AbstractHandler
 
setServer(Server) - Method in class org.eclipse.jetty.ee9.nested.AbstractHandlerContainer
 
setServer(Server) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextHandler
 
setServer(Server) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
setServer(Server) - Method in interface org.eclipse.jetty.ee9.nested.Handler
 
setServletPathMapping(ServletPathMapping) - Method in class org.eclipse.jetty.ee9.nested.Request
Set the servletPathMapping, the servletPath and the pathInfo.
setSessionCache(SessionCache) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
setSessionComment(String) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
setSessionCookie(String) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
setSessionDomain(String) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
setSessionIdManager(SessionIdManager) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
setSessionIdPathParameterName(String) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
setSessionManager(SessionManager) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextRequest
 
setSessionPath(String) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
setSessionTimeout(int) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
setShowHeaders(boolean) - Method in class org.eclipse.jetty.ee9.nested.DebugListener
 
setShowMessageInTitle(boolean) - Method in class org.eclipse.jetty.ee9.nested.ErrorHandler
Set if true, the error message appears in page title.
setShowServlet(boolean) - Method in class org.eclipse.jetty.ee9.nested.ErrorHandler
 
setShowStacks(boolean) - Method in class org.eclipse.jetty.ee9.nested.ErrorHandler
 
setStatus(int) - Method in class org.eclipse.jetty.ee9.nested.Response
 
setStatus(int) - Method in class org.eclipse.jetty.ee9.nested.ServletCoreResponse
 
setStatus(int) - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
 
setStatus(int, String) - Method in class org.eclipse.jetty.ee9.nested.Response
Deprecated.
setStatus(int, String) - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
Deprecated.
setStatusWithReason(int, String) - Method in class org.eclipse.jetty.ee9.nested.Response
 
setStyleSheet(String) - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
 
setTempDir(Path) - Method in class org.eclipse.jetty.ee9.nested.FileBufferedResponseHandler
 
setTempDirectory(File) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextHandler
 
setThreadLimit(int) - Method in class org.eclipse.jetty.ee9.nested.ThreadLimitHandler
 
setTimeout(long) - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState
 
setTimeout(long) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
setTimeoutTask(Scheduler.Task) - Method in class org.eclipse.jetty.ee9.nested.AsyncContextEvent
 
setTimeStamp(long) - Method in class org.eclipse.jetty.ee9.nested.Request
 
setTrailerFields(Supplier<Map<String, String>>) - Method in class org.eclipse.jetty.ee9.nested.Response
 
setTrailerHttpFields(HttpFields) - Method in class org.eclipse.jetty.ee9.nested.Request
 
setTrailers(Supplier<HttpFields>) - Method in class org.eclipse.jetty.ee9.nested.Response
 
setTrailersSupplier(Supplier<HttpFields>) - Method in class org.eclipse.jetty.ee9.nested.ServletCoreResponse
 
setUserIdentityScope(UserIdentityScope) - Method in class org.eclipse.jetty.ee9.nested.Request
 
setUsingCookies(boolean) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
setUsingSecurityManager(boolean) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
setUsingUriParameters(boolean) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
 
setVirtualHosts(String[]) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
setWelcomeFactory(ResourceService.WelcomeFactory) - Method in class org.eclipse.jetty.ee9.nested.ResourceService
 
setWelcomeFiles(String[]) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
setWelcomeFiles(String[]) - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
 
setWriteFilesWithFilenames(boolean) - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream
 
setWriteFilesWithFilenames(boolean) - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser
Deprecated.
 
setWriteListener(WriteListener) - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
 
shouldBuffer(HttpChannel, boolean) - Method in class org.eclipse.jetty.ee9.nested.BufferedResponseHandler
 
size() - Method in class org.eclipse.jetty.ee9.nested.InetAccessSet
 
skip(int) - Method in class org.eclipse.jetty.ee9.nested.HttpInput.Content
Skip some bytes from the buffer.
skip(int) - Method in class org.eclipse.jetty.ee9.nested.HttpInput.SpecialContent
 
softClose() - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
 
SpecialContent() - Constructor for class org.eclipse.jetty.ee9.nested.HttpInput.SpecialContent
 
SSL_CIPHER_SUITE - Static variable in class org.eclipse.jetty.ee9.nested.Request
 
SSL_KEY_SIZE - Static variable in class org.eclipse.jetty.ee9.nested.Request
 
SSL_SESSION_ID - Static variable in class org.eclipse.jetty.ee9.nested.Request
 
start(Runnable) - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState
 
startAsync() - Method in class org.eclipse.jetty.ee9.nested.Request
 
startAsync(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.ee9.nested.Request
 
startAsync(AsyncContextEvent) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
startContext() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
Extensible startContext. this method is called from ContextHandler.doStart() instead of a call to super.doStart().
startHandling(Request, boolean) - Method in class org.eclipse.jetty.ee9.nested.AsyncDelayHandler
Called to indicate that a request has been presented for handling
startPart() - Method in interface org.eclipse.jetty.ee9.nested.MultiPartParser.Handler
 
stopContext() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
STREAM - Enum constant in enum class org.eclipse.jetty.ee9.nested.Response.OutputType
 
succeeded() - Method in class org.eclipse.jetty.ee9.nested.HttpInput.WrappingContent
 

T

TERMINATED - Enum constant in enum class org.eclipse.jetty.ee9.nested.HttpChannelState.Action
 
test(InetAccessSet.AccessTuple) - Method in class org.eclipse.jetty.ee9.nested.InetAccessSet
 
ThreadLimitHandler - Class in org.eclipse.jetty.ee9.nested
Handler to limit the threads per IP address for DOS protection
ThreadLimitHandler() - Constructor for class org.eclipse.jetty.ee9.nested.ThreadLimitHandler
 
ThreadLimitHandler(String) - Constructor for class org.eclipse.jetty.ee9.nested.ThreadLimitHandler
 
ThreadLimitHandler(String, boolean) - Constructor for class org.eclipse.jetty.ee9.nested.ThreadLimitHandler
 
throwIfError() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream
Throws an exception if one has been latched.
throwIfError() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser
Deprecated.
Throws an exception if one has been latched.
timeout() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
to416HeaderRangeString(long) - Static method in class org.eclipse.jetty.ee9.nested.InclusiveByteRange
 
toHeaderRangeString(long) - Method in class org.eclipse.jetty.ee9.nested.InclusiveByteRange
 
toString() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState
 
toString() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
toString() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
 
toString() - Method in class org.eclipse.jetty.ee9.nested.Dispatcher
 
toString() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
 
toString() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
toString() - Method in class org.eclipse.jetty.ee9.nested.HttpInput.Content
 
toString() - Method in class org.eclipse.jetty.ee9.nested.HttpInput.EofContent
 
toString() - Method in class org.eclipse.jetty.ee9.nested.HttpInput.ErrorContent
 
toString() - Method in class org.eclipse.jetty.ee9.nested.HttpInput
 
toString() - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
 
toString() - Method in class org.eclipse.jetty.ee9.nested.InclusiveByteRange
 
toString() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
 
toString() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
 
toString() - Method in class org.eclipse.jetty.ee9.nested.MultiPartParser
 
toString() - Method in class org.eclipse.jetty.ee9.nested.Request
 
toString() - Method in class org.eclipse.jetty.ee9.nested.Response.HttpCookieFacade
 
toString() - Method in class org.eclipse.jetty.ee9.nested.Response
 
toString() - Method in class org.eclipse.jetty.ee9.nested.ServletConstraint
 
toString() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreResponse
 
toString() - Method in class org.eclipse.jetty.ee9.nested.ServletPathMapping
 
toString() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.CookieConfig
 
TransientListeners() - Constructor for class org.eclipse.jetty.ee9.nested.HttpChannel.TransientListeners
Deprecated.
 

U

UNAUTHENTICATED - Static variable in interface org.eclipse.jetty.ee9.nested.Authentication
Unauthenticated state.
unhandle() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
Signal that the HttpConnection has finished handling the request.
unwrap(ServletRequest) - Static method in class org.eclipse.jetty.ee9.nested.Request
 
unwrap(ServletResponse) - Static method in class org.eclipse.jetty.ee9.nested.Response
 
unwrap(Throwable, Class<?>...) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
Unwrap failure causes to find target class
updateBean(String, Object, Object) - Method in class org.eclipse.jetty.ee9.nested.ManagedAttributeListener
 
updateHandlers(HandlerCollection.Handlers, HandlerCollection.Handlers) - Method in class org.eclipse.jetty.ee9.nested.HandlerCollection
 
upgrade() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
 
upgrade(Class<T>) - Method in class org.eclipse.jetty.ee9.nested.Request
 
upgrade(Class<T>) - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
 
UPGRADED - Enum constant in enum class org.eclipse.jetty.ee9.nested.HttpChannelState.State
 
USE_KNOWN_CONTENT_LENGTH - Static variable in class org.eclipse.jetty.ee9.nested.Response
 
UserIdentityScope - Interface in org.eclipse.jetty.ee9.nested
User object that encapsulates user identity and operations such as run-as-role actions, checking isUserInRole and getUserPrincipal.

V

VALUE - Enum constant in enum class org.eclipse.jetty.ee9.nested.MultiPartParser.FieldState
 
valueOf(String) - Static method in enum class org.eclipse.jetty.ee9.nested.ContextHandler.ContextStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.ee9.nested.HttpChannelState.Action
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.ee9.nested.HttpChannelState.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.ee9.nested.MultiPartParser.FieldState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.ee9.nested.MultiPartParser.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.ee9.nested.Response.OutputType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.eclipse.jetty.ee9.nested.ContextHandler.ContextStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.ee9.nested.HttpChannelState.Action
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.ee9.nested.HttpChannelState.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.ee9.nested.MultiPartParser.FieldState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.ee9.nested.MultiPartParser.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.ee9.nested.Response.OutputType
Returns an array containing the constants of this enum class, in the order they are declared.

W

WAIT - Enum constant in enum class org.eclipse.jetty.ee9.nested.HttpChannelState.Action
 
WAITING - Enum constant in enum class org.eclipse.jetty.ee9.nested.HttpChannelState.State
 
WOKEN - Enum constant in enum class org.eclipse.jetty.ee9.nested.HttpChannelState.State
 
wrap(HttpServletRequest) - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
 
wrap(Request, HttpServletResponse, boolean) - Static method in class org.eclipse.jetty.ee9.nested.ServletCoreResponse
 
WrappedAsyncListener(AsyncListener, ServletRequest, ServletResponse) - Constructor for class org.eclipse.jetty.ee9.nested.AsyncContextState.WrappedAsyncListener
 
WrappingContent(HttpInput.Content, boolean) - Constructor for class org.eclipse.jetty.ee9.nested.HttpInput.WrappingContent
 
wrapRequest(Request, Response) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextHandler
 
write(boolean, ByteBuffer, Callback) - Method in class org.eclipse.jetty.ee9.nested.ServletCoreResponse
 
write(byte[], int, int) - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
 
write(byte[], int, int) - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
 
write(byte[], int, int) - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
 
write(char[]) - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
write(char[], int, int) - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
write(int) - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
 
write(int) - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
 
write(int) - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
 
write(int) - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
write(Writer, String) - Method in class org.eclipse.jetty.ee9.nested.ErrorHandler
 
write(String) - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
 
write(String) - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
 
write(String) - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
write(String, int, int) - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
 
write(ByteBuffer) - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
 
write(ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
Non-Blocking write, committing the response if needed.
write(ByteBuffer, boolean, Callback) - Method in interface org.eclipse.jetty.ee9.nested.HttpOutput.Interceptor
Write content.
WRITE_CALLBACK - Enum constant in enum class org.eclipse.jetty.ee9.nested.HttpChannelState.Action
 
writeErrorJson(HttpServletRequest, PrintWriter, int, String) - Method in class org.eclipse.jetty.ee9.nested.ErrorHandler
 
writeErrorPage(HttpServletRequest, Writer, int, String, boolean) - Method in class org.eclipse.jetty.ee9.nested.ErrorHandler
 
writeErrorPageBody(HttpServletRequest, Writer, int, String, boolean) - Method in class org.eclipse.jetty.ee9.nested.ErrorHandler
 
writeErrorPageHead(HttpServletRequest, Writer, int, String) - Method in class org.eclipse.jetty.ee9.nested.ErrorHandler
 
writeErrorPageMessage(HttpServletRequest, Writer, int, String, String) - Method in class org.eclipse.jetty.ee9.nested.ErrorHandler
 
writeErrorPageStacks(HttpServletRequest, Writer) - Method in class org.eclipse.jetty.ee9.nested.ErrorHandler
 
writeErrorPlain(HttpServletRequest, PrintWriter, int, String) - Method in class org.eclipse.jetty.ee9.nested.ErrorHandler
 
writeInterim(int, HttpFields) - Method in class org.eclipse.jetty.ee9.nested.ServletCoreResponse
 
WRITER - Enum constant in enum class org.eclipse.jetty.ee9.nested.Response.OutputType
 

_

__DEFAULT_MULTIPART_CONFIG - Static variable in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser
Deprecated.
 
__FORWARD_PREFIX - Static variable in class org.eclipse.jetty.ee9.nested.Dispatcher
Dispatch include attribute names
__INCLUDE_PREFIX - Static variable in class org.eclipse.jetty.ee9.nested.Dispatcher
Dispatch include attribute names
__MULTIPART_CONFIG_ELEMENT - Static variable in class org.eclipse.jetty.ee9.nested.Request
_apiContext - Variable in class org.eclipse.jetty.ee9.nested.ContextHandler
 
_bout - Variable in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
 
_bout - Variable in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
 
_config - Variable in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser
Deprecated.
 
_content - Variable in class org.eclipse.jetty.ee9.nested.HttpInput.Content
 
_contentType - Variable in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
 
_contentType - Variable in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser
Deprecated.
 
_contentType - Variable in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
 
_contextStatus - Variable in class org.eclipse.jetty.ee9.nested.ContextHandler
 
_contextTmpDir - Variable in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser
Deprecated.
 
_cookieList - Variable in class org.eclipse.jetty.ee9.nested.Cookies
 
_enabled - Variable in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
_err - Variable in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser
Deprecated.
 
_extendedListenerTypes - Variable in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
 
_file - Variable in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
 
_file - Variable in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
 
_filename - Variable in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
 
_filename - Variable in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
 
_handler - Variable in class org.eclipse.jetty.ee9.nested.HandlerWrapper
 
_handlers - Variable in class org.eclipse.jetty.ee9.nested.HandlerCollection
 
_headers - Variable in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
 
_headers - Variable in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
 
_in - Variable in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser
Deprecated.
 
_name - Variable in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
 
_name - Variable in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
 
_nextScope - Variable in class org.eclipse.jetty.ee9.nested.ScopedHandler
 
_out - Variable in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
 
_out - Variable in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
 
_outerScope - Variable in class org.eclipse.jetty.ee9.nested.ScopedHandler
 
_parsed - Variable in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser
Deprecated.
 
_parts - Variable in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser
Deprecated.
 
_rawFields - Variable in class org.eclipse.jetty.ee9.nested.Cookies
 
_size - Variable in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
 
_size - Variable in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
 
_temporary - Variable in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
 
_temporary - Variable in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
Deprecated.
 
_tmpDir - Variable in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser
Deprecated.
 
_writeFilesWithFilenames - Variable in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser
Deprecated.
 
A B C D E F G H I L M N O P Q R S T U V W _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form