Interface | Description |
---|---|
RestfulGateway |
Gateway for restful endpoints.
|
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 file, the stdout file, the log directory.
|
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–2023 The Apache Software Foundation. All rights reserved.