Uses of Class
io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy.TunnelingConfig.Builder
Packages that use TcpProxy.TunnelingConfig.Builder
-
Uses of TcpProxy.TunnelingConfig.Builder in io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3 that return TcpProxy.TunnelingConfig.BuilderModifier and TypeMethodDescriptionTcpProxy.TunnelingConfig.Builder.addAllHeadersToAdd(Iterable<? extends HeaderValueOption> values) Additional request headers to upstream proxy.TcpProxy.TunnelingConfig.Builder.addHeadersToAdd(int index, HeaderValueOption value) Additional request headers to upstream proxy.TcpProxy.TunnelingConfig.Builder.addHeadersToAdd(int index, HeaderValueOption.Builder builderForValue) Additional request headers to upstream proxy.TcpProxy.TunnelingConfig.Builder.addHeadersToAdd(HeaderValueOption value) Additional request headers to upstream proxy.TcpProxy.TunnelingConfig.Builder.addHeadersToAdd(HeaderValueOption.Builder builderForValue) Additional request headers to upstream proxy.TcpProxy.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.clearHeadersToAdd()Additional request headers to upstream proxy.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.clearPostPath()The path used with POST method.TcpProxy.TunnelingConfig.Builder.clearPropagateResponseHeaders()Save the response headers to the downstream info filter state for consumption by the network filters.TcpProxy.TunnelingConfig.Builder.clearPropagateResponseTrailers()Save the response trailers to the downstream info filter state for consumption by the network filters.TcpProxy.TunnelingConfig.Builder.clearUsePost()Use POST method instead of CONNECT method to tunnel the TCP stream.TcpProxy.TunnelingConfig.Builder.clone()TcpProxy.Builder.getTunnelingConfigBuilder()If set, this configures tunneling, e.g. configuration options to tunnel TCP payload over HTTP CONNECT.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.removeHeadersToAdd(int index) Additional request headers to upstream proxy.TcpProxy.TunnelingConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TcpProxy.TunnelingConfig.Builder.setHeadersToAdd(int index, HeaderValueOption value) Additional request headers to upstream proxy.TcpProxy.TunnelingConfig.Builder.setHeadersToAdd(int index, HeaderValueOption.Builder builderForValue) Additional request headers to upstream proxy.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.setPostPath(String value) The path used with POST method.TcpProxy.TunnelingConfig.Builder.setPostPathBytes(com.google.protobuf.ByteString value) The path used with POST method.TcpProxy.TunnelingConfig.Builder.setPropagateResponseHeaders(boolean value) Save the response headers to the downstream info filter state for consumption by the network filters.TcpProxy.TunnelingConfig.Builder.setPropagateResponseTrailers(boolean value) Save the response trailers to the downstream info filter state for consumption by the network filters.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.Builder.setUsePost(boolean value) Use POST method instead of CONNECT method to tunnel the TCP stream.TcpProxy.TunnelingConfig.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3 with parameters of type TcpProxy.TunnelingConfig.BuilderModifier and TypeMethodDescriptionTcpProxy.Builder.setTunnelingConfig(TcpProxy.TunnelingConfig.Builder builderForValue) If set, this configures tunneling, e.g. configuration options to tunnel TCP payload over HTTP CONNECT.