Uses of Interface
org.eclipse.jetty.server.Handler
Packages that use Handler
Package
Description
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty GZIP Handler
-
Uses of Handler in org.eclipse.jetty.server
Subinterfaces of Handler in org.eclipse.jetty.serverModifier and TypeInterfaceDescriptionstatic interfaceAHandler.Containerthat can contain multiple otherHandlers.static interfaceAHandlerthat contains one or more otherHandlers.static interfaceAHandler.Containerthat can contain a single otherHandler.interfaceDeprecated.Classes in org.eclipse.jetty.server that implement HandlerModifier and TypeClassDescriptionstatic classAn abstract implementation ofHandlerthat is aContainerLifeCycle.static classstatic classAHandler.Abstractthat implementsHandler.Container.static classAHandler.Containerthat contains a list of otherHandlers that are tried in sequence byHandler.Sequence.handle(Request, Response, Callback).static classAn implementation ofHandler.Singleton, which is aHandler.Containerthat wraps a single otherHandler.classclassA handler that can limit the size of message bodies in requests and responses.Methods in org.eclipse.jetty.server with type parameters of type HandlerModifier and TypeMethodDescription<T extends Handler>
THandler.AbstractContainer.getDescendant(Class<T> type) default <T extends Handler>
THandler.Container.getDescendant(Class<T> type) Handler.AbstractContainer.getDescendants(Class<T> type) Handler.Container.getDescendants(Class<T> type) Get a list of descendants of the passed type.Methods in org.eclipse.jetty.server that return HandlerModifier and TypeMethodDescriptionServer.getDefaultHandler()Handler.Singleton.getHandler()Handler.Wrapper.getHandler()static HandlerHandler.Singleton.updateHandler(Handler.Singleton wrapper, Handler handler) Utility method to: Check the server state and invocation type Check for handler loops Set the server on the handler Update the beans on if the Nests is aContainerLifeCycleMethods in org.eclipse.jetty.server that return types with arguments of type HandlerModifier and TypeMethodDescriptionHandler.Container.getDescendants()Handler.Container.getHandlers()Handler.Sequence.getHandlers()Handler.Singleton.getHandlers()Handler.Sequence.newHandlers(List<Handler> handlers) Methods in org.eclipse.jetty.server with parameters of type HandlerModifier and TypeMethodDescriptionvoidHandler.Collection.addHandler(Handler handler) voidHandler.Sequence.addHandler(Handler handler) static <T extends Handler.Container>
THandler.AbstractContainer.findContainerOf(Handler.Container root, Class<T> type, Handler handler) default <T extends Handler.Container>
THandler.Container.getContainer(Handler handler, Class<T> type) voidHandler.Sequence.removeHandler(Handler handler) voidServer.setDefaultHandler(Handler defaultHandler) voidHandler.Singleton.setHandler(Handler handler) Set the nested handler.voidHandler.Wrapper.setHandler(Handler handler) default voidHandler.Collection.setHandlers(Handler... handlers) static HandlerHandler.Singleton.updateHandler(Handler.Singleton wrapper, Handler handler) Utility method to: Check the server state and invocation type Check for handler loops Set the server on the handler Update the beans on if the Nests is aContainerLifeCycleMethod parameters in org.eclipse.jetty.server with type arguments of type HandlerModifier and TypeMethodDescriptiondefault voidHandler.Collection.addHandler(Supplier<Handler> supplier) Handler.Sequence.newHandlers(List<Handler> handlers) default voidHandler.Singleton.setHandler(Supplier<Handler> supplier) Set the nested handler from a supplier.voidHandler.Collection.setHandlers(List<Handler> handlers) voidHandler.Sequence.setHandlers(List<Handler> handlers) Constructors in org.eclipse.jetty.server with parameters of type HandlerModifierConstructorDescriptionConstructor parameters in org.eclipse.jetty.server with type arguments of type Handler -
Uses of Handler in org.eclipse.jetty.server.handler
Classes in org.eclipse.jetty.server.handler that implement HandlerModifier and TypeClassDescriptionclassDeprecated.UseHandler.AbstractclassDeprecated.classA Handler that can apply a mechanism to buffer the entire response content until the output is closed.classImplementation of aHandlerthat supports HTTP CONNECT.classclassCreates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandlers.classDebug Handler.classDefault Handler.classclassAHandler.Wrapperthat fires events during the processing of the requests.classHandler to track active requests and allow them to gracefully complete.classAHandlerContainerthat allows a hot swap of a wrapped handler.classHandler to adjust the idle timeout of requests while dispatched.classInetAddress Access HandlerclassAHandlerthat helps recording the total latency of the requests executed by the wrapped handler.classAContextHandlerwith a childHandlerthat redirects to a configurable URI.classA Handler that delegates to other handlers through a configuredPathMappings.classclassResource Handler.static classUtility class to create a ContextHandler containing a ResourceHandler.classForces a redirect to the secure form of the resource before allowed to access the resource.classAHandlerthat initiates a Shutdown of the Jetty Server it belongs to.classstatic classChecks that the wrapped handler can read/write at a minimal rate of N bytes per second.classHandler to limit the threads per IP address for DOS protectionclassInspired by nginx'stry_filesfunctionality.Methods in org.eclipse.jetty.server.handler that return HandlerModifier and TypeMethodDescriptionprotected HandlerDelayedHandler.DelayedProcess.getHandler()HotSwapHandler.getHandler()Methods in org.eclipse.jetty.server.handler that return types with arguments of type HandlerModifier and TypeMethodDescriptionPathMappingsHandler.getHandlers()ContextHandlerCollection.newHandlers(List<Handler> handlers) Methods in org.eclipse.jetty.server.handler with parameters of type HandlerModifier and TypeMethodDescriptionvoidPathMappingsHandler.addMapping(org.eclipse.jetty.http.pathmap.PathSpec pathSpec, Handler handler) voidContextHandlerCollection.deployHandler(Handler handler, org.eclipse.jetty.util.Callback callback) Thread safe deploy of a Handler.protected DelayedHandler.DelayedProcessDelayedHandler.newDelayedProcess(boolean contentExpected, String contentType, org.eclipse.jetty.http.MimeTypes.Type mimeType, Handler handler, Request request, Response response, org.eclipse.jetty.util.Callback callback) voidHotSwapHandler.setHandler(Handler handler) voidContextHandlerCollection.undeployHandler(Handler handler, org.eclipse.jetty.util.Callback callback) Thread safe undeploy of a Handler.Method parameters in org.eclipse.jetty.server.handler with type arguments of type HandlerConstructors in org.eclipse.jetty.server.handler with parameters of type HandlerModifierConstructorDescriptionBufferedResponseHandler(Handler handler) ByHttpStatus(Handler handler) ConnectHandler(Handler handler) ContextHandler(Handler handler) ContextHandler(Handler handler, String contextPath) DebugHandler(Handler handler) DelayedHandler(Handler handler) protectedDelayedProcess(Handler handler, Request request, Response response, org.eclipse.jetty.util.Callback callback) EventsHandler(Handler handler) GracefulHandler(Handler handler) IdleTimeoutHandler(Handler handler) InetAccessHandler(Handler handler) LatencyRecordingHandler(Handler handler) MinimumDataRateHandler(Handler handler, long minimumReadRate, long minimumWriteRate) Creates aMinimumDataRateHandlerwith the specified read and write rates.protectedReHandlingErrorHandler(Handler handler) ResourceHandler(Handler handler) SecuredRedirectHandler(Handler handler) Uses moved temporarily code (302) as the redirect code.SecuredRedirectHandler(Handler handler, int code) Use supplied code as the redirect code.ShutdownHandler(Handler handler, String shutdownPath, String shutdownToken, boolean exitJVM) Creates a Handler that lets the server be shut down remotely (but only from localhost).StatisticsHandler(Handler handler) ThreadLimitHandler(Handler handler, String forwardedHeader, boolean rfc7239) TryPathsHandler(Handler handler) UntilContentDelayedProcess(Handler handler, Request request, Response response, org.eclipse.jetty.util.Callback callback) UntilFormDelayedProcess(Handler handler, Request wrapped, Response response, org.eclipse.jetty.util.Callback callback, String contentType) -
Uses of Handler in org.eclipse.jetty.server.handler.gzip
Classes in org.eclipse.jetty.server.handler.gzip that implement HandlerConstructors in org.eclipse.jetty.server.handler.gzip with parameters of type Handler
Handler.Container