Interface | Description |
---|---|
CustomRequestHandler |
An extension to the regular request-handler interface that allows
life-cycle control by the job agent.
|
Class | Description |
---|---|
AbstractCustomRequestHandler |
Abstract base class for custom request handler implementations.
|
DefaultRequestHandler |
This is the default request handler for incoming requests to
a job agent.
|
InfoRequestHandler |
This is a request handler for the
info and status
commands. |
MultiProtocolRequestHandler |
Request handler implementation that forwards all requests to a registered
protocol-specific handler.
|
PauseRequestHandler |
This is a request handler for the
pause command. |
PingRequestHandler |
This is a request handler for the
ping command. |
SignalRequestHandler |
This is a request handler for the
signal commands. |
StartRequestHandler |
This is a request handler for the
start command. |
StopRequestHandler |
This is a request handler for the
stop command. |