| Package | Description |
|---|---|
| edu.gtts.sautrela.engine.util |
Provides utility classes
|
| Modifier and Type | Method and Description |
|---|---|
Sniffer.Mode |
Sniffer.getMode()
Getter for property mode.
|
static Sniffer.Mode |
Sniffer.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Sniffer.Mode[] |
Sniffer.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sniffer.setMode(Sniffer.Mode mode)
Setter for property mode.
|