Package | Description |
---|---|
io.envoyproxy.envoy.config.route.v4alpha |
Modifier and Type | Method and Description |
---|---|
RouteMatch.TlsContextMatchOptions |
RouteMatch.TlsContextMatchOptions.Builder.build() |
RouteMatch.TlsContextMatchOptions |
RouteMatch.TlsContextMatchOptions.Builder.buildPartial() |
static RouteMatch.TlsContextMatchOptions |
RouteMatch.TlsContextMatchOptions.getDefaultInstance() |
RouteMatch.TlsContextMatchOptions |
RouteMatch.TlsContextMatchOptions.getDefaultInstanceForType() |
RouteMatch.TlsContextMatchOptions |
RouteMatch.TlsContextMatchOptions.Builder.getDefaultInstanceForType() |
RouteMatch.TlsContextMatchOptions |
RouteMatch.getTlsContext()
If specified, the client tls context will be matched against the defined
match options.
|
RouteMatch.TlsContextMatchOptions |
RouteMatch.Builder.getTlsContext()
If specified, the client tls context will be matched against the defined
match options.
|
RouteMatch.TlsContextMatchOptions |
RouteMatchOrBuilder.getTlsContext()
If specified, the client tls context will be matched against the defined
match options.
|
static RouteMatch.TlsContextMatchOptions |
RouteMatch.TlsContextMatchOptions.parseDelimitedFrom(InputStream input) |
static RouteMatch.TlsContextMatchOptions |
RouteMatch.TlsContextMatchOptions.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RouteMatch.TlsContextMatchOptions |
RouteMatch.TlsContextMatchOptions.parseFrom(byte[] data) |
static RouteMatch.TlsContextMatchOptions |
RouteMatch.TlsContextMatchOptions.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RouteMatch.TlsContextMatchOptions |
RouteMatch.TlsContextMatchOptions.parseFrom(ByteBuffer data) |
static RouteMatch.TlsContextMatchOptions |
RouteMatch.TlsContextMatchOptions.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RouteMatch.TlsContextMatchOptions |
RouteMatch.TlsContextMatchOptions.parseFrom(com.google.protobuf.ByteString data) |
static RouteMatch.TlsContextMatchOptions |
RouteMatch.TlsContextMatchOptions.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RouteMatch.TlsContextMatchOptions |
RouteMatch.TlsContextMatchOptions.parseFrom(com.google.protobuf.CodedInputStream input) |
static RouteMatch.TlsContextMatchOptions |
RouteMatch.TlsContextMatchOptions.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RouteMatch.TlsContextMatchOptions |
RouteMatch.TlsContextMatchOptions.parseFrom(InputStream input) |
static RouteMatch.TlsContextMatchOptions |
RouteMatch.TlsContextMatchOptions.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<RouteMatch.TlsContextMatchOptions> |
RouteMatch.TlsContextMatchOptions.getParserForType() |
static com.google.protobuf.Parser<RouteMatch.TlsContextMatchOptions> |
RouteMatch.TlsContextMatchOptions.parser() |
Modifier and Type | Method and Description |
---|---|
RouteMatch.TlsContextMatchOptions.Builder |
RouteMatch.TlsContextMatchOptions.Builder.mergeFrom(RouteMatch.TlsContextMatchOptions other) |
RouteMatch.Builder |
RouteMatch.Builder.mergeTlsContext(RouteMatch.TlsContextMatchOptions value)
If specified, the client tls context will be matched against the defined
match options.
|
static RouteMatch.TlsContextMatchOptions.Builder |
RouteMatch.TlsContextMatchOptions.newBuilder(RouteMatch.TlsContextMatchOptions prototype) |
RouteMatch.Builder |
RouteMatch.Builder.setTlsContext(RouteMatch.TlsContextMatchOptions value)
If specified, the client tls context will be matched against the defined
match options.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.