| Package | Description |
|---|---|
| org.onlab.packet |
Utilities for decoding and encoding packets of various network protocols
and encapsulations.
|
| org.onlab.packet.ipv6 |
Utilities for decoding and encoding IPv6 extension headers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IPv6
Implements IPv6 packet format.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Authentication
Implements IPv6 authentication extension header format.
|
class |
BaseOptions
Base class for hop-by-hop options and destination options.
|
class |
DestinationOptions
Implements IPv6 Destination Options extension header format.
|
class |
Fragment
Implements IPv6 fragment extension header format.
|
class |
HopByHopOptions
Implements IPv6 Hop-by-hop Options extension header format.
|
class |
Routing
Implements IPv6 routing extension header format.
|
| Modifier and Type | Method and Description |
|---|---|
IExtensionHeader |
IExtensionHeader.setNextHeader(byte nextHeader)
Sets the type of next header.
|
Copyright © 2016. All rights reserved.