Class UpstreamConnectionOptions.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<UpstreamConnectionOptions.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<UpstreamConnectionOptions.Builder>
      • getDefaultInstanceForType

        public UpstreamConnectionOptions getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public UpstreamConnectionOptions build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public UpstreamConnectionOptions buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public UpstreamConnectionOptions.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                  int index,
                                                                  Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<UpstreamConnectionOptions.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<UpstreamConnectionOptions.Builder>
      • mergeFrom

        public UpstreamConnectionOptions.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<UpstreamConnectionOptions.Builder>
        Throws:
        IOException
      • hasTcpKeepalive

        public boolean hasTcpKeepalive()
         If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.
         
        .envoy.config.core.v3.TcpKeepalive tcp_keepalive = 1;
        Specified by:
        hasTcpKeepalive in interface UpstreamConnectionOptionsOrBuilder
        Returns:
        Whether the tcpKeepalive field is set.
      • mergeTcpKeepalive

        public UpstreamConnectionOptions.Builder mergeTcpKeepalive​(TcpKeepalive value)
         If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.
         
        .envoy.config.core.v3.TcpKeepalive tcp_keepalive = 1;
      • clearTcpKeepalive

        public UpstreamConnectionOptions.Builder clearTcpKeepalive()
         If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.
         
        .envoy.config.core.v3.TcpKeepalive tcp_keepalive = 1;
      • getTcpKeepaliveBuilder

        public TcpKeepalive.Builder getTcpKeepaliveBuilder()
         If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.
         
        .envoy.config.core.v3.TcpKeepalive tcp_keepalive = 1;
      • getSetLocalInterfaceNameOnUpstreamConnections

        public boolean getSetLocalInterfaceNameOnUpstreamConnections()
         If enabled, associates the interface name of the local address with the upstream connection.
         This can be used by extensions during processing of requests. The association mechanism is
         implementation specific. Defaults to false due to performance concerns.
         
        bool set_local_interface_name_on_upstream_connections = 2;
        Specified by:
        getSetLocalInterfaceNameOnUpstreamConnections in interface UpstreamConnectionOptionsOrBuilder
        Returns:
        The setLocalInterfaceNameOnUpstreamConnections.
      • setSetLocalInterfaceNameOnUpstreamConnections

        public UpstreamConnectionOptions.Builder setSetLocalInterfaceNameOnUpstreamConnections​(boolean value)
         If enabled, associates the interface name of the local address with the upstream connection.
         This can be used by extensions during processing of requests. The association mechanism is
         implementation specific. Defaults to false due to performance concerns.
         
        bool set_local_interface_name_on_upstream_connections = 2;
        Parameters:
        value - The setLocalInterfaceNameOnUpstreamConnections to set.
        Returns:
        This builder for chaining.
      • clearSetLocalInterfaceNameOnUpstreamConnections

        public UpstreamConnectionOptions.Builder clearSetLocalInterfaceNameOnUpstreamConnections()
         If enabled, associates the interface name of the local address with the upstream connection.
         This can be used by extensions during processing of requests. The association mechanism is
         implementation specific. Defaults to false due to performance concerns.
         
        bool set_local_interface_name_on_upstream_connections = 2;
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final UpstreamConnectionOptions.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UpstreamConnectionOptions.Builder>
      • mergeUnknownFields

        public final UpstreamConnectionOptions.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UpstreamConnectionOptions.Builder>