Uses of Class
io.envoyproxy.envoy.config.filter.network.tcp_proxy.v2.TcpProxy.TunnelingConfig.Builder
Packages that use TcpProxy.TunnelingConfig.Builder
-
Uses of TcpProxy.TunnelingConfig.Builder in io.envoyproxy.envoy.config.filter.network.tcp_proxy.v2
Methods in io.envoyproxy.envoy.config.filter.network.tcp_proxy.v2 that return TcpProxy.TunnelingConfig.BuilderModifier and TypeMethodDescriptionTcpProxy.TunnelingConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TcpProxy.TunnelingConfig.Builder.clear()TcpProxy.TunnelingConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) TcpProxy.TunnelingConfig.Builder.clearHostname()The hostname to send in the synthesized CONNECT headers to the upstream proxy.TcpProxy.TunnelingConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) TcpProxy.TunnelingConfig.Builder.clone()TcpProxy.Builder.getTunnelingConfigBuilder()[#not-implemented-hide:] feature in progress If set, this configures tunneling, e.g. configuration options to tunnel multiple TCP payloads over a shared HTTP/2 tunnel.TcpProxy.TunnelingConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TcpProxy.TunnelingConfig.Builder.mergeFrom(com.google.protobuf.Message other) TcpProxy.TunnelingConfig.Builder.mergeFrom(TcpProxy.TunnelingConfig other) TcpProxy.TunnelingConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) TcpProxy.TunnelingConfig.newBuilder()TcpProxy.TunnelingConfig.newBuilder(TcpProxy.TunnelingConfig prototype) TcpProxy.TunnelingConfig.newBuilderForType()protected TcpProxy.TunnelingConfig.BuilderTcpProxy.TunnelingConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) TcpProxy.TunnelingConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TcpProxy.TunnelingConfig.Builder.setHostname(String value) The hostname to send in the synthesized CONNECT headers to the upstream proxy.TcpProxy.TunnelingConfig.Builder.setHostnameBytes(com.google.protobuf.ByteString value) The hostname to send in the synthesized CONNECT headers to the upstream proxy.TcpProxy.TunnelingConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) TcpProxy.TunnelingConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) TcpProxy.TunnelingConfig.toBuilder()Methods in io.envoyproxy.envoy.config.filter.network.tcp_proxy.v2 with parameters of type TcpProxy.TunnelingConfig.BuilderModifier and TypeMethodDescriptionTcpProxy.Builder.setTunnelingConfig(TcpProxy.TunnelingConfig.Builder builderForValue) [#not-implemented-hide:] feature in progress If set, this configures tunneling, e.g. configuration options to tunnel multiple TCP payloads over a shared HTTP/2 tunnel.