Interface ParsedHeaderValue

All Superinterfaces:
MutinyDelegate
All Known Implementing Classes:
LanguageHeader, MIMEHeader

public interface ParsedHeaderValue extends MutinyDelegate
  • Method Details

    • getDelegate

      io.vertx.ext.web.ParsedHeaderValue getDelegate()
      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate used by this Mutiny object of generated type
    • rawValue

      String rawValue()
      Returns:
    • value

      String value()
      Returns:
    • weight

      float weight()
      Returns:
    • parameter

      String parameter(String key)
      Parameters:
      key -
      Returns:
    • parameters

      Map<String,String> parameters()
      Returns:
      Unmodifiable Map of parameters of this header value
    • isPermitted

      boolean isPermitted()
      Returns:
    • isMatchedBy

      boolean isMatchedBy(ParsedHeaderValue matchTry)
      Parameters:
      matchTry - The header to be matched from
      Returns:
      true if this header represents a subset of matchTry, otherwise, false
    • weightedOrder

      int weightedOrder()
      Returns:
    • newInstance

      static ParsedHeaderValue newInstance(io.vertx.ext.web.ParsedHeaderValue arg)