Interface ProxyProtocolConfigOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ProxyProtocolConfig.Version getVersion()
      The PROXY protocol version to use.
      int getVersionValue()
      The PROXY protocol version to use.
      • 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 Detail

      • getVersionValue

        int getVersionValue()
         The PROXY protocol version to use. See https://www.haproxy.org/download/2.1/doc/proxy-protocol.txt for details
         
        .envoy.config.core.v3.ProxyProtocolConfig.Version version = 1;
        Returns:
        The enum numeric value on the wire for version.
      • getVersion

        ProxyProtocolConfig.Version getVersion()
         The PROXY protocol version to use. See https://www.haproxy.org/download/2.1/doc/proxy-protocol.txt for details
         
        .envoy.config.core.v3.ProxyProtocolConfig.Version version = 1;
        Returns:
        The version.