Class HeaderRequestIncreaseTransferQuota

java.lang.Object
net.messagevortex.asn1.AbstractBlock
net.messagevortex.asn1.HeaderRequest
net.messagevortex.asn1.HeaderRequestIncreaseTransferQuota
All Implemented Interfaces:
Serializable, Block, Dumpable

public class HeaderRequestIncreaseTransferQuota extends HeaderRequest implements Serializable

ASN1 parser for increasing message quota.

See Also:
  • Field Details

  • Constructor Details

    • HeaderRequestIncreaseTransferQuota

      public HeaderRequestIncreaseTransferQuota()
    • HeaderRequestIncreaseTransferQuota

      public HeaderRequestIncreaseTransferQuota(org.bouncycastle.asn1.ASN1Encodable ae)

      Creates a request block from the ASN.1 structure.

      Parameters:
      ae - the structure to be parsed
  • Method Details

    • parse

      protected final void parse(org.bouncycastle.asn1.ASN1Encodable ae)
      Specified by:
      parse in class AbstractBlock
    • getRequest

      protected HeaderRequest getRequest(org.bouncycastle.asn1.ASN1Encodable ae)
      Specified by:
      getRequest in class HeaderRequest
    • getQuota

      public long getQuota()
    • setQuota

      public long setQuota(long newQuota)

      Sets the quota of the request.

      Parameters:
      newQuota - the new quota to be set
      Returns:
      the previously set quota
    • getId

      public int getId()
    • dumpValueNotation

      public String dumpValueNotation(String prefix, DumpType dumpType)
      Specified by:
      dumpValueNotation in interface Block