Interface RIDCHttpHeader

All Known Implementing Classes:
RIDCHttpHeaderImpl

@Concealed public interface RIDCHttpHeader
Generic interface for HTTP request/response headers
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the header name
    Get the header value
  • Method Details

    • getName

      String getName()
      Get the header name
      Returns:
      the header name
    • getValue

      String getValue()
      Get the header value
      Returns:
      the header value