|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jnetpcap.packet.structure.AnnotatedHeader
public class AnnotatedHeader
The Class AnnotatedHeader.
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the description. |
PcapDLT[] |
getDlt()
Gets the dlt. |
AnnotatedField[] |
getFields()
Gets the fields. |
java.lang.Class<? extends JHeader> |
getHeaderClass()
Gets the header class. |
AnnotatedHeader[] |
getHeaders()
Gets the headers. |
int |
getId()
Gets the id. |
java.lang.String |
getName()
Gets the name. |
java.lang.String |
getNicname()
Gets the nicname. |
AnnotatedHeader |
getParent()
Gets the parent. |
JProtocol.Suite |
getSuite()
Gets the suite. |
static AnnotatedHeader |
inspectJHeaderClass(java.lang.Class<? extends JHeader> c,
java.util.List<HeaderDefinitionError> errors)
Inspect j header class. |
boolean |
isSubHeader()
Checks if is sub header. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static AnnotatedHeader inspectJHeaderClass(java.lang.Class<? extends JHeader> c,
java.util.List<HeaderDefinitionError> errors)
c - the cerrors - the errors
public AnnotatedField[] getFields()
public java.lang.Class<? extends JHeader> getHeaderClass()
public final AnnotatedHeader[] getHeaders()
public int getId()
public java.lang.String getName()
public PcapDLT[] getDlt()
public JProtocol.Suite getSuite()
public final java.lang.String getNicname()
public final AnnotatedHeader getParent()
public boolean isSubHeader()
public java.lang.String getDescription()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||