- All Known Subinterfaces:
PacketLengthWidthAccessor.PacketLengthWidthProperty
- All Known Implementing Classes:
PacketInputStream,PacketOutputStream,StopAndWaitPacketInputStream,StopAndWaitPacketOutputStream,TransmissionMetrics
public interface PacketLengthWidthAccessor
Provides an accessor for a packet length width (in bytes) property.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacePacketLengthWidthAccessor.PacketLengthWidthBuilder<B extends PacketLengthWidthAccessor.PacketLengthWidthBuilder<B>>Provides a builder method for a packet length width (in bytes) property returning the builder for applying multiple build operations.static interfaceProvides a mutator for a packet length width (in bytes) property.static interfaceProvides a packet length width (in bytes) property. -
Method Summary
Modifier and TypeMethodDescriptionintRetrieves the packet length width (in bytes) from the packet length width (in bytes) property.
-
Method Details
-
getPacketLengthWidth
int getPacketLengthWidth()Retrieves the packet length width (in bytes) from the packet length width (in bytes) property.- Returns:
- The packet length width (in bytes) stored by the packet length width (in bytes) property.
-