public final class SimpleTunnelIdentifierRegistry extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
NO_TUNNEL_INFORMATION_PRESENT |
| Modifier and Type | Method and Description |
|---|---|
static SimpleTunnelIdentifierRegistry |
getInstance() |
TunnelIdentifier |
parse(int tunnelType,
io.netty.buffer.ByteBuf buffer) |
org.opendaylight.yangtools.concepts.Registration |
registerParser(TunnelIdentifierParser<?> parser) |
org.opendaylight.yangtools.concepts.Registration |
registerSerializer(TunnelIdentifierSerializer<?> serializer) |
int |
serialize(TunnelIdentifier tunnel,
io.netty.buffer.ByteBuf tunnelBuffer) |
public static final int NO_TUNNEL_INFORMATION_PRESENT
public static SimpleTunnelIdentifierRegistry getInstance()
public TunnelIdentifier parse(int tunnelType, io.netty.buffer.ByteBuf buffer)
public int serialize(TunnelIdentifier tunnel, io.netty.buffer.ByteBuf tunnelBuffer)
public org.opendaylight.yangtools.concepts.Registration registerParser(TunnelIdentifierParser<?> parser)
public org.opendaylight.yangtools.concepts.Registration registerSerializer(TunnelIdentifierSerializer<?> serializer)
Copyright © 2020 OpenDaylight. All rights reserved.