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 |
---|---|
HeaderEntry.Builder |
HeaderEntry.Builder.clearKey()
Clears the value of the 'key' field
|
HeaderEntry.Builder |
HeaderEntry.Builder.clearValue()
Clears the value of the 'value' field
|
static HeaderEntry.Builder |
HeaderEntry.newBuilder()
Creates a new HeaderEntry RecordBuilder
|
static HeaderEntry.Builder |
HeaderEntry.newBuilder(HeaderEntry.Builder other)
Creates a new HeaderEntry RecordBuilder by copying an existing Builder
|
static HeaderEntry.Builder |
HeaderEntry.newBuilder(HeaderEntry other)
Creates a new HeaderEntry RecordBuilder by copying an existing HeaderEntry instance
|
HeaderEntry.Builder |
HeaderEntry.Builder.setKey(CharSequence value)
Sets the value of the 'key' field
|
HeaderEntry.Builder |
HeaderEntry.Builder.setValue(CharSequence value)
Sets the value of the 'value' field
|
Modifier and Type | Method and Description |
---|---|
static HeaderEntry.Builder |
HeaderEntry.newBuilder(HeaderEntry.Builder other)
Creates a new HeaderEntry RecordBuilder by copying an existing Builder
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.