Uses of Class
io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy.TunnelingConfig
Packages that use TcpProxy.TunnelingConfig
-
Uses of TcpProxy.TunnelingConfig in io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3 that return TcpProxy.TunnelingConfigModifier and TypeMethodDescriptionTcpProxy.TunnelingConfig.Builder.build()TcpProxy.TunnelingConfig.Builder.buildPartial()static TcpProxy.TunnelingConfigTcpProxy.TunnelingConfig.getDefaultInstance()TcpProxy.TunnelingConfig.Builder.getDefaultInstanceForType()TcpProxy.TunnelingConfig.getDefaultInstanceForType()TcpProxy.Builder.getTunnelingConfig()If set, this configures tunneling, for example configuration options to tunnel TCP payload over HTTP CONNECT.TcpProxy.getTunnelingConfig()If set, this configures tunneling, for example configuration options to tunnel TCP payload over HTTP CONNECT.TcpProxyOrBuilder.getTunnelingConfig()If set, this configures tunneling, for example configuration options to tunnel TCP payload over HTTP CONNECT.static TcpProxy.TunnelingConfigTcpProxy.TunnelingConfig.parseDelimitedFrom(InputStream input) static TcpProxy.TunnelingConfigTcpProxy.TunnelingConfig.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TcpProxy.TunnelingConfigTcpProxy.TunnelingConfig.parseFrom(byte[] data) static TcpProxy.TunnelingConfigTcpProxy.TunnelingConfig.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TcpProxy.TunnelingConfigTcpProxy.TunnelingConfig.parseFrom(com.google.protobuf.ByteString data) static TcpProxy.TunnelingConfigTcpProxy.TunnelingConfig.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TcpProxy.TunnelingConfigTcpProxy.TunnelingConfig.parseFrom(com.google.protobuf.CodedInputStream input) static TcpProxy.TunnelingConfigTcpProxy.TunnelingConfig.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TcpProxy.TunnelingConfigTcpProxy.TunnelingConfig.parseFrom(InputStream input) static TcpProxy.TunnelingConfigTcpProxy.TunnelingConfig.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TcpProxy.TunnelingConfigTcpProxy.TunnelingConfig.parseFrom(ByteBuffer data) static TcpProxy.TunnelingConfigTcpProxy.TunnelingConfig.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3 that return types with arguments of type TcpProxy.TunnelingConfigModifier and TypeMethodDescriptioncom.google.protobuf.Parser<TcpProxy.TunnelingConfig>TcpProxy.TunnelingConfig.getParserForType()static com.google.protobuf.Parser<TcpProxy.TunnelingConfig>TcpProxy.TunnelingConfig.parser()Methods in io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3 with parameters of type TcpProxy.TunnelingConfigModifier and TypeMethodDescriptionTcpProxy.TunnelingConfig.Builder.mergeFrom(TcpProxy.TunnelingConfig other) TcpProxy.Builder.mergeTunnelingConfig(TcpProxy.TunnelingConfig value) If set, this configures tunneling, for example configuration options to tunnel TCP payload over HTTP CONNECT.TcpProxy.TunnelingConfig.newBuilder(TcpProxy.TunnelingConfig prototype) TcpProxy.Builder.setTunnelingConfig(TcpProxy.TunnelingConfig value) If set, this configures tunneling, for example configuration options to tunnel TCP payload over HTTP CONNECT.