Apache REEF  0.16.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

◆ GetSpecification()

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.

◆ OnHttpRequest()

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: