Package 

Enum BlockingContentType

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum BlockingContentType
    
                        
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      AUTO

      Automatically choose between HTML and JSON, depending on the value of the Acceptheader. If the preference value is the same, JSON will be preferred.

      HTML

      An HTTP response.

      JSON

      A JSON response.

      NONE

      No body in the response