@NonNullByDefault
public interface EsiRegistry
Modifier and Type | Method and Description |
---|---|
@Nullable Esi |
parseEsi(io.netty.buffer.ByteBuf buffer)
Parse Esi.
|
@Nullable Esi |
parseEsiModel(org.opendaylight.yangtools.yang.data.api.schema.ChoiceNode esi)
Parse Esi Model.
|
void |
serializeEsi(Esi esi,
io.netty.buffer.ByteBuf buffer)
Serialize Esi.
|
@Nullable Esi parseEsi(io.netty.buffer.ByteBuf buffer)
buffer
- encoded ESI body in Bytebuf@Nullable Esi parseEsiModel(org.opendaylight.yangtools.yang.data.api.schema.ChoiceNode esi)
esi
- ChoiceNode containing ESIvoid serializeEsi(Esi esi, io.netty.buffer.ByteBuf buffer)
esi
- Ethernet Segment Identifierbuffer
- write in Bytebuf encoded ESI bodyCopyright © 2020 OpenDaylight. All rights reserved.