Uses of Class
io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3.ThriftFilter
Packages that use ThriftFilter
-
Uses of ThriftFilter in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3 that return ThriftFilterModifier and TypeMethodDescriptionThriftFilter.Builder.build()ThriftFilter.Builder.buildPartial()static ThriftFilterThriftFilter.getDefaultInstance()ThriftFilter.Builder.getDefaultInstanceForType()ThriftFilter.getDefaultInstanceForType()ThriftProxy.Builder.getThriftFilters(int index) A list of individual Thrift filters that make up the filter chain for requests made to the Thrift proxy.ThriftProxy.getThriftFilters(int index) A list of individual Thrift filters that make up the filter chain for requests made to the Thrift proxy.ThriftProxyOrBuilder.getThriftFilters(int index) A list of individual Thrift filters that make up the filter chain for requests made to the Thrift proxy.static ThriftFilterThriftFilter.parseDelimitedFrom(InputStream input) static ThriftFilterThriftFilter.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ThriftFilterThriftFilter.parseFrom(byte[] data) static ThriftFilterThriftFilter.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ThriftFilterThriftFilter.parseFrom(com.google.protobuf.ByteString data) static ThriftFilterThriftFilter.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ThriftFilterThriftFilter.parseFrom(com.google.protobuf.CodedInputStream input) static ThriftFilterThriftFilter.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ThriftFilterThriftFilter.parseFrom(InputStream input) static ThriftFilterThriftFilter.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ThriftFilterThriftFilter.parseFrom(ByteBuffer data) static ThriftFilterThriftFilter.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3 that return types with arguments of type ThriftFilterModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ThriftFilter>ThriftFilter.getParserForType()ThriftProxy.Builder.getThriftFiltersList()A list of individual Thrift filters that make up the filter chain for requests made to the Thrift proxy.ThriftProxy.getThriftFiltersList()A list of individual Thrift filters that make up the filter chain for requests made to the Thrift proxy.ThriftProxyOrBuilder.getThriftFiltersList()A list of individual Thrift filters that make up the filter chain for requests made to the Thrift proxy.static com.google.protobuf.Parser<ThriftFilter>ThriftFilter.parser()Methods in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3 with parameters of type ThriftFilterModifier and TypeMethodDescriptionThriftProxy.Builder.addThriftFilters(int index, ThriftFilter value) A list of individual Thrift filters that make up the filter chain for requests made to the Thrift proxy.ThriftProxy.Builder.addThriftFilters(ThriftFilter value) A list of individual Thrift filters that make up the filter chain for requests made to the Thrift proxy.ThriftFilter.Builder.mergeFrom(ThriftFilter other) static ThriftFilter.BuilderThriftFilter.newBuilder(ThriftFilter prototype) ThriftProxy.Builder.setThriftFilters(int index, ThriftFilter value) A list of individual Thrift filters that make up the filter chain for requests made to the Thrift proxy.Method parameters in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3 with type arguments of type ThriftFilterModifier and TypeMethodDescriptionThriftProxy.Builder.addAllThriftFilters(Iterable<? extends ThriftFilter> values) A list of individual Thrift filters that make up the filter chain for requests made to the Thrift proxy.