@Deprecated public class FibUpdate extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FibUpdate.Type
Deprecated.
Specifies the type of the FIB update.
|
| Constructor and Description |
|---|
FibUpdate(FibUpdate.Type type,
FibEntry entry)
Deprecated.
Creates a new FIB update.
|
| Modifier and Type | Method and Description |
|---|---|
FibEntry |
entry()
Deprecated.
Returns the FIB entry which contains update information.
|
boolean |
equals(Object o)
Deprecated.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
FibUpdate.Type |
type()
Deprecated.
Returns the type of the update.
|
public FibUpdate(FibUpdate.Type type, FibEntry entry)
type - type of the updateentry - FIB entry describing the updatepublic FibUpdate.Type type()
public FibEntry entry()