All Implemented Interfaces:
HeaderCodec<AcceptCodec.Accept>

Accept HTTP HeaderCodec implementation.

Since:
1.0
Author:
Jeremy Kuhn
See Also:
  • Constructor Details

    • AcceptCodec

      public AcceptCodec()

      Creates an accept header codec that allows multiple media ranges to be specified in the header value.

    • AcceptCodec

      public AcceptCodec(boolean allowMultiple)

      Creates an accept header codec that allows or not multiple media ranges to be specified in the header value.

      Parameters:
      allowMultiple - true to allow multiple media ranges, false otherwise
  • Method Details