Uses of Class
io.envoyproxy.envoy.api.v2.route.RouteMatch.TlsContextMatchOptions
Packages that use RouteMatch.TlsContextMatchOptions
-
Uses of RouteMatch.TlsContextMatchOptions in io.envoyproxy.envoy.api.v2.route
Methods in io.envoyproxy.envoy.api.v2.route 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.api.v2.route that return types with arguments of type RouteMatch.TlsContextMatchOptionsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RouteMatch.TlsContextMatchOptions>RouteMatch.TlsContextMatchOptions.getParserForType()static com.google.protobuf.Parser<RouteMatch.TlsContextMatchOptions>RouteMatch.TlsContextMatchOptions.parser()Methods in io.envoyproxy.envoy.api.v2.route with parameters of type RouteMatch.TlsContextMatchOptionsModifier and TypeMethodDescriptionRouteMatch.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.