|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jnetpcap.nio.JMemory
org.jnetpcap.nio.JBuffer
org.jnetpcap.nio.JObjectBuffer
org.jnetpcap.nio.JStructBuffer
org.jnetpcap.packet.analysis.AbstractAnalysis<JAnalysisMap,AnalyzerEvent>
org.jnetpcap.packet.analysis.JAnalysisMap
public class JAnalysisMap
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jnetpcap.nio.JStructBuffer |
|---|
JStructBuffer.JStructField |
| Nested classes/interfaces inherited from class org.jnetpcap.nio.JMemory |
|---|
JMemory.Type |
| Field Summary | |
|---|---|
static int |
TYPE
|
| Fields inherited from class org.jnetpcap.nio.JObjectBuffer |
|---|
REF |
| Fields inherited from class org.jnetpcap.nio.JMemory |
|---|
JNETPCAP_LIBRARY_NAME |
| Constructor Summary | |
|---|---|
JAnalysisMap()
|
|
| Method Summary | ||
|---|---|---|
void |
add(JAnalysis analysis)
|
|
|
getAnalysis(T analysis)
|
|
boolean |
hasAnalysis(int type)
|
|
|
hasAnalysis(T analysis)
|
|
java.util.Iterator<JAnalysis> |
iterator()
|
|
| Methods inherited from class org.jnetpcap.packet.analysis.AbstractAnalysis |
|---|
addListener, getAnalyzer, getSupport, getText, getTitle, getType, hasAnalysis, peer, removeListener, setAnalyzer, setText |
| Methods inherited from class org.jnetpcap.nio.JStructBuffer |
|---|
calcSize |
| Methods inherited from class org.jnetpcap.nio.JObjectBuffer |
|---|
getObject, getObject, setObject, setObject, sizeofJObject |
| Methods inherited from class org.jnetpcap.nio.JBuffer |
|---|
findUTF8String, getByte, getByteArray, getByteArray, getDouble, getFloat, getInt, getLong, getShort, getUByte, getUInt, getUShort, getUTF8Char, getUTF8String, getUTF8String, getUTF8String, getUTF8String, isReadonly, order, order, peer, peer, peer, peer, setByte, setByteArray, setByteBuffer, setDouble, setFloat, setInt, setLong, setShort, setUByte, setUInt, setUShort, transferFrom, transferFrom, transferFrom, transferTo, transferTo, transferTo |
| Methods inherited from class org.jnetpcap.nio.JMemory |
|---|
check, cleanup, finalize, isInitialized, isJMemoryBasedOwner, isOwner, peer, setSize, size, toDebugString, toHexdump, toHexdump, totalActiveAllocated, totalAllocateCalls, totalAllocated, totalAllocatedSegments0To255Bytes, totalAllocatedSegments256OrAbove, totalDeAllocateCalls, totalDeAllocated, transferFrom, transferFrom, transferFromDirect, transferOwnership, transferTo, transferTo, transferTo, transferTo, transferTo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jnetpcap.packet.analysis.JAnalysis |
|---|
getText, getTitle, getType, hasAnalysis, peer |
| Methods inherited from interface org.jnetpcap.nio.JByteBuffer |
|---|
size |
| Field Detail |
|---|
public static final int TYPE
| Constructor Detail |
|---|
public JAnalysisMap()
| Method Detail |
|---|
public void add(JAnalysis analysis)
public <T extends JAnalysis> T getAnalysis(T analysis)
getAnalysis in interface JAnalysisgetAnalysis in class AbstractAnalysis<JAnalysisMap,AnalyzerEvent>public <T extends JAnalysis> boolean hasAnalysis(T analysis)
hasAnalysis in interface JAnalysishasAnalysis in class AbstractAnalysis<JAnalysisMap,AnalyzerEvent>public boolean hasAnalysis(int type)
hasAnalysis in interface JAnalysishasAnalysis in class AbstractAnalysis<JAnalysisMap,AnalyzerEvent>public java.util.Iterator<JAnalysis> iterator()
iterator in interface java.lang.Iterable<JAnalysis>iterator in class AbstractAnalysis<JAnalysisMap,AnalyzerEvent>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||