LocalReplyConfig.Builder |
LocalReplyConfig.Builder.addAllMappers(java.lang.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.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.clearMappers() |
Configuration of list of mappers which allows to filter and change local response.
|
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) |
|
static LocalReplyConfig.Builder |
LocalReplyConfig.newBuilder() |
|
static LocalReplyConfig.Builder |
LocalReplyConfig.newBuilder(LocalReplyConfig prototype) |
|
LocalReplyConfig.Builder |
LocalReplyConfig.newBuilderForType() |
|
protected LocalReplyConfig.Builder |
LocalReplyConfig.newBuilderForType(com.google.protobuf.AbstractMessage.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.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.toBuilder() |
|