|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jnetpcap.packet.JFlow
public class JFlow
The Class JFlow.
| Constructor Summary | |
|---|---|
JFlow(JFlowKey key)
Instantiates a new j flow. |
|
| Method Summary | |
|---|---|
boolean |
add(JPacket packet)
Adds the. |
java.util.List<JPacket> |
getAll()
Gets the all. |
java.util.List<JPacket> |
getForward()
Gets the forward. |
JFlowKey |
getKey()
Gets the key. |
java.util.List<JPacket> |
getReverse()
Gets the reverse. |
boolean |
isReversable()
Checks if is reversable. |
int |
size()
Size. |
java.lang.String |
toString()
To string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JFlow(JFlowKey key)
key - the key| Method Detail |
|---|
public final JFlowKey getKey()
public boolean add(JPacket packet)
packet - the packet
public final boolean isReversable()
public final java.util.List<JPacket> getAll()
public int size()
public final java.util.List<JPacket> getForward()
public final java.util.List<JPacket> getReverse()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||