| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.route.v3 |
| Modifier and Type | Method and Description |
|---|---|
RouteMatch.ConnectMatcher |
RouteMatch.ConnectMatcher.Builder.build() |
RouteMatch.ConnectMatcher |
RouteMatch.ConnectMatcher.Builder.buildPartial() |
RouteMatch.ConnectMatcher |
RouteMatch.getConnectMatcher()
If this is used as the matcher, the matcher will only match CONNECT requests.
|
RouteMatch.ConnectMatcher |
RouteMatch.Builder.getConnectMatcher()
If this is used as the matcher, the matcher will only match CONNECT requests.
|
RouteMatch.ConnectMatcher |
RouteMatchOrBuilder.getConnectMatcher()
If this is used as the matcher, the matcher will only match CONNECT requests.
|
static RouteMatch.ConnectMatcher |
RouteMatch.ConnectMatcher.getDefaultInstance() |
RouteMatch.ConnectMatcher |
RouteMatch.ConnectMatcher.getDefaultInstanceForType() |
RouteMatch.ConnectMatcher |
RouteMatch.ConnectMatcher.Builder.getDefaultInstanceForType() |
static RouteMatch.ConnectMatcher |
RouteMatch.ConnectMatcher.parseDelimitedFrom(InputStream input) |
static RouteMatch.ConnectMatcher |
RouteMatch.ConnectMatcher.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RouteMatch.ConnectMatcher |
RouteMatch.ConnectMatcher.parseFrom(byte[] data) |
static RouteMatch.ConnectMatcher |
RouteMatch.ConnectMatcher.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RouteMatch.ConnectMatcher |
RouteMatch.ConnectMatcher.parseFrom(ByteBuffer data) |
static RouteMatch.ConnectMatcher |
RouteMatch.ConnectMatcher.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RouteMatch.ConnectMatcher |
RouteMatch.ConnectMatcher.parseFrom(com.google.protobuf.ByteString data) |
static RouteMatch.ConnectMatcher |
RouteMatch.ConnectMatcher.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RouteMatch.ConnectMatcher |
RouteMatch.ConnectMatcher.parseFrom(com.google.protobuf.CodedInputStream input) |
static RouteMatch.ConnectMatcher |
RouteMatch.ConnectMatcher.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RouteMatch.ConnectMatcher |
RouteMatch.ConnectMatcher.parseFrom(InputStream input) |
static RouteMatch.ConnectMatcher |
RouteMatch.ConnectMatcher.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<RouteMatch.ConnectMatcher> |
RouteMatch.ConnectMatcher.getParserForType() |
static com.google.protobuf.Parser<RouteMatch.ConnectMatcher> |
RouteMatch.ConnectMatcher.parser() |
| Modifier and Type | Method and Description |
|---|---|
RouteMatch.Builder |
RouteMatch.Builder.mergeConnectMatcher(RouteMatch.ConnectMatcher value)
If this is used as the matcher, the matcher will only match CONNECT requests.
|
RouteMatch.ConnectMatcher.Builder |
RouteMatch.ConnectMatcher.Builder.mergeFrom(RouteMatch.ConnectMatcher other) |
static RouteMatch.ConnectMatcher.Builder |
RouteMatch.ConnectMatcher.newBuilder(RouteMatch.ConnectMatcher prototype) |
RouteMatch.Builder |
RouteMatch.Builder.setConnectMatcher(RouteMatch.ConnectMatcher value)
If this is used as the matcher, the matcher will only match CONNECT requests.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.