Interface UpstreamConnectionOptionsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UpstreamConnectionOptions, UpstreamConnectionOptions.Builder

public interface UpstreamConnectionOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.
    If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.
    boolean
    If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasTcpKeepalive

      boolean hasTcpKeepalive()
       If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.
       
      .envoy.api.v2.core.TcpKeepalive tcp_keepalive = 1;
      Returns:
      Whether the tcpKeepalive field is set.
    • getTcpKeepalive

      TcpKeepalive getTcpKeepalive()
       If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.
       
      .envoy.api.v2.core.TcpKeepalive tcp_keepalive = 1;
      Returns:
      The tcpKeepalive.
    • getTcpKeepaliveOrBuilder

      TcpKeepaliveOrBuilder getTcpKeepaliveOrBuilder()
       If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.
       
      .envoy.api.v2.core.TcpKeepalive tcp_keepalive = 1;