Class Bits.Multibit

java.lang.Object
org.apache.pekko.http.impl.engine.ws.Bits.Multibit
All Implemented Interfaces:
Serializable, Bits.BitElement, scala.Equals, scala.Product
Enclosing class:
Bits

public static class Bits.Multibit extends Object implements Bits.BitElement, scala.Product, Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Multibit(int bits, long value)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    long
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • Constructor Details

    • Multibit

      public Multibit(int bits, long value)
  • Method Details

    • bits

      public int bits()
      Specified by:
      bits in interface Bits.BitElement
    • value

      public long value()