org.jnetpcap.packet.annotate
Annotation Type FlowKey


@Target(value={METHOD,TYPE,FIELD})
@Documented
@Retention(value=RUNTIME)
public @interface FlowKey

The Interface FlowKey.

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Required Element Summary
 int index
          Index.
 
Optional Element Summary
 boolean reversable
          Reversable.
 

Element Detail

index

public abstract int index
Index.

Returns:
the int

reversable

public abstract boolean reversable
Reversable.

Returns:
true, if successful
Default:
false