Uses of Package
com.yahoo.jdisc.handler
Packages that use com.yahoo.jdisc.handler
Package
Description
Provides the common classes and interfaces of the jDISC core.
Provides classes and interfaces for implementing an
Application
.Provides classes and interfaces for implementing a
RequestHandler
.Provides classes and interfaces for implementing a
ClientProvider
or
a ServerProvider
.Provides classes and interfaces for implementing unit tests of jDISC components.
-
Classes in com.yahoo.jdisc.handler used by com.yahoo.jdisc
-
Classes in com.yahoo.jdisc.handler used by com.yahoo.jdisc.applicationClassDescriptionThis interface defines a component that is capable of acting as a handler for a
Request
. -
Classes in com.yahoo.jdisc.handler used by com.yahoo.jdisc.coreClassDescriptionThis interface defines a component that is capable of acting as a handler for a
Request
. -
Classes in com.yahoo.jdisc.handler used by com.yahoo.jdisc.handlerClassDescriptionThis class provides an abstract
RequestHandler
implementation with reasonable defaults for everything butRequestHandler.handleRequest(Request, ResponseHandler)
.This class implements an unlimited, non-blocking content queue.This interface defines a handler for consuming the result of an asynchronous I/O operation.This class extendsUnsafeContentInputStream
and adds a finalizer to it that callsUnsafeContentInputStream.close()
.This class provides a non-blocking, awaitable write-interface to aContentChannel
.This class provides a convenient implementation ofContentChannel
that does not support being written to.This class implements aContentChannel
that has a blocking read interface.This class provides a convenient way of safely dispatching aRequest
.This interface defines a component that is capable of acting as a handler for aRequest
.This class provides a convenient way of safely dispatching aResponse
.This interface defines a component that is capable of acting as a handler for aResponse
.This class provides an adapter from aReadableContentChannel
to an InputStream. -
Classes in com.yahoo.jdisc.handler used by com.yahoo.jdisc.serviceClassDescriptionThis class provides an abstract
RequestHandler
implementation with reasonable defaults for everything butRequestHandler.handleRequest(Request, ResponseHandler)
.This interface defines a component that is capable of acting as a handler for aRequest
. -
Classes in com.yahoo.jdisc.handler used by com.yahoo.jdisc.testClassDescriptionThis interface defines a handler for consuming the result of an asynchronous I/O operation.This class provides a convenient way of safely dispatching a
Request
.This interface defines a component that is capable of acting as a handler for aRequest
.This interface defines a component that is capable of acting as a handler for aResponse
.