This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Driver.Defaults.DefaultHttpHandler Class Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Public Member Functions | List of all members
Org.Apache.REEF.Driver.Defaults.DefaultHttpHandler Class Reference

Inherits Org.Apache.REEF.Driver.Bridge.IHttpHandler.

Public Member Functions

string GetSpecification ()
 Define the specification of the handler. More...
 
void OnHttpRequest (ReefHttpRequest request, ReefHttpResponse response)
 Called when Http request is sent More...
 

Member Function Documentation

string Org.Apache.REEF.Driver.Defaults.DefaultHttpHandler.GetSpecification ( )
inline

Define the specification of the handler.

":" is not allowed in the specification.

Returns
string specification

Implements Org.Apache.REEF.Driver.Bridge.IHttpHandler.

void Org.Apache.REEF.Driver.Defaults.DefaultHttpHandler.OnHttpRequest ( ReefHttpRequest  requet,
ReefHttpResponse  resonse 
)
inline

Called when Http request is sent

Parameters
requestThe request.
responseThe response.

Implements Org.Apache.REEF.Driver.Bridge.IHttpHandler.


The documentation for this class was generated from the following file: