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

Inherited by Org.Apache.REEF.Driver.Bridge.HttpMessage.

Public Member Functions

string GetRequestString ()
 
void SetQueryResult (string responseString)
 
byte[] GetQueryReuestData ()
 
void SetQueryResponseData (byte[] responseData)
 
void SetUriSpecification (string uriSpecification)
 

Member Function Documentation

byte [] Org.Apache.REEF.Driver.Bridge.IHttpMessage.GetQueryReuestData ( )
string Org.Apache.REEF.Driver.Bridge.IHttpMessage.GetRequestString ( )
void Org.Apache.REEF.Driver.Bridge.IHttpMessage.SetQueryResponseData ( byte[]  responseData)
void Org.Apache.REEF.Driver.Bridge.IHttpMessage.SetQueryResult ( string  responseString)
void Org.Apache.REEF.Driver.Bridge.IHttpMessage.SetUriSpecification ( string  uriSpecification)

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