Uses of Class
com.yahoo.jdisc.handler.RequestDispatch
Packages that use RequestDispatch
Package
Description
Provides classes and interfaces for implementing a
RequestHandler
.Provides classes and interfaces for implementing unit tests of jDISC components.
-
Uses of RequestDispatch in com.yahoo.jdisc.handler
Subclasses of RequestDispatch in com.yahoo.jdisc.handlerModifier and TypeClassDescriptionclass
This is a convenient subclass ofRequestDispatch
that implements theCallable
interface. -
Uses of RequestDispatch in com.yahoo.jdisc.test
Methods in com.yahoo.jdisc.test that return RequestDispatchModifier and TypeMethodDescriptionTestDriver.newRequestDispatch
(String requestUri, ResponseHandler responseHandler)