| Package | Description |
|---|---|
| org.onlab.packet.ipv6 |
Utilities for decoding and encoding IPv6 extension headers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DestinationOptions
Implements IPv6 Destination Options extension header format.
|
class |
HopByHopOptions
Implements IPv6 Hop-by-hop Options extension header format.
|
| Modifier and Type | Method and Description |
|---|---|
BaseOptions |
BaseOptions.setHeaderExtLength(byte headerExtLength)
Sets the extension length of this header.
|
BaseOptions |
BaseOptions.setNextHeader(byte nextHeader) |
BaseOptions |
BaseOptions.setOptions(byte[] options)
Sets the options.
|
protected BaseOptions |
BaseOptions.setType(byte type)
Sets the type of this option.
|
| Modifier and Type | Method and Description |
|---|---|
static Deserializer<BaseOptions> |
BaseOptions.deserializer()
Deserializer function for IPv6 base options.
|
Copyright © 2016. All rights reserved.