|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jnetpcap.packet.structure.AnnotatedMethod
org.jnetpcap.packet.structure.AnnotatedBindMethod
public class AnnotatedBindMethod
The Class AnnotatedBindMethod.
| Field Summary |
|---|
| Fields inherited from class org.jnetpcap.packet.structure.AnnotatedMethod |
|---|
declaringClass, isMapped, method, object |
| Method Summary | ||
|---|---|---|
static void |
clearCache()
Clear cache. |
|
static AnnotatedBindMethod[] |
inspectClass(java.lang.Class<?> c,
java.util.List<HeaderDefinitionError> errors)
Inspect class. |
|
static
|
inspectJHeaderClass(java.lang.Class<? extends JHeader> c,
java.util.List<HeaderDefinitionError> errors)
Inspect j header class. |
|
static AnnotatedBindMethod[] |
inspectObject(java.lang.Object object,
java.util.List<HeaderDefinitionError> errors)
Inspect object. |
|
boolean |
isBound(JPacket packet,
int offset,
JHeader header)
Checks if is bound. |
|
protected void |
validateSignature(java.lang.reflect.Method method)
Validate signature. |
|
| Methods inherited from class org.jnetpcap.packet.structure.AnnotatedMethod |
|---|
getMethod, getMethods, setIsMapped, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static void clearCache()
public static AnnotatedBindMethod[] inspectClass(java.lang.Class<?> c,
java.util.List<HeaderDefinitionError> errors)
c - the cerrors - the errors
public static AnnotatedBindMethod[] inspectObject(java.lang.Object object,
java.util.List<HeaderDefinitionError> errors)
object - the objecterrors - the errors
public static <T extends JHeader> AnnotatedBindMethod[] inspectJHeaderClass(java.lang.Class<? extends JHeader> c,
java.util.List<HeaderDefinitionError> errors)
T - the generic typec - the cerrors - the errors
public boolean isBound(JPacket packet,
int offset,
JHeader header)
packet - the packetoffset - the offsetheader - the header
protected void validateSignature(java.lang.reflect.Method method)
validateSignature in class AnnotatedMethodmethod - the methodAnnotatedMethod.validateSignature(java.lang.reflect.Method)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||