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

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...
 

Member Function Documentation

string Org.Apache.REEF.Driver.Bridge.IHttpHandler.GetSpecification ( )

Define the specification of the handler.

":" is not allowed in the specification.

Returns
string 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

Parameters
requestThe request.
responseThe response.

Implemented in Org.Apache.REEF.Driver.Defaults.DefaultHttpHandler.


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