Enum EdgeClient.Flag

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite

    
    public enum EdgeClient.Flag
     implements Internal.EnumLite
                        

    Protobuf enum ziti.edge_client.pb.Flag

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      ZERO

      ZERO = 0;

      FIN
      FIN is an edge payload flag used to signal communication ends
      
      FIN = 1;
      TRACE_UUID
      TRACE_UUID indicates that peer will send data messages with specially constructed UUID headers
      
      TRACE_UUID = 2;
      MULTIPART
      MULTIPART indicates that peer can accept multipart data messages
      
      MULTIPART = 4;
      STREAM
      STREAM indicates connection with stream semantics
      this allows consolidation of payloads to lower overhead
      
      STREAM = 8;
      MULTIPART_MSG
      MULTIPART_MSG set on data message with multiple payloads
      
      MULTIPART_MSG = 16;
      UNRECOGNIZED
    • Constructor Detail

    • Method Detail

      • valueOf

        @Deprecated() static EdgeClient.Flag valueOf(int value)
        Parameters:
        value - The number of the enum to look for.
        Returns:

        The enum associated with the given number.

      • values

         static Array<EdgeClient.Flag> values()

        Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.

        Returns:

        an array containing the constants of this enum type, in the order they're declared

      • valueOf

         static EdgeClient.Flag valueOf(String name)

        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

        Returns:

        the enum constant with the specified name