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

Used to serialize and deserialize Avro record org.apache.reef.webserver.AvroHttpRequest. More...

Public Member Functions

 AvroHttpRequest ()
 Initializes a new instance of the AvroHttpRequest class. More...
 
 AvroHttpRequest (List< Org.Apache.REEF.Common.Avro.HeaderEntry > header, string requestUrl, string pathInfo, string queryString, string httpMethod, byte[] inputStream)
 Initializes a new instance of the AvroHttpRequest class. More...
 

Properties

static string Schema [get]
 Gets the schema. More...
 
List< Org.Apache.REEF.Common.Avro.HeaderEntryHeader [get, set]
 Gets or sets the header field. More...
 
string RequestUrl [get, set]
 Gets or sets the requestUrl field. More...
 
string PathInfo [get, set]
 Gets or sets the pathInfo field. More...
 
string QueryString [get, set]
 Gets or sets the queryString field. More...
 
string HttpMethod [get, set]
 Gets or sets the httpMethod field. More...
 
byte[] InputStream [get, set]
 Gets or sets the inputStream field. More...
 

Detailed Description

Used to serialize and deserialize Avro record org.apache.reef.webserver.AvroHttpRequest.

Constructor & Destructor Documentation

Org.Apache.REEF.Common.Avro.AvroHttpRequest.AvroHttpRequest ( )
inline

Initializes a new instance of the AvroHttpRequest class.

Org.Apache.REEF.Common.Avro.AvroHttpRequest.AvroHttpRequest ( List< Org.Apache.REEF.Common.Avro.HeaderEntry header,
string  requestUrl,
string  pathInfo,
string  queryString,
string  httpMethod,
byte[]  inputStream 
)
inline

Initializes a new instance of the AvroHttpRequest class.

Parameters
headerThe header.
requestUrlThe requestUrl.
pathInfoThe pathInfo.
queryStringThe queryString.
httpMethodThe httpMethod.
inputStreamThe inputStream.

Property Documentation

List<Org.Apache.REEF.Common.Avro.HeaderEntry> Org.Apache.REEF.Common.Avro.AvroHttpRequest.Header
getset

Gets or sets the header field.

string Org.Apache.REEF.Common.Avro.AvroHttpRequest.HttpMethod
getset

Gets or sets the httpMethod field.

byte [] Org.Apache.REEF.Common.Avro.AvroHttpRequest.InputStream
getset

Gets or sets the inputStream field.

string Org.Apache.REEF.Common.Avro.AvroHttpRequest.PathInfo
getset

Gets or sets the pathInfo field.

string Org.Apache.REEF.Common.Avro.AvroHttpRequest.QueryString
getset

Gets or sets the queryString field.

string Org.Apache.REEF.Common.Avro.AvroHttpRequest.RequestUrl
getset

Gets or sets the requestUrl field.

string Org.Apache.REEF.Common.Avro.AvroHttpRequest.Schema
staticget

Gets the schema.


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