Package | Description |
---|---|
org.apache.reef.examples.scheduler.driver.http |
Task scheduler example HTTP API.
|
org.apache.reef.webserver |
HTTP Server component to implement a REST API for the Driver or Evaluators.
|
Modifier and Type | Class and Description |
---|---|
class |
SchedulerHttpHandler
Receive HttpRequest so that it can handle the command list.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpServerReefEventHandler
Http handler for REEF events.
|
Modifier and Type | Field and Description |
---|---|
static OptionalParameter<HttpHandler> |
HttpHandlerConfiguration.HTTP_HANDLERS
Specify optional parameter for HttpEventHandlers.
|
Modifier and Type | Method and Description |
---|---|
void |
NoOpHttpServerImpl.addHttpHandler(HttpHandler httpHandler) |
void |
HttpServerImpl.addHttpHandler(HttpHandler httpHandler)
Add a HttpHandler to Jetty Handler.
|
void |
HttpServer.addHttpHandler(HttpHandler httpHandler)
Add a httpHandler to the server.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.