Package | Description |
---|---|
org.apache.reef.webserver |
HTTP Server component to implement a REST API for the Driver or Evaluators.
|
Modifier and Type | Field and Description |
---|---|
List<HeaderEntry> |
AvroHttpRequest.header
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HeaderEntry |
HeaderEntry.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<HeaderEntry> |
AvroHttpRequest.getHeader()
Gets the value of the 'header' field.
|
List<HeaderEntry> |
AvroHttpRequest.Builder.getHeader()
Gets the value of the 'header' field
|
List<HeaderEntry> |
ParsedHttpRequest.getHeaderEntryList()
get http header as a list of HeaderEntry.
|
Modifier and Type | Method and Description |
---|---|
static HeaderEntry.Builder |
HeaderEntry.newBuilder(HeaderEntry other)
Creates a new HeaderEntry RecordBuilder by copying an existing HeaderEntry instance
|
Modifier and Type | Method and Description |
---|---|
void |
AvroHttpRequest.setHeader(List<HeaderEntry> value)
Sets the value of the 'header' field.
|
AvroHttpRequest.Builder |
AvroHttpRequest.Builder.setHeader(List<HeaderEntry> value)
Sets the value of the 'header' field
|
Constructor and Description |
---|
AvroHttpRequest(List<HeaderEntry> header,
CharSequence requestUrl,
CharSequence pathInfo,
CharSequence queryString,
CharSequence httpMethod,
ByteBuffer inputStream)
All-args constructor.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.