com.neeve.pkt
Class PktSubheaderFUC
java.lang.Object
com.neeve.util.UtlListElement
com.neeve.pkt.PktSerializable
com.neeve.pkt.PktBody
com.neeve.pkt.PktSubheader
com.neeve.pkt.PktSubheaderFixed
com.neeve.pkt.PktSubheaderFUC
- All Implemented Interfaces:
- com.neeve.io.IOElasticBuffer.Initializer, com.neeve.io.IOElasticBuffer.Sizer
public final class PktSubheaderFUC
- extends PktSubheaderFixed
The FUC (Fabric Unicast) packet subheader.
This class is the subheader used to transport fabric unicast related
information in the packet header e.g. FUC sessions info.
- Threading:
- Packet subheaders are not safe for concurrent access by
multiple threads.
Methods inherited from class com.neeve.pkt.PktBody |
deserialize, deserialize, deserialize, deserialize, deserialize, deserialize, deserialize, dump, getBuffer, getInitialBufferLength, getSerializedLength, getType, initializeBuffer, isNative, reset, serialize, serialize, serialize, serialize, serialize, serialize, serialize |
create
public static PktBody create(Properties props)
- Creates an FUC subheader
- Parameters:
props
- The property set to use to qualify creation of the body.
create
public static PktBody create()
- Creates a default FUC subheader
equals
public final boolean equals(Object obj)
- Indicates whether some other object is equal to this one.
- Overrides:
equals
in class Object
- Threading:
- This method is safe for concurrent access by multiple threads
hashCode
public final int hashCode()
- Returns the hashcode for this object
- Overrides:
hashCode
in class Object
- Threading:
- This method is safe for concurrent access by multiple threads
Copyright © 2016 Neeve Research, LLC. All Rights Reserved.