| Modifier and Type | Method and Description |
|---|---|
FlowspecType |
SimpleFlowspecTypeRegistry.parseFlowspecType(io.netty.buffer.ByteBuf buffer) |
FlowspecType |
FSTcpFlagsHandler.parseType(io.netty.buffer.ByteBuf buffer) |
FlowspecType |
FSSourcePortHandler.parseType(io.netty.buffer.ByteBuf buffer) |
FlowspecType |
FSPortHandler.parseType(io.netty.buffer.ByteBuf buffer) |
FlowspecType |
FSPacketLengthHandler.parseType(io.netty.buffer.ByteBuf buffer) |
FlowspecType |
FSIpv6NextHeaderHandler.parseType(io.netty.buffer.ByteBuf buffer) |
FlowspecType |
FSIpv6FlowLabelHandler.parseType(io.netty.buffer.ByteBuf buffer) |
FlowspecType |
FSIpProtocolHandler.parseType(io.netty.buffer.ByteBuf buffer) |
FlowspecType |
FSIcmpTypeHandler.parseType(io.netty.buffer.ByteBuf buffer) |
FlowspecType |
FSIcmpCodeHandler.parseType(io.netty.buffer.ByteBuf buffer) |
FlowspecType |
FSDscpHandler.parseType(io.netty.buffer.ByteBuf buffer) |
FlowspecType |
FSDestinationPortHandler.parseType(io.netty.buffer.ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
FlowspecTypeSerializer |
SimpleFlowspecTypeRegistry.getFlowspecTypeSerializer(FlowspecType fsType) |
void |
SimpleFlowspecTypeRegistry.serializeFlowspecType(FlowspecType fsType,
io.netty.buffer.ByteBuf output) |
void |
FSTcpFlagsHandler.serializeType(FlowspecType fsType,
io.netty.buffer.ByteBuf output) |
void |
FSSourcePortHandler.serializeType(FlowspecType fsType,
io.netty.buffer.ByteBuf output) |
void |
FSPortHandler.serializeType(FlowspecType fsType,
io.netty.buffer.ByteBuf output) |
void |
FSPacketLengthHandler.serializeType(FlowspecType fsType,
io.netty.buffer.ByteBuf output) |
void |
FSIpv6NextHeaderHandler.serializeType(FlowspecType value,
io.netty.buffer.ByteBuf output) |
void |
FSIpv6FlowLabelHandler.serializeType(FlowspecType fsType,
io.netty.buffer.ByteBuf output) |
void |
FSIpProtocolHandler.serializeType(FlowspecType fsType,
io.netty.buffer.ByteBuf output) |
void |
FSIcmpTypeHandler.serializeType(FlowspecType fsType,
io.netty.buffer.ByteBuf output) |
void |
FSIcmpCodeHandler.serializeType(FlowspecType fsType,
io.netty.buffer.ByteBuf output) |
void |
FSDscpHandler.serializeType(FlowspecType fsType,
io.netty.buffer.ByteBuf output) |
void |
FSDestinationPortHandler.serializeType(FlowspecType fsType,
io.netty.buffer.ByteBuf output) |
protected void |
SimpleFlowspecIpv6NlriParser.stringSpecificFSNlriType(FlowspecType value,
StringBuilder buffer) |
protected void |
SimpleFlowspecIpv4NlriParser.stringSpecificFSNlriType(FlowspecType value,
StringBuilder buffer) |
protected abstract void |
AbstractFlowspecNlriParser.stringSpecificFSNlriType(FlowspecType value,
StringBuilder buffer) |
| Modifier and Type | Method and Description |
|---|---|
AutoCloseable |
SimpleFlowspecTypeRegistry.registerFlowspecTypeSerializer(Class<? extends FlowspecType> typeClass,
FlowspecTypeSerializer serializer) |
| Modifier and Type | Method and Description |
|---|---|
FlowspecType |
FlowspecTypeParser.parseType(io.netty.buffer.ByteBuf buffer) |
FlowspecType |
FSIpv6SourcePrefixHandler.parseType(io.netty.buffer.ByteBuf buffer) |
FlowspecType |
FSIpv6DestinationPrefixHandler.parseType(io.netty.buffer.ByteBuf buffer) |
FlowspecType |
FSIpv4SourcePrefixHandler.parseType(io.netty.buffer.ByteBuf buffer) |
FlowspecType |
FSIpv4DestinationPrefixHandler.parseType(io.netty.buffer.ByteBuf buffer) |
FlowspecType |
AbstractFSFragmentHandler.parseType(io.netty.buffer.ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowspecTypeSerializer.serializeType(FlowspecType value,
io.netty.buffer.ByteBuf output) |
void |
FSIpv6SourcePrefixHandler.serializeType(FlowspecType value,
io.netty.buffer.ByteBuf output) |
void |
FSIpv6DestinationPrefixHandler.serializeType(FlowspecType value,
io.netty.buffer.ByteBuf output) |
void |
FSIpv4SourcePrefixHandler.serializeType(FlowspecType value,
io.netty.buffer.ByteBuf output) |
void |
FSIpv4DestinationPrefixHandler.serializeType(FlowspecType value,
io.netty.buffer.ByteBuf output) |
void |
AbstractFSFragmentHandler.serializeType(FlowspecType fsType,
io.netty.buffer.ByteBuf output) |
| Modifier and Type | Method and Description |
|---|---|
static void |
FlowspecIpv4NlriParserHelper.buildFlowspecString(FlowspecType value,
StringBuilder buffer) |
| Modifier and Type | Method and Description |
|---|---|
static void |
FlowspecIpv6NlriParserHelper.buildFlowspecString(FlowspecType value,
StringBuilder buffer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FlowspecL3vpnIpv4NlriParser.stringSpecificFSNlriType(FlowspecType value,
StringBuilder buffer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FlowspecL3vpnIpv6NlriParser.stringSpecificFSNlriType(FlowspecType value,
StringBuilder buffer) |
| Modifier and Type | Method and Description |
|---|---|
FlowspecType |
FlowspecBuilder.getFlowspecType() |
FlowspecType |
Flowspec.getFlowspecType() |
| Modifier and Type | Method and Description |
|---|---|
FlowspecBuilder |
FlowspecBuilder.setFlowspecType(FlowspecType value) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DestinationPortCase
This class represents the following YANG schema fragment defined in module bgp-flowspec
|
interface |
DscpCase
This class represents the following YANG schema fragment defined in module bgp-flowspec
|
interface |
FragmentCase
This class represents the following YANG schema fragment defined in module bgp-flowspec
|
interface |
IcmpCodeCase
This class represents the following YANG schema fragment defined in module bgp-flowspec
|
interface |
IcmpTypeCase
This class represents the following YANG schema fragment defined in module bgp-flowspec
|
interface |
PacketLengthCase
This class represents the following YANG schema fragment defined in module bgp-flowspec
|
interface |
PortCase
This class represents the following YANG schema fragment defined in module bgp-flowspec
|
interface |
SourcePortCase
This class represents the following YANG schema fragment defined in module bgp-flowspec
|
interface |
TcpFlagsCase
This class represents the following YANG schema fragment defined in module bgp-flowspec
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DestinationPrefixCase
This class represents the following YANG schema fragment defined in module bgp-flowspec
|
interface |
ProtocolIpCase
This class represents the following YANG schema fragment defined in module bgp-flowspec
|
interface |
SourcePrefixCase
This class represents the following YANG schema fragment defined in module bgp-flowspec
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DestinationIpv6PrefixCase
This class represents the following YANG schema fragment defined in module bgp-flowspec
|
interface |
FlowLabelCase
This class represents the following YANG schema fragment defined in module bgp-flowspec
|
interface |
NextHeaderCase
This class represents the following YANG schema fragment defined in module bgp-flowspec
|
interface |
SourceIpv6PrefixCase
This class represents the following YANG schema fragment defined in module bgp-flowspec
|
Copyright © 2017 OpenDaylight. All rights reserved.