biz.neustar.wpm.api
Interface HttpHeader


public interface HttpHeader

An HTTP header key and value.


Method Summary
 java.lang.String getName()
          Get the name of the Header.
 java.lang.String getValue()
          Get the value of the Header.
 

Method Detail

getName

java.lang.String getName()
Get the name of the Header.

Returns:
the name of the header, never null

getValue

java.lang.String getValue()
Get the value of the Header.

Returns:
the value of the header, may be null

Copyright © 2020 Neustar, Inc. All Rights Reserved.