Uses of Class
com.yahoo.container.jdisc.ThreadedRequestHandler
Packages that use ThreadedRequestHandler
Package
Description
Contains the handler framework of the container.
Exported config package
-
Uses of ThreadedRequestHandler in com.yahoo.container.handler
Subclasses of ThreadedRequestHandler in com.yahoo.container.handlerModifier and TypeClassDescriptionclassExposes access log through http.classDummy handler for paths that should be handled in a request filter.classfinal classTransmit status to VIP from file or memory. -
Uses of ThreadedRequestHandler in com.yahoo.container.handler.metrics
Subclasses of ThreadedRequestHandler in com.yahoo.container.handler.metricsModifier and TypeClassDescriptionclassclassclass -
Uses of ThreadedRequestHandler in com.yahoo.container.jdisc
Subclasses of ThreadedRequestHandler in com.yahoo.container.jdiscModifier and TypeClassDescriptionclassDeprecated.classA simple HTTP request handler, using theHttpRequestandHttpResponseclasses. -
Uses of ThreadedRequestHandler in com.yahoo.processing.handler
Subclasses of ThreadedRequestHandler in com.yahoo.processing.handlerModifier and TypeClassDescriptionclassAbstractProcessingHandler<COMPONENT extends Processor>Superclass of handlers invoking some kind of processing chain.classA request handler which invokes a processing chain to produce the response. -
Uses of ThreadedRequestHandler in com.yahoo.restapi
Subclasses of ThreadedRequestHandler in com.yahoo.restapi
ThreadedHttpRequestHandler, which provides the same level of functionality.