- All Known Subinterfaces:
HandshakeMagicBytesAccessor.HandshakeMagicBytesProperty
public interface HandshakeMagicBytesAccessor
Provides an accessor for a handshake magic bytes property.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceHandshakeMagicBytesAccessor.HandshakeMagicBytesBuilder<B extends HandshakeMagicBytesAccessor.HandshakeMagicBytesBuilder<B>>Provides a builder method for a handshake magic bytes property returning the builder for applying multiple build operations.static interfaceProvides a mutator for a handshake magic bytes property.static interfaceProvides a handshake magic bytes property. -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Retrieves the magic bytes from the handshake magic bytes property.
-
Method Details
-
getHandshakeMagicBytes
byte[] getHandshakeMagicBytes()Retrieves the magic bytes from the handshake magic bytes property.- Returns:
- The magic bytes stored by the handshake magic bytes property.
-