- All Known Subinterfaces:
PongMagicBytesAccessor.PongMagicBytesProperty
- All Known Implementing Classes:
TransmissionMetrics
public interface PongMagicBytesAccessor
Provides an accessor for a pong magic bytes property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
PongMagicBytesAccessor.PongMagicBytesBuilder<B extends PongMagicBytesAccessor.PongMagicBytesBuilder<B>>
Provides a builder method for a pong magic bytes property returning the builder for applying multiple build operations.static interface
Provides a mutator for a pong magic bytes property.static interface
Provides a pong magic bytes property. -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Retrieves the magic bytes from the pong magic bytes property.
-
Method Details
-
getPongMagicBytes
byte[] getPongMagicBytes()Retrieves the magic bytes from the pong magic bytes property.- Returns:
- The magic bytes stored by the pong magic bytes property.
-