Class RestHeaderDefinition

org.elasticsearch.rest.RestHeaderDefinition

public final class RestHeaderDefinition extends
A definition for an http header that should be copied to the ThreadContext when reading the request on the rest layer.
  • Constructor Summary

    Constructors
    Constructor
    Description
     name, boolean multiValueAllowed)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     

    Methods inherited from class java.lang.

    , , , , , , , , , ,
  • Constructor Details

    • RestHeaderDefinition

      public RestHeaderDefinition( name, boolean multiValueAllowed)
  • Method Details

    • getName

      public  getName()
    • isMultiValueAllowed

      public boolean isMultiValueAllowed()