Uses of Class
io.envoyproxy.envoy.config.filter.network.thrift_proxy.v2alpha1.RouteMatch.Builder
Packages that use RouteMatch.Builder
-
Uses of RouteMatch.Builder in io.envoyproxy.envoy.config.filter.network.thrift_proxy.v2alpha1
Methods in io.envoyproxy.envoy.config.filter.network.thrift_proxy.v2alpha1 that return RouteMatch.BuilderModifier and TypeMethodDescriptionRouteMatch.Builder.addAllHeaders(Iterable<? extends HeaderMatcher> values) Specifies a set of headers that the route should match on.RouteMatch.Builder.addHeaders(int index, HeaderMatcher value) Specifies a set of headers that the route should match on.RouteMatch.Builder.addHeaders(int index, HeaderMatcher.Builder builderForValue) Specifies a set of headers that the route should match on.RouteMatch.Builder.addHeaders(HeaderMatcher value) Specifies a set of headers that the route should match on.RouteMatch.Builder.addHeaders(HeaderMatcher.Builder builderForValue) Specifies a set of headers that the route should match on.RouteMatch.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RouteMatch.Builder.clear()RouteMatch.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) RouteMatch.Builder.clearHeaders()Specifies a set of headers that the route should match on.RouteMatch.Builder.clearInvert()Inverts whatever matching is done in the :ref:`method_name <envoy_api_field_config.filter.network.thrift_proxy.v2alpha1.RouteMatch.method_name>` or :ref:`service_name <envoy_api_field_config.filter.network.thrift_proxy.v2alpha1.RouteMatch.service_name>` fields.RouteMatch.Builder.clearMatchSpecifier()RouteMatch.Builder.clearMethodName()If specified, the route must exactly match the request method name.RouteMatch.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) RouteMatch.Builder.clearServiceName()If specified, the route must have the service name as the request method name prefix.RouteMatch.Builder.clone()Route.Builder.getMatchBuilder()Route matching parameters.RouteMatch.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RouteMatch.Builder.mergeFrom(com.google.protobuf.Message other) RouteMatch.Builder.mergeFrom(RouteMatch other) final RouteMatch.BuilderRouteMatch.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static RouteMatch.BuilderRouteMatch.newBuilder()static RouteMatch.BuilderRouteMatch.newBuilder(RouteMatch prototype) RouteMatch.newBuilderForType()protected RouteMatch.BuilderRouteMatch.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) RouteMatch.Builder.removeHeaders(int index) Specifies a set of headers that the route should match on.RouteMatch.Builder.setHeaders(int index, HeaderMatcher value) Specifies a set of headers that the route should match on.RouteMatch.Builder.setHeaders(int index, HeaderMatcher.Builder builderForValue) Specifies a set of headers that the route should match on.RouteMatch.Builder.setInvert(boolean value) Inverts whatever matching is done in the :ref:`method_name <envoy_api_field_config.filter.network.thrift_proxy.v2alpha1.RouteMatch.method_name>` or :ref:`service_name <envoy_api_field_config.filter.network.thrift_proxy.v2alpha1.RouteMatch.service_name>` fields.RouteMatch.Builder.setMethodName(String value) If specified, the route must exactly match the request method name.RouteMatch.Builder.setMethodNameBytes(com.google.protobuf.ByteString value) If specified, the route must exactly match the request method name.RouteMatch.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) RouteMatch.Builder.setServiceName(String value) If specified, the route must have the service name as the request method name prefix.RouteMatch.Builder.setServiceNameBytes(com.google.protobuf.ByteString value) If specified, the route must have the service name as the request method name prefix.final RouteMatch.BuilderRouteMatch.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RouteMatch.toBuilder()Methods in io.envoyproxy.envoy.config.filter.network.thrift_proxy.v2alpha1 with parameters of type RouteMatch.BuilderModifier and TypeMethodDescriptionRoute.Builder.setMatch(RouteMatch.Builder builderForValue) Route matching parameters.