public class IPPacketFactory extends java.lang.Object implements Factory<Message>
Modifier and Type | Field and Description |
---|---|
int |
destinationId |
int |
groupId |
long |
length |
int |
sourceId |
double |
tag |
int |
typeId |
Constructor and Description |
---|
IPPacketFactory(long length,
int sourceId,
int destinationId,
int groupId,
int typeId,
double tag) |
public final long length
public final int sourceId
public final int destinationId
public final int groupId
public final int typeId
public final double tag