Package | Description |
---|---|
org.apache.reef.webserver |
HTTP Server component to implement a REST API for the Driver or Evaluators.
|
Modifier and Type | Method and Description |
---|---|
AvroHttpRequest.Builder |
AvroHttpRequest.Builder.clearHeader()
Clears the value of the 'header' field
|
AvroHttpRequest.Builder |
AvroHttpRequest.Builder.clearHttpMethod()
Clears the value of the 'httpMethod' field
|
AvroHttpRequest.Builder |
AvroHttpRequest.Builder.clearInputStream()
Clears the value of the 'inputStream' field
|
AvroHttpRequest.Builder |
AvroHttpRequest.Builder.clearPathInfo()
Clears the value of the 'pathInfo' field
|
AvroHttpRequest.Builder |
AvroHttpRequest.Builder.clearQueryString()
Clears the value of the 'queryString' field
|
AvroHttpRequest.Builder |
AvroHttpRequest.Builder.clearRequestUrl()
Clears the value of the 'requestUrl' field
|
static AvroHttpRequest.Builder |
AvroHttpRequest.newBuilder()
Creates a new AvroHttpRequest RecordBuilder
|
static AvroHttpRequest.Builder |
AvroHttpRequest.newBuilder(AvroHttpRequest.Builder other)
Creates a new AvroHttpRequest RecordBuilder by copying an existing Builder
|
static AvroHttpRequest.Builder |
AvroHttpRequest.newBuilder(AvroHttpRequest other)
Creates a new AvroHttpRequest RecordBuilder by copying an existing AvroHttpRequest instance
|
AvroHttpRequest.Builder |
AvroHttpRequest.Builder.setHeader(List<HeaderEntry> value)
Sets the value of the 'header' field
|
AvroHttpRequest.Builder |
AvroHttpRequest.Builder.setHttpMethod(CharSequence value)
Sets the value of the 'httpMethod' field
|
AvroHttpRequest.Builder |
AvroHttpRequest.Builder.setInputStream(ByteBuffer value)
Sets the value of the 'inputStream' field
|
AvroHttpRequest.Builder |
AvroHttpRequest.Builder.setPathInfo(CharSequence value)
Sets the value of the 'pathInfo' field
|
AvroHttpRequest.Builder |
AvroHttpRequest.Builder.setQueryString(CharSequence value)
Sets the value of the 'queryString' field
|
AvroHttpRequest.Builder |
AvroHttpRequest.Builder.setRequestUrl(CharSequence value)
Sets the value of the 'requestUrl' field
|
Modifier and Type | Method and Description |
---|---|
static AvroHttpRequest.Builder |
AvroHttpRequest.newBuilder(AvroHttpRequest.Builder other)
Creates a new AvroHttpRequest RecordBuilder by copying an existing Builder
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.