LocalReplyConfig.Builder |
LocalReplyConfig.Builder.addAllMappers(Iterable<? extends ResponseMapper> values) |
Configuration of list of mappers which allows to filter and change local response.
|
LocalReplyConfig.Builder |
LocalReplyConfig.Builder.addMappers(int index,
ResponseMapper value) |
Configuration of list of mappers which allows to filter and change local response.
|
LocalReplyConfig.Builder |
LocalReplyConfig.Builder.addMappers(int index,
ResponseMapper.Builder builderForValue) |
Configuration of list of mappers which allows to filter and change local response.
|
LocalReplyConfig.Builder |
LocalReplyConfig.Builder.addMappers(ResponseMapper value) |
Configuration of list of mappers which allows to filter and change local response.
|
LocalReplyConfig.Builder |
LocalReplyConfig.Builder.addMappers(ResponseMapper.Builder builderForValue) |
Configuration of list of mappers which allows to filter and change local response.
|
LocalReplyConfig.Builder |
LocalReplyConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
LocalReplyConfig.Builder |
LocalReplyConfig.Builder.clear() |
|
LocalReplyConfig.Builder |
LocalReplyConfig.Builder.clearBodyFormat() |
The configuration to form response body from the :ref:`command operators <config_access_log_command_operators>`
and to specify response content type as one of: plain/text or application/json.
|
LocalReplyConfig.Builder |
LocalReplyConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
LocalReplyConfig.Builder |
LocalReplyConfig.Builder.clearMappers() |
Configuration of list of mappers which allows to filter and change local response.
|
LocalReplyConfig.Builder |
LocalReplyConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
LocalReplyConfig.Builder |
LocalReplyConfig.Builder.clone() |
|
LocalReplyConfig.Builder |
HttpConnectionManager.Builder.getLocalReplyConfigBuilder() |
The configuration to customize local reply returned by Envoy.
|
LocalReplyConfig.Builder |
LocalReplyConfig.Builder.mergeBodyFormat(SubstitutionFormatString value) |
The configuration to form response body from the :ref:`command operators <config_access_log_command_operators>`
and to specify response content type as one of: plain/text or application/json.
|
LocalReplyConfig.Builder |
LocalReplyConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
LocalReplyConfig.Builder |
LocalReplyConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
|
LocalReplyConfig.Builder |
LocalReplyConfig.Builder.mergeFrom(LocalReplyConfig other) |
|
LocalReplyConfig.Builder |
LocalReplyConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static LocalReplyConfig.Builder |
LocalReplyConfig.newBuilder() |
|
static LocalReplyConfig.Builder |
LocalReplyConfig.newBuilder(LocalReplyConfig prototype) |
|
LocalReplyConfig.Builder |
LocalReplyConfig.newBuilderForType() |
|
protected LocalReplyConfig.Builder |
LocalReplyConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
LocalReplyConfig.Builder |
LocalReplyConfig.Builder.removeMappers(int index) |
Configuration of list of mappers which allows to filter and change local response.
|
LocalReplyConfig.Builder |
LocalReplyConfig.Builder.setBodyFormat(SubstitutionFormatString value) |
The configuration to form response body from the :ref:`command operators <config_access_log_command_operators>`
and to specify response content type as one of: plain/text or application/json.
|
LocalReplyConfig.Builder |
LocalReplyConfig.Builder.setBodyFormat(SubstitutionFormatString.Builder builderForValue) |
The configuration to form response body from the :ref:`command operators <config_access_log_command_operators>`
and to specify response content type as one of: plain/text or application/json.
|
LocalReplyConfig.Builder |
LocalReplyConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
LocalReplyConfig.Builder |
LocalReplyConfig.Builder.setMappers(int index,
ResponseMapper value) |
Configuration of list of mappers which allows to filter and change local response.
|
LocalReplyConfig.Builder |
LocalReplyConfig.Builder.setMappers(int index,
ResponseMapper.Builder builderForValue) |
Configuration of list of mappers which allows to filter and change local response.
|
LocalReplyConfig.Builder |
LocalReplyConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
LocalReplyConfig.Builder |
LocalReplyConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
LocalReplyConfig.Builder |
LocalReplyConfig.toBuilder() |
|