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:
- PktBuffer.Initializer
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.
Fields inherited from class com.neeve.util.UtlListElement |
count, head, next, prev |
Methods inherited from class com.neeve.util.UtlListElement |
count, insertAfter, insertBefore, isLinked, next, previous, unlink, wipe |
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 © 2015 Neeve Research, LLC. All Rights Reserved.