Class MIMEHeader

java.lang.Object
io.vertx.mutiny.ext.web.MIMEHeader
All Implemented Interfaces:
MutinyDelegate, ParsedHeaderValue

public class MIMEHeader extends Object implements MutinyDelegate, ParsedHeaderValue
  • Field Details

    • __TYPE_ARG

      public static final TypeArg<MIMEHeader> __TYPE_ARG
    • DEFAULT_WEIGHT

      public static final float DEFAULT_WEIGHT
      If no "q" parameter is present, the default weight is 1.
      See Also:
  • Constructor Details

    • MIMEHeader

      public MIMEHeader(io.vertx.ext.web.MIMEHeader delegate)
    • MIMEHeader

      public MIMEHeader(Object delegate)
  • Method Details