Class RadiotapDataTsft.Builder

  • Enclosing class:
    RadiotapDataTsft

    public static final class RadiotapDataTsft.Builder
    extends java.lang.Object
    Since:
    pcap4j 1.6.5
    Author:
    Kaito Yamada
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Method Summary

      Modifier and Type Method Description
      RadiotapDataTsft build()  
      RadiotapDataTsft.Builder macTimestamp​(java.math.BigInteger macTimestamp)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • macTimestamp

        public RadiotapDataTsft.Builder macTimestamp​(java.math.BigInteger macTimestamp)
        Parameters:
        macTimestamp - macTimestamp
        Returns:
        this Builder object for method chaining.