Class FullHttpHeaders

  • All Implemented Interfaces:
    org.analogweb.Headers

    public class FullHttpHeaders
    extends Object
    implements org.analogweb.Headers
    Author:
    y2k2mt
    • Constructor Detail

      • FullHttpHeaders

        public FullHttpHeaders​(io.netty.handler.codec.http.HttpHeaders headers)
    • Method Detail

      • contains

        public boolean contains​(String name)
        Specified by:
        contains in interface org.analogweb.Headers
      • toMap

        public Map<String,​List<String>> toMap()
        Specified by:
        toMap in interface org.analogweb.Headers
      • getNames

        public List<String> getNames()
        Specified by:
        getNames in interface org.analogweb.Headers
      • getValues

        public List<String> getValues​(String name)
        Specified by:
        getValues in interface org.analogweb.Headers
      • putValue

        public void putValue​(String name,
                             String value)
        Specified by:
        putValue in interface org.analogweb.Headers