Interface PacketSizeAccessor.PacketSizeBuilder<B extends PacketSizeAccessor.PacketSizeBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
PacketSizeAccessor

public static interface PacketSizeAccessor.PacketSizeBuilder<B extends PacketSizeAccessor.PacketSizeBuilder<B>>
Provides a builder method for a packet size property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type Method Description
    B withPacketSize​(int aPacketSize)
    Sets the packet size for the packet size property.
  • Method Details

    • withPacketSize

      B withPacketSize​(int aPacketSize)
      Sets the packet size for the packet size property.
      Parameters:
      aPacketSize - The packet size to be stored by the packet size property.
      Returns:
      The builder for applying multiple build operations.