Uses of Class
io.envoyproxy.envoy.extensions.filters.http.fault.v3.FaultAbort
Packages that use FaultAbort
-
Uses of FaultAbort in io.envoyproxy.envoy.extensions.filters.http.fault.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.fault.v3 that return FaultAbortModifier and TypeMethodDescriptionFaultAbort.Builder.build()FaultAbort.Builder.buildPartial()HTTPFault.Builder.getAbort()If specified, the filter will abort requests based on the values in the object.HTTPFault.getAbort()If specified, the filter will abort requests based on the values in the object.HTTPFaultOrBuilder.getAbort()If specified, the filter will abort requests based on the values in the object.static FaultAbortFaultAbort.getDefaultInstance()FaultAbort.Builder.getDefaultInstanceForType()FaultAbort.getDefaultInstanceForType()static FaultAbortFaultAbort.parseDelimitedFrom(InputStream input) static FaultAbortFaultAbort.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FaultAbortFaultAbort.parseFrom(byte[] data) static FaultAbortFaultAbort.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FaultAbortFaultAbort.parseFrom(com.google.protobuf.ByteString data) static FaultAbortFaultAbort.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FaultAbortFaultAbort.parseFrom(com.google.protobuf.CodedInputStream input) static FaultAbortFaultAbort.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FaultAbortFaultAbort.parseFrom(InputStream input) static FaultAbortFaultAbort.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FaultAbortFaultAbort.parseFrom(ByteBuffer data) static FaultAbortFaultAbort.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.filters.http.fault.v3 that return types with arguments of type FaultAbortModifier and TypeMethodDescriptioncom.google.protobuf.Parser<FaultAbort> FaultAbort.getParserForType()static com.google.protobuf.Parser<FaultAbort> FaultAbort.parser()Methods in io.envoyproxy.envoy.extensions.filters.http.fault.v3 with parameters of type FaultAbortModifier and TypeMethodDescriptionHTTPFault.Builder.mergeAbort(FaultAbort value) If specified, the filter will abort requests based on the values in the object.FaultAbort.Builder.mergeFrom(FaultAbort other) static FaultAbort.BuilderFaultAbort.newBuilder(FaultAbort prototype) HTTPFault.Builder.setAbort(FaultAbort value) If specified, the filter will abort requests based on the values in the object.