Interface OriginalSrcOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getMark()
      Sets the SO_MARK option on the upstream connection's socket to the provided value.
      • 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

      • getMark

        int getMark()
         Sets the SO_MARK option on the upstream connection's socket to the provided value. Used to
         ensure that non-local addresses may be routed back through envoy when binding to the original
         source address. The option will not be applied if the mark is 0.
         
        uint32 mark = 1;
        Returns:
        The mark.