|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
Inherited by Org.Apache.REEF.Driver.Defaults.DefaultHttpHandler.
Public Member Functions | |
| string | GetSpecification () |
| Define the specification of the handler. More... | |
| void | OnHttpRequest (ReefHttpRequest requet, ReefHttpResponse resonse) |
| Called when Http request is sent More... | |
| string Org.Apache.REEF.Driver.Bridge.IHttpHandler.GetSpecification | ( | ) |
Define the specification of the handler.
":" is not allowed in the specification.
Implemented in Org.Apache.REEF.Driver.Defaults.DefaultHttpHandler.
| void Org.Apache.REEF.Driver.Bridge.IHttpHandler.OnHttpRequest | ( | ReefHttpRequest | requet, |
| ReefHttpResponse | resonse | ||
| ) |
Called when Http request is sent
| request | The request. |
| response | The response. |
Implemented in Org.Apache.REEF.Driver.Defaults.DefaultHttpHandler.
1.8.11