Uses of Class
io.envoyproxy.envoy.config.route.v3.RouteMatch.TlsContextMatchOptions
Packages that use RouteMatch.TlsContextMatchOptions
-
Uses of RouteMatch.TlsContextMatchOptions in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 declared as RouteMatch.TlsContextMatchOptionsModifier and TypeFieldDescriptionprivate static final RouteMatch.TlsContextMatchOptions
RouteMatch.TlsContextMatchOptions.DEFAULT_INSTANCE
RouteMatch.Builder.tlsContext_
RouteMatch.tlsContext_
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RouteMatch.TlsContextMatchOptionsModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<RouteMatch.TlsContextMatchOptions> RouteMatch.TlsContextMatchOptions.PARSER
private com.google.protobuf.SingleFieldBuilder
<RouteMatch.TlsContextMatchOptions, RouteMatch.TlsContextMatchOptions.Builder, RouteMatch.TlsContextMatchOptionsOrBuilder> RouteMatch.Builder.tlsContextBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return RouteMatch.TlsContextMatchOptionsModifier and TypeMethodDescriptionRouteMatch.TlsContextMatchOptions.Builder.build()
RouteMatch.TlsContextMatchOptions.Builder.buildPartial()
RouteMatch.TlsContextMatchOptions.getDefaultInstance()
RouteMatch.TlsContextMatchOptions.Builder.getDefaultInstanceForType()
RouteMatch.TlsContextMatchOptions.getDefaultInstanceForType()
RouteMatch.Builder.getTlsContext()
If specified, the client tls context will be matched against the defined match options.RouteMatch.getTlsContext()
If specified, the client tls context will be matched against the defined match options.RouteMatchOrBuilder.getTlsContext()
If specified, the client tls context will be matched against the defined match options.RouteMatch.TlsContextMatchOptions.parseDelimitedFrom
(InputStream input) RouteMatch.TlsContextMatchOptions.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RouteMatch.TlsContextMatchOptions.parseFrom
(byte[] data) RouteMatch.TlsContextMatchOptions.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RouteMatch.TlsContextMatchOptions.parseFrom
(com.google.protobuf.ByteString data) RouteMatch.TlsContextMatchOptions.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RouteMatch.TlsContextMatchOptions.parseFrom
(com.google.protobuf.CodedInputStream input) RouteMatch.TlsContextMatchOptions.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RouteMatch.TlsContextMatchOptions.parseFrom
(InputStream input) RouteMatch.TlsContextMatchOptions.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RouteMatch.TlsContextMatchOptions.parseFrom
(ByteBuffer data) RouteMatch.TlsContextMatchOptions.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type RouteMatch.TlsContextMatchOptionsModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<RouteMatch.TlsContextMatchOptions> RouteMatch.TlsContextMatchOptions.getParserForType()
private com.google.protobuf.SingleFieldBuilder
<RouteMatch.TlsContextMatchOptions, RouteMatch.TlsContextMatchOptions.Builder, RouteMatch.TlsContextMatchOptionsOrBuilder> RouteMatch.Builder.internalGetTlsContextFieldBuilder()
If specified, the client tls context will be matched against the defined match options.static com.google.protobuf.Parser
<RouteMatch.TlsContextMatchOptions> RouteMatch.TlsContextMatchOptions.parser()
Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type RouteMatch.TlsContextMatchOptionsModifier and TypeMethodDescriptionprivate void
RouteMatch.TlsContextMatchOptions.Builder.buildPartial0
(RouteMatch.TlsContextMatchOptions result) RouteMatch.TlsContextMatchOptions.Builder.mergeFrom
(RouteMatch.TlsContextMatchOptions other) RouteMatch.Builder.mergeTlsContext
(RouteMatch.TlsContextMatchOptions value) If specified, the client tls context will be matched against the defined match options.RouteMatch.TlsContextMatchOptions.newBuilder
(RouteMatch.TlsContextMatchOptions prototype) RouteMatch.Builder.setTlsContext
(RouteMatch.TlsContextMatchOptions value) If specified, the client tls context will be matched against the defined match options.