Interface | Description |
---|---|
RestfulGateway |
Gateway for restful endpoints.
|
WebMonitor |
Interface for web monitors.
|
WebMonitorExtension |
Interface for
WebMonitorEndpoint extensions. |
Class | Description |
---|---|
HttpRequestHandler |
Simple code which handles all HTTP requests from the user, and passes them to the Router
handler directly if they do not involve file upload requests.
|
PipelineErrorHandler |
This is the last handler in the pipeline.
|
WebMonitorEndpoint<T extends RestfulGateway> |
Rest endpoint which serves the web frontend REST calls.
|
WebMonitorUtils |
Utilities for the web runtime monitor.
|
WebMonitorUtils.LogFileLocation |
Singleton to hold the log and stdout file.
|
WebSubmissionExtension |
Container for the web submission handlers.
|
Enum | Description |
---|---|
WebMonitorExtension.EmptyWebMonitorExtension |
Empty web monitor extension which can be used as a null object.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.