Uses of Package
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.
-
-
ClassDescriptionThis interface defines a component that is capable of acting as a handler for a
Request
. -
ClassDescriptionThis interface defines a component that is capable of acting as a handler for a
Request
. -
ClassDescriptionThis 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. -
ClassDescriptionThis 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
. -
ClassDescriptionThis 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
.