|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
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.HeaderEntry > | Header [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... | |
Used to serialize and deserialize Avro record org.apache.reef.webserver.AvroHttpRequest.
|
inline |
Initializes a new instance of the AvroHttpRequest class.
|
inline |
Initializes a new instance of the AvroHttpRequest class.
| header | The header. |
| requestUrl | The requestUrl. |
| pathInfo | The pathInfo. |
| queryString | The queryString. |
| httpMethod | The httpMethod. |
| inputStream | The inputStream. |
|
getset |
Gets or sets the header field.
|
getset |
Gets or sets the httpMethod field.
|
getset |
Gets or sets the inputStream field.
|
getset |
Gets or sets the pathInfo field.
|
getset |
Gets or sets the queryString field.
|
getset |
Gets or sets the requestUrl field.
|
staticget |
Gets the schema.
1.8.11